From f15c709c2af3e9e972ae49af9a2ed884cdf2eec1 Mon Sep 17 00:00:00 2001 From: purocean Date: Wed, 26 Nov 2025 00:14:45 +0800 Subject: [PATCH] chore: bump version --- README.md | 14 ++++++++------ README_ZH-CN.md | 14 ++++++++------ package.json | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b4c41959..77e31a3a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index c63a08f6..df584ff2 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -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) diff --git a/package.json b/package.json index 3a3f2fe6..7ebb5984 100644 --- a/package.json +++ b/package.json @@ -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",