mirror of
https://github.com/purocean/yn.git
synced 2026-09-21 14:07:23 +08:00
chore: bump version
This commit is contained in:
@@ -76,14 +76,16 @@ For more information on how to use the following functions, please see [characte
|
||||
|
||||
## Changelogs
|
||||
|
||||
### [v3.84.0](https://github.com/purocean/yn/releases/tag/v3.84.0) 2025-08-06
|
||||
### [v3.85.1](https://github.com/purocean/yn/releases/tag/v3.85.1) 2025-11-25
|
||||
|
||||
[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)
|
||||
[Windows](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-win-x64-3.85.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-mac-arm64-3.85.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-mac-x64-3.85.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-linux-x86_64-3.85.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-linux-amd64-3.85.1.deb)
|
||||
|
||||
1. feat: Support parsing `#tag` labels in documents and tags defined in frontmatter
|
||||
2. feat: Support customizing the PlantUML API in settings
|
||||
3. feat: Add editor wrap indent setting
|
||||
4. feat(plugin): Support adding `suggestions` suggestion lists when defining plugin settings
|
||||
1. feat: Add an option to automatically insert spaces between Chinese and English in the settings
|
||||
3. feat: Optimize the settings panel interaction, add a suggested list for image storage directories, and add code highlighting to custom CSS styles
|
||||
2. feat: Improve the interaction of the quick filter, add character highlighting
|
||||
4. feat: Upgrade Electron to 38.7.1
|
||||
5. fix: Fix the incorrect error message location in the settings panel
|
||||
6. feat(plugin): Add the text highlighting utility `ctx.utils.createTextHighlighter`
|
||||
|
||||
[More release notes](https://github.com/purocean/yn/releases)
|
||||
|
||||
|
||||
+8
-6
@@ -76,14 +76,16 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
### [v3.84.0](https://github.com/purocean/yn/releases/tag/v3.84.0) 2025-08-06
|
||||
### [v3.85.1](https://github.com/purocean/yn/releases/tag/v3.85.1) 2025-11-25
|
||||
|
||||
[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)
|
||||
[Windows](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-win-x64-3.85.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-mac-arm64-3.85.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-mac-x64-3.85.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-linux-x86_64-3.85.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.85.1/Yank-Note-linux-amd64-3.85.1.deb)
|
||||
|
||||
1. feat: 支持解析文档中的 `#tag` 标签和 frontmatter 中定义的标签
|
||||
2. feat: 支持在设置中自定义 PlantUML API
|
||||
3. feat: 增加编辑器换行缩进设置项
|
||||
4. feat(plugin): 插件定义设置项的时候支持增加 `suggestions` 建议列表
|
||||
1. feat: 设置中增加自动在中英文之间添加空格选项
|
||||
3. feat: 优化设置面板交互,图片存放目录增加建议列表,自定义 CSS 样式 增加代码高亮
|
||||
2. feat: 快捷筛选器交互,增加字符高亮
|
||||
4. feat: 升级 Electron 到 38.7.1
|
||||
5. fix: 修复设置面板错误提示位置不正确问题
|
||||
6. feat(plugin): 增加 `ctx.utils.createTextHighlighter` 文本高亮工具函数
|
||||
|
||||
[更多发布说明](https://github.com/purocean/yn/releases)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yank.note",
|
||||
"version": "3.85.0",
|
||||
"version": "3.85.1",
|
||||
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
|
||||
"main": "dist/main/app.js",
|
||||
"license": "AGPL-3.0",
|
||||
|
||||
Reference in New Issue
Block a user