Skip to content

Releases: mrcrowl/vscode-hg

v1.9.0

Choose a tag to compare

@mrcrowl mrcrowl released this 14 Apr 15:43
991fcb0

Bug Fix

  • Fix: broken gutter diff on Windows #198

v1.8.1

Choose a tag to compare

@mrcrowl mrcrowl released this 11 Mar 11:12

README fix — HT to @gd4Ark

v1.8.0

Choose a tag to compare

@mrcrowl mrcrowl released this 29 Jan 01:35
1179387

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

Choose a tag to compare

@mrcrowl mrcrowl released this 19 Aug 05:06
279805c

Bug fix

  • Fix: gutter indicators stopped working with Visual Studio Code 1.48 #158

`

v1.7.0

Choose a tag to compare

@mrcrowl mrcrowl released this 03 Aug 06:56
77d45ae

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

Choose a tag to compare

@mrcrowl mrcrowl released this 03 Jul 10:35

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

Choose a tag to compare

@mrcrowl mrcrowl released this 03 Jun 11:12
67c5c78

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

Choose a tag to compare

@mrcrowl mrcrowl released this 30 May 09:26

What's new:

  • Amend commits are now supported #30

v1.4.0

Choose a tag to compare

@mrcrowl mrcrowl released this 24 May 09:53

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

Choose a tag to compare

@mrcrowl mrcrowl released this 11 Feb 18:20
v1.3.0

Fix for #65 (thanks to KristjanTammekivi)