This commit is contained in:
shumadrid 2025-06-18 19:37:15 +02:00
parent ce31de08d9
commit bf0a1c423f
5 changed files with 16 additions and 5 deletions

View file

@ -1,5 +1,15 @@
# CHANGELOG # 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 ## 0.5.1
### Bug Fixes ### Bug Fixes

View file

@ -5,6 +5,6 @@
"id": "git-changelog", "id": "git-changelog",
"isDesktopOnly": true, "isDesktopOnly": true,
"name": "Git Changelog", "name": "Git Changelog",
"version": "0.5.1", "version": "0.6.0",
"minAppVersion": "1.8.10" "minAppVersion": "1.8.10"
} }

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "git-changelog", "name": "git-changelog",
"version": "0.5.1", "version": "0.6.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "git-changelog", "name": "git-changelog",
"version": "0.5.1", "version": "0.6.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/js": "^9.21.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "git-changelog", "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.", "description": "Uses Git to display dynamic vault and file changelogs in the sidebar, useful for spotting data loss.",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",

View file

@ -5,5 +5,6 @@
"0.3.0": "1.8.9", "0.3.0": "1.8.9",
"0.4.0": "1.8.9", "0.4.0": "1.8.9",
"0.5.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"
} }