Skip to content

Commit

Permalink
[release] v1.2.9, check the CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
edonyzpc committed Aug 4, 2023
1 parent d71aee1 commit fae24cd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.2.9](https://github.com/edonyzpc/personal-assistant/compare/1.2.8...1.2.9) (2023-08-04)
### Feature
- `preview record` command supports mobile
- `update metadata` command supports excluding path configuration
- `preview record` command supports refresh when the related file content is changed

### Fix
- fix view resizing issue of `hover memos` and `local graph` commands
- fix excluding path configuration empty string issue

## [1.2.8](https://github.com/edonyzpc/personal-assistant/compare/1.2.7...1.2.8) (2023-07-21)
### Improve
- refact manifest module for improving updating plugins/themes performance
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.2.8",
"version": "1.2.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.2.8",
"version": "1.2.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-assistant",
"version": "1.2.8",
"version": "1.2.9",
"description": "An plugin which help you to automatically manage Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"1.2.5": "1.1.0",
"1.2.6": "1.1.0",
"1.2.7": "1.1.0",
"1.2.8": "1.1.0"
"1.2.8": "1.1.0",
"1.2.9": "1.1.0"
}

0 comments on commit fae24cd

Please sign in to comment.