From bf0a1c423fdfe7ec9e05fe64f8d51ab1032065af Mon Sep 17 00:00:00 2001 From: shumadrid <195762734+shumadrid@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:37:15 +0200 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 10 ++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556a724..2414cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 0.6.0 + +### Features + +- "Review changes reminder" feature. Receive a notification to review changes in your vault at a recurring interval (disabled by default). + +### Bug Fixes + +- More accurate descriptions for the whitespace ignore settings. + ## 0.5.1 ### Bug Fixes diff --git a/manifest.json b/manifest.json index fd8b814..3ad3cbb 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "id": "git-changelog", "isDesktopOnly": true, "name": "Git Changelog", - "version": "0.5.1", + "version": "0.6.0", "minAppVersion": "1.8.10" } diff --git a/package-lock.json b/package-lock.json index dd19bff..615e4a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-changelog", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-changelog", - "version": "0.5.1", + "version": "0.6.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.21.0", diff --git a/package.json b/package.json index 86870a1..14eea95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-changelog", - "version": "0.5.1", + "version": "0.6.0", "description": "Uses Git to display dynamic vault and file changelogs in the sidebar, useful for spotting data loss.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index e38b9a2..18eedc4 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.3.0": "1.8.9", "0.4.0": "1.8.9", "0.5.0": "1.8.9", - "0.5.1": "1.8.10" + "0.5.1": "1.8.10", + "0.6.0": "1.8.10" }