From 8e77925ba5241c176271909e25d971a48174c756 Mon Sep 17 00:00:00 2001 From: Arseniy Terekhin Date: Sat, 7 Dec 2024 15:57:56 +0300 Subject: [PATCH] release: 0.7.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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" },