Releases: DonJayamanne/gitHistoryVSCode
Releases · DonJayamanne/gitHistoryVSCode
Version 0.6.0
Version 0.5.5
- Fixed line history shows file history instead #472
Version 0.5.4
- Fixed indentation of commits against branching graph @DonJayamanne #446
- Smooth curvy edges in the graphs @DonJayamanne #463
- Fixed CacheRegister expiryTime and properly cache multiple GitService objects #441
- Visualize detached head in Git History view #167
- Dynamic update commit entry when adding/removing tags or branches while showing a loading indicator
- Filter on exact author name when choosing from dropdown
- Code cleanup and optimization
Version 0.5.3
Version 0.5.2
Version 0.5.1
Version 0.5.0
- Replaced git commands with git extension api (1/2) #410
- Fixed dialog button triggered twice when pressing enter key
- Display external link to upstream (if available) in Git History view
- Possible fix for #381
- Possible fix for #424
- Slightly amended ui and debug logging
- Removed redundant call on getCommit while always using --first-parent argument (if necessary)
- Fixed issue not showing status icon in commit details view
- Removed some unused git related methods
PLEASE NOTE: It may be necessary to select the correct repository from vscode source control before running "Git History"
Version 0.4.17
- Support for soft and hard reset in Git History view
- Fixed issue request payload limit exceeded #432
Version 0.4.16
- Removed nested iframe causing keyboard focus issues #433
- Corrected language setting using vscode display language (vscode.env.language)
- Support for removing tags from history view
Version 0.4.15
- Fixed issue #430
- Fixed refresh issue when new tag/branch is added