Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
换用插件API来更新块
  • Loading branch information
emptylight370 committed Dec 24, 2024
1 parent b45a537 commit 44aa241
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.3.0

- 换用插件API更新块
- 修复撤回失效问题
- Change to plugin API to update block
- Fix withdraw failure issue

## v0.2.5

- 修复意外处理标签的问题
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
## How to use

Select a block, open the block menu, find the format assistant in the plugin menu, and select the function you want to use.
Select a block, open the block menu, find the format assistant in the plugin menu, and select the function you want to use.
Wait a minute to refresh the layout, if your change doesn't loaded, you should refresh the layout manually(F5).

## Processable block

Expand All @@ -41,13 +42,13 @@ Select a block, open the block menu, find the format assistant in the plugin men

## Update Logs

- v0.3.0
- Change to plugin API to update block
- Fix withdraw failure issue
- v0.2.5
- Fixed an issue where tags were accidentally handled
- v0.2.2
- Fix error in add space
- v0.2.1
- Add different selected block judgment
- Add function to add space

# Thanks

Expand Down
9 changes: 5 additions & 4 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
## 使用方法

选中一个块,打开块菜单,在插件菜单中找到格式助手,从中选中要使用的功能。
选中一个块,打开块菜单,在插件菜单中找到格式助手,从中选中要使用的功能。
等待一分钟以刷新布局,如果您的更改未加载,则应手动刷新布局(F5)。

## 可处理块

Expand All @@ -41,13 +42,13 @@

## 更新日志

- v0.3.0
- 换用插件API更新块
- 修复撤回失效问题
- v0.2.5
- 修复意外处理标签的问题
- v0.2.2
- 修复添加空格的错误
- v0.2.1
- 添加不同的选中块类型判断
- 添加增加空格的方法

# 感谢

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": "sy-format-helper",
"version": "0.2.5",
"version": "0.3.0",
"description": "SiYuan format helper",
"main": ".src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sy-format-helper",
"author": "Emptylight",
"url": "https://github.com/emptylight370/sy-format-helper",
"version": "0.2.5",
"version": "0.3.0",
"minAppVersion": "2.0.25",
"backends": [
"windows",
Expand Down

0 comments on commit 44aa241

Please sign in to comment.