Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Jul 30, 2023
1 parent fedcfb4 commit ceecd0a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Changelog

# v0.3.2

### What's New

- Add 'Open File' as inline action (icon like in git extension)

### Bug Fixes

- Don't save document when a range is reverted
- Fix 8 minor issues


# v0.3.1

### What's New

- Rename files after they were relocated.
Use "Select New File Location" context menu for missing files.
- Checkout SHA and tags are now in status bar tooltip.
- Checkout SHA and tags are now in status bar tooltip

### Bug Fixes

Expand Down
3 changes: 2 additions & 1 deletion docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
1. Run tests: `npm run test`
1. Remove out directory: `rm -rf out`
1. Test that .wsix file can be created: `npm run package`
1. Ensure all files are there: `unzip -l fossil-0.1.9.vsix`. There should be ony TWO js files.
1. Ensure all files are there: `unzip -l fossil-#.#.#.vsix`. There should only be TWO .js files.
1. Make a commit 'release: #.#.#'
1. Push commit on master
1. Tag `git tag v#.#.#; git push origin $_`
1. Upload to https://marketplace.visualstudio.com/manage/publishers/koog1000
Expand Down
4 changes: 2 additions & 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/koog1000/vscode-fossil/issues"
},
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"vscode": "^1.36.0"
},
Expand Down Expand Up @@ -1085,7 +1085,7 @@
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vscode/test-electron": "~2.3.3",
"@vscode/vsce": "~2.19.0",
"@vscode/vsce": "~2.20.0",
"c8": "^8.0.0",
"esbuild": "~0.17.19",
"eslint": "^8.41.0",
Expand Down

0 comments on commit ceecd0a

Please sign in to comment.