diff --git a/CHANGELOG.md b/CHANGELOG.md index ba23337..49ddf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +# v0.7.0 + +### What's New + +- Sync bar shows the number of file changes that will be applied after an "update" using "changes" from `fossil up --dry-run`. +- Sync bar tooltip shows full "changes" string +- "fossil.autoInOutInterval" is now "fossil.autoSyncInterval", and it controls how often `fossil sync` runs. Three minutes by default. +- Reduce number of `fossil branch current` calls +- Add "sync" command + +### Bug Fix + +- Fossil status bar wasn't visible after a folder was opened +- Look like "Refresh" button was a placebo, fixed now + + # v0.6.1 ### Bug Fixes diff --git a/package.json b/package.json index dd8e4de..bb26188 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bugs": { "url": "https://github.com/koog1000/vscode-fossil/issues" }, - "version": "0.6.1", + "version": "0.7.0", "engines": { "vscode": "^1.36.0" },