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
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue