This commit is contained in:
shumadrid 2025-03-23 16:56:22 +01:00
parent c872ed88c8
commit aacbfc1ab0
5 changed files with 20 additions and 5 deletions

View file

@ -1,5 +1,19 @@
# CHANGELOG
## 0.3.0
### Features
- Add "Copy commit hash" context menu item.
- Add "Git changelog: Exclude/Reinclude" context menu item.
### Bug Fixes
- Show loading state when status bar stats are computing.
- Improve ExcludeFilesAndFolders parsing logic.
- Fix faulty status bar's queue logic that was sabotaging other tasks.
- Revert faulty "is binary file" check.
## 0.2.1
### Bug Fixes

View file

@ -5,6 +5,6 @@
"id": "git-changelog",
"isDesktopOnly": true,
"name": "Git Changelog",
"version": "0.2.1",
"version": "0.3.0",
"minAppVersion": "1.7.2"
}

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "git-changelog",
"version": "0.2.1",
"version": "0.3.0",
"description": "Uses Git to display dynamic vault and file changelogs in the sidebar, useful for spotting data loss.",
"keywords": [],
"license": "MIT",

View file

@ -1,5 +1,6 @@
{
"0.1.0": "1.7.2",
"0.2.0": "1.7.2",
"0.2.1": "1.7.2"
"0.2.1": "1.7.2",
"0.3.0": "1.7.2"
}