Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Dec 7, 2024
1 parent 4f499da commit 8e77925
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6.1",
"version": "0.7.0",
"engines": {
"vscode": "^1.36.0"
},
Expand Down

0 comments on commit 8e77925

Please sign in to comment.