mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
0.6.0
This commit is contained in:
parent
ce31de08d9
commit
bf0a1c423f
5 changed files with 16 additions and 5 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
"id": "git-changelog",
|
||||
"isDesktopOnly": true,
|
||||
"name": "Git Changelog",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"minAppVersion": "1.8.10"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue