Skip to content

Commit

Permalink
Merge pull request #155 from hdpoliveira/update1.7.0
Browse files Browse the repository at this point in the history
Update version to 1.7.0
  • Loading branch information
mrcrowl authored Aug 3, 2020
2 parents 1c47ee6 + 00cad46 commit 77d45ae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# **v1.7.0**

## What's New

- Added support for purge (deleting untracked files) [#100](https://github.com/mrcrowl/vscode-hg/issues/100)
- Added ability to revert a single change block [#68](https://github.com/mrcrowl/vscode-hg/issues/68)
- Improved update command by displaying "draft heads" and "public tip" [#116](https://github.com/mrcrowl/vscode-hg/issues/116)
- Added support for rebase [#113](https://github.com/mrcrowl/vscode-hg/issues/113)

## Bug fixes

- Fix: ignore secret changes on push [#37](https://github.com/mrcrowl/vscode-hg/issues/37)
- Fix: don't warn for multiple heads on push when using topic [#140](https://github.com/mrcrowl/vscode-hg/issues/140)
- Fix: hg version in non-english installs is now displayed correctly

# **v1.6.0**

## What's New
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@

- Undo/rollback.

- Shelve/Unshelve support (NB: requires shelve extension to be enabled).
- Shelve/Unshelve support.

- Purge support.

- Rebase support.

# Feedback & Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/mrcrowl/vscode-hg/issues"
},
"version": "1.6.0",
"version": "1.7.0",
"engines": {
"vscode": "^1.30.0"
},
Expand Down

0 comments on commit 77d45ae

Please sign in to comment.