Browse Source

Updates CHANGELOG

main
Eric Amodio 1 year ago
parent
commit
016314a722
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Added
- Adds a new experimental minimap of commit activity to the _Commit Graph_
## [13.2.0] - 2022-12-20
### Added

+ 1
- 1
package.json View File

@ -2312,7 +2312,7 @@
"gitlens.graph.experimental.minimap.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": "Specifies whether to show a minimap of commit activity above the _Commit Graph_",
"markdownDescription": "Specifies whether to show an experimental minimap of commit activity above the _Commit Graph_",
"scope": "window",
"order": 100
}

Loading…
Cancel
Save