Skip to content

Commit

Permalink
Merge pull request #177 from incidentist/update180
Browse files Browse the repository at this point in the history
Version bump to 1.8.0
  • Loading branch information
mrcrowl authored Jan 29, 2022
2 parents 923f511 + c3cae56 commit 1179387
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
14 changes: 14 additions & 0 deletions BUH.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# **v1.8.0**

## What's New

- Added support for `hg annotate` output [#117](https://github.com/mrcrowl/vscode-hg/issues/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](https://github.com/mrcrowl/vscode-hg/issues/139)

## Bug Fix

- Fix: status icons not showing
- Fix: open non-diff resources with vscode.open [#166](https://github.com/mrcrowl/vscode-hg/issues/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](https://github.com/mrcrowl/vscode-hg/issues/173)

# **v1.7.1**

## Bug fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- Rebase support.

- Show annotation for current line
- Show annotation for current line or for whole file

# Feedback & Contributing

Expand Down Expand Up @@ -139,7 +139,7 @@

`hg.annotationEnabled`

- Enables annotation decorations at end of lines
- Enables `hg annotate` decorations at end of the currently selected lines

# Acknowledgements

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions 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.7.1",
"version": "1.8.0",
"engines": {
"vscode": "^1.30.0"
},
Expand All @@ -29,7 +29,6 @@
"multi-root ready"
],
"icon": "icon.png",
"enableProposedApi": false,
"categories": [
"SCM Providers",
"Other"
Expand Down

0 comments on commit 1179387

Please sign in to comment.