Releases: mrcrowl/vscode-hg
Releases · mrcrowl/vscode-hg
v1.9.0
Bug Fix
- Fix: broken gutter diff on Windows #198
v1.8.0
What's New
- Added support for
hg annotate
output #117. The Line Annotation Enabled
setting will show output for hg annotate
on the currently selected line(s). The Toggle Annotations for This File
command shows annotate
output for the whole file.
- When files are renamed in VS Code,
hg mv
is run automatically #139
Bug Fix
- Fix: status icons not showing
- Fix: open non-diff resources with vscode.open #166
- Fix: extension respects a user declining dialog asking whether they want to push a new branch
- Fix: don't trigger refresh on temp file changes #173
v1.7.1
Bug fix
- Fix: gutter indicators stopped working with Visual Studio Code 1.48 #158
`
v1.7.0
What's New
- Added support for purge (deleting untracked files) #100
- Added ability to revert a single change block #68
- Improved update command by displaying "draft heads" and "public tip" #116
- Added support for rebase #113
Bug fixes
- Fix: ignore secret changes on push #37
- Fix: don't warn for multiple heads on push when using topic #140
- Fix: hg version in non-english installs is now displayed correctly
v1.6.0
What's New
- Added support for shelve/unshelve #18
- UI offers to install Mercurial when installation not found #79
Bug fixes
- Fix: paths contain accented characters are now properly supported #60
- Fix: hg clone command is available when no repo is open #90
- Fix: don't prompt for repository when multiple repos open in workspace #67
- Fix: don't prompt for repository when multiple repos open in workspace #67
- Polish: standard VS Code icons are now used instead of custom icons #101, #102
v1.5.1
Bug fixes (Thanks @incidentist for thse contributions)
- Fix for issue showing file history #50
- Fix trouble resolving merges #32
- Gutter indicators are now cleared after a commit (or another repository change) #54
v1.5.0
What's new:
- Amend commits are now supported #30
v1.4.0
Bug fixes (HT @incidentist for fixing these)
- Prevent colors interferring with hg output #39
- Fix locale-related crash in hg 5.4 #80
Fixed bug caused by API change in vscode v1.31
v1.3.0
Fix for #65 (thanks to KristjanTammekivi)