Skip to content

Commit

Permalink
[release] v1.3.6, check the CHANGELOG.md for details
Browse files Browse the repository at this point in the history
Signed-off-by: edonyzpc <[email protected]>
  • Loading branch information
edonyzpc committed May 12, 2024
1 parent 88bd9d7 commit ca1d158
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.6](https://github.com/edonyzpc/personal-assistant/compare/1.3.5...1.3.6) (2024-05-12)
### Features
- new icon for statistics preview tab
- support statistics rendering animation

### Fix
- setting tab UI display issue
- empty statistcs record file will cause the endless loop

## [1.3.4, 1.3.5](https://github.com/edonyzpc/personal-assistant/compare/1.3.3...1.3.5) (2024-03-25)
### Fix
- fix: heading count display error
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

</p>

> ***NOTE***: New shiny feature: Rendering statistics of the current vault including characters, words, sections, citations, lines and pages.
> ***NOTE***: New shiny feature: Animation rendering statistics of the current vault including characters, words, sections, citations, lines and pages.
<div align="center">
<img src="./docs/personal-assistant-v1.3.3.gif" alt="usage video"/>
<img src="./docs/personal-assistant-v1.3.6.gif" alt="usage video"/>
</div>
<div align="center">
Expand Down
Binary file added docs/personal-assistant-v1.3.6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.5",
"version": "1.3.6",
"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.5",
"version": "1.3.6",
"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.3.5",
"version": "1.3.6",
"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 @@ -46,5 +46,6 @@
"1.3.2": "1.1.0",
"1.3.3": "1.1.0",
"1.3.4": "1.1.0",
"1.3.5": "1.1.0"
"1.3.5": "1.1.0",
"1.3.6": "1.1.0"
}

0 comments on commit ca1d158

Please sign in to comment.