chore: bump version

This commit is contained in:
purocean
2026-07-12 11:03:23 +08:00
parent 2a5ec15fb9
commit 38ab9ec055
3 changed files with 21 additions and 13 deletions
+10 -6
View File
@@ -76,14 +76,18 @@ For more information on how to use the following functions, please see [characte
## Changelogs
### [v3.90.0](https://github.com/purocean/yn/releases/tag/v3.90.0) 2026-05-16
### [v3.92.1](https://github.com/purocean/yn/releases/tag/v3.92.1) 2026-07-12
[Windows](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-win-x64-3.90.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-mac-arm64-3.90.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-mac-x64-3.90.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-linux-x86_64-3.90.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-linux-amd64-3.90.0.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-win-x64-3.92.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-mac-arm64-3.92.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-mac-x64-3.92.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-linux-x86_64-3.92.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-linux-amd64-3.92.1.deb)
1. feat: Add MCP setting inspection tools for reading setting schemas, reading current setting values, and opening the settings panel at a specific key or group
2. feat: Add pasted-image filename templates with time and hash placeholders
3. feat: Add a CJ-friendly Markdown rendering option for better Chinese/Japanese text emphasis parsing
4. feat(editor): Focus the floating editor when clicking preview lines and close it automatically when it loses focus
1. feat(markdown): Upgrade Markdown-it to 14.3.0 and add CJK-friendly emphasis parsing for Chinese and Japanese text
2. feat(markdown): Add a raw HTML container that can render HTML blocks mixed with Markdown content
3. feat(plugin): Add range-based text highlighting APIs for extensions and preview interactions
4. feat(editor): Always show the floating editor hint so the feature remains discoverable
5. fix(markdown): Avoid double escaping plain-text code fences with a language marker
6. fix(editor): Restore HTML and other non-Markdown text files correctly when the app starts
7. fix(terminal): Prevent IME layout offsets caused by horizontal terminal overflow
8. chore: Upgrade Electron to 41 and update dependencies and security-related transitive packages
[More release notes](https://github.com/purocean/yn/releases)
+10 -6
View File
@@ -76,14 +76,18 @@
## 更新日志
### [v3.90.0](https://github.com/purocean/yn/releases/tag/v3.90.0) 2026-05-16
### [v3.92.1](https://github.com/purocean/yn/releases/tag/v3.92.1) 2026-07-12
[Windows](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-win-x64-3.90.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-mac-arm64-3.90.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-mac-x64-3.90.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-linux-x86_64-3.90.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.90.0/Yank-Note-linux-amd64-3.90.0.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-win-x64-3.92.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-mac-arm64-3.92.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-mac-x64-3.92.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-linux-x86_64-3.92.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.92.1/Yank-Note-linux-amd64-3.92.1.deb)
1. feat: 增加 MCP 设置排查工具,支持读取设置结构、读取当前设置值,以及打开设置面板并定位到指定字段或分组
2. feat: 增加粘贴图片文件名模板,支持时间和哈希占位符
3. feat: 增加 CJ-friendly Markdown 渲染选项,优化中文、日文文本中的强调解析
4. feat(editor): 点击预览行时聚焦浮动编辑器,并在浮动编辑器失焦后自动关闭
1. feat(markdown): Markdown-it 升级到 14.3.0,并增加 CJK-friendly 强调解析,优化中文、日文文本的渲染
2. feat(markdown): 增加原始 HTML 容器,支持在 Markdown 内容中混合并直接渲染 HTML 区块
3. feat(plugin): 扩展 API 增加基于文本范围的高亮能力,供扩展和预览交互使用
4. feat(editor): 始终显示浮动编辑器提示,方便用户发现和使用该功能
5. fix(markdown): 修复带语言标记的纯文本代码围栏发生重复转义的问题
6. fix(editor): 修复应用启动时无法正确恢复 HTML 及其他非 Markdown 文本文件内容的问题
7. fix(terminal): 避免终端横向溢出导致输入法界面发生位置偏移
8. chore: Electron 升级到 41,并更新依赖和安全相关的间接依赖
[更多发布说明](https://github.com/purocean/yn/releases)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.92.0",
"version": "3.92.1",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",