Skip to content

Commit

Permalink
[release] v1.3.9, check the CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
edonyzpc committed Sep 21, 2024
1 parent 04df36c commit c8f44a4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.9](https://github.com/edonyzpc/personal-assistant/compare/1.3.8...1.3.9) (2024-09-21)
### Fix
- local graph command css position issue
- statiscs preview svelte component display issue

### Improve
- activating view logic
- upgrade dependencies

## [1.3.8](https://github.com/edonyzpc/personal-assistant/compare/1.3.7...1.3.8) (2024-09-15)
### Features
- support AI helper, which is powered by Qwen, to manage Obsidian notes

## [1.3.7](https://github.com/edonyzpc/personal-assistant/compare/1.3.6...1.3.7) (2024-09-13)
### Improve
- add manual document for user

## [1.3.6](https://github.com/edonyzpc/personal-assistant/compare/1.3.5...1.3.6) (2024-05-12)
### Features
- new icon for statistics preview tab
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "personal-assistant",
"name": "Personal Assistant",
"version": "1.3.8",
"version": "1.3.9",
"minAppVersion": "1.1.0",
"description": "Streamline workflows within Obsidian, managing memos and plugins with just one command.",
"author": "edony",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "personal-assistant",
"name": "Personal Assistant",
"version": "1.3.8",
"version": "1.3.9",
"minAppVersion": "1.1.0",
"description": "Streamline workflows within Obsidian, managing memos and plugins with just one command.",
"author": "edony",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-assistant",
"version": "1.3.8",
"version": "1.3.9",
"description": "An plugin which help you to automatically manage Obsidian.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -50,4 +50,4 @@
"svelte-chartjs": "^3.1.5",
"vanilla-picker": "2.12.2"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"1.3.5": "1.1.0",
"1.3.6": "1.1.0",
"1.3.7": "1.1.0",
"1.3.8": "1.1.0"
"1.3.8": "1.1.0",
"1.3.9": "1.1.0"
}

0 comments on commit c8f44a4

Please sign in to comment.