Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Sep 19, 2023
1 parent e5e799d commit 6be5b55
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# v0.4.0

### What's New

- Restore push/pull functionality
- Show current checkout time in the status bar tooltip
- Rework "Fossil: Log" menu: it's now possible to open all changed files of a past commit
- Allow multiple cherrypicks and merges (with confirmation)

### Bug Fixes

- Execution error handling reworked
- Invalid UTC date handling when showing stash and timeline entries


# v0.3.2

### What's New
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1. Update `CHANGELOG.md`
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. Create package (.vsix file): `npm run package`
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
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/koog1000/vscode-fossil/issues"
},
"version": "0.3.2",
"version": "0.4.0",
"engines": {
"vscode": "^1.36.0"
},
Expand Down

0 comments on commit 6be5b55

Please sign in to comment.