Skip to content

Commit 57f5a44

Browse files
committed
chore: bump version
1 parent 814d633 commit 57f5a44

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For more information on how to use the following functions, please see [characte
6363
- **Macro replacement:** support for embedded JavaScript expressions to dynamically replace document content
6464
- **Image hosting service:** support [PicGo](https://picgo.github.io/PicGo-Doc/) image hosting service
6565
- **OpenAI:** support for [OpenAI](https://openai.com) auto completion
66-
- **Custom plug-ins:** support writing JavaScript plug-ins to expand editor functionality. The plug-in is placed in the `home directory/plugins`. Refer to [plug-in Development Guide](./help/PLUGIN.md)
66+
- **Custom plug-ins:** support writing JavaScript plug-ins to #expand editor functionality. The plug-in is placed in the `home directory/plugins`. Refer to [plug-in Development Guide](./help/PLUGIN.md)
6767

6868
## Screenshots
6969

@@ -76,17 +76,14 @@ For more information on how to use the following functions, please see [characte
7676

7777
## Changelogs
7878

79-
### [v3.83.2](https://github.com/purocean/yn/releases/tag/v3.83.2) 2025-07-15
79+
### [v3.84.0](https://github.com/purocean/yn/releases/tag/v3.84.0) 2025-08-06
8080

81-
[Windows](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-win-x64-3.83.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-mac-arm64-3.83.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-mac-x64-3.83.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-linux-x86_64-3.83.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-linux-amd64-3.83.2.deb)
81+
[Windows](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-win-x64-3.84.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-mac-arm64-3.84.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-mac-x64-3.84.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-linux-x86_64-3.84.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-linux-amd64-3.84.0.deb)
8282

83-
1. feat: Added configuration for editor scroll wheel sensitivity
84-
2. feat: Added configuration for editor ruler settings
85-
3. feat: Added support for custom CSS styling during rendering
86-
4. feat: Double-clicking the editor highlights the current line in preview
87-
5. fix: Resolved potential freeze when saving encrypted documents
88-
6. fix: Fixed extension details display failure issue
89-
7. feat(plugin): Added `editor` callback parameter to `SETTING_PANEL_AFTER_SHOW` Hook to access configuration editor instances
83+
1. feat: Support parsing `#tag` labels in documents and tags defined in frontmatter
84+
2. feat: Support customizing the PlantUML API in settings
85+
3. feat: Add editor wrap indent setting
86+
4. feat(plugin): Support adding `suggestions` suggestion lists when defining plugin settings
9087

9188
[More release notes](https://github.com/purocean/yn/releases)
9289

README_ZH-CN.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,14 @@
7676

7777
## 更新日志
7878

79-
### [v3.83.2](https://github.com/purocean/yn/releases/tag/v3.83.2) 2025-07-15
79+
### [v3.84.0](https://github.com/purocean/yn/releases/tag/v3.84.0) 2025-08-06
8080

81-
[Windows](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-win-x64-3.83.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-mac-arm64-3.83.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-mac-x64-3.83.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-linux-x86_64-3.83.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.83.2/Yank-Note-linux-amd64-3.83.2.deb)
81+
[Windows](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-win-x64-3.84.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-mac-arm64-3.84.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-mac-x64-3.84.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-linux-x86_64-3.84.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.84.0/Yank-Note-linux-amd64-3.84.0.deb)
8282

83-
1. feat: 增加配置编辑器滚轮敏感度配置
84-
2. feat: 增加配置编辑器标尺配置
85-
3. feat: 增加渲染自定义 CSS 样式配置
86-
4. feat: 双击编辑器可以在预览中高亮当前行
87-
5. fix: 修复保存加密文档可能卡死问题
88-
6. fix: 修复扩展详情可能不显示问题
89-
7. feat(plugin): `SETTING_PANEL_AFTER_SHOW` Hook 增加 `editor` 回调参数,用来获取配置编辑器实例
83+
1. feat: 支持解析文档中的 `#tag` 标签和 frontmatter 中定义的标签
84+
2. feat: 支持在设置中自定义 PlantUML API
85+
3. feat: 增加编辑器换行缩进设置项
86+
4. feat(plugin): 插件定义设置项的时候支持增加 `suggestions` 建议列表
9087

9188
[更多发布说明](https://github.com/purocean/yn/releases)
9289

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yank.note",
3-
"version": "3.83.2",
3+
"version": "3.84.0",
44
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
55
"main": "dist/main/app.js",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)