chore: bump version

This commit is contained in:
purocean
2024-06-19 19:33:14 +08:00
parent 8acc67fc51
commit c897422795
3 changed files with 17 additions and 19 deletions
+8 -9
View File
@@ -76,17 +76,16 @@ For more information on how to use the following functions, please see [characte
## Changelogs
### [v3.70.4](https://github.com/purocean/yn/releases/tag/v3.70.4) 2024-05-21
### [v3.71.1](https://github.com/purocean/yn/releases/tag/v3.71.1) 2024-06-19
[Windows](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-win-x64-3.70.4.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-mac-arm64-3.70.4.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-mac-x64-3.70.4.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-linux-x86_64-3.70.4.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-linux-amd64-3.70.4.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-win-x64-3.71.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-mac-arm64-3.71.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-mac-x64-3.71.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-linux-x86_64-3.71.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-linux-amd64-3.71.1.deb)
1. feat: Support pasting rich text as Markdown with table support
2. feat: Support keyboard navigation in context menu
3. feat: Optimize keyboard accessibility in dialogs
4. perf: Hide image navigation bar in image previewer when there are too many images in the document
5. refactor: Replace `request` library with `undici`
6. refactor(plugin): Add `ctx.api.proxyFetch` method, remove `ctx.api.proxyRequest` method for better SSE support
7. chore: Upgrade Electron to 28.3.1
1. feat: support for linking documents using the syntax `[[filename#anchor|display text]]` or `[[filename:line,column|display text]]`.
2. feat: running shell code now supports stopping the execution.
3. feat: files with extensions `.bib`, `.plantuml`, `.dot`, `.gv`, `.puml` are considered as text files and are editable.
4. feat: editor configuration now supports ligatures for fonts.
5. fix: fixed an issue where code blocks did not adhere to the `.avoid-page-break` style, causing incorrect pagination during printing.
6. chore: upgraded Electron to version 28.3.3.
[More release notes](https://github.com/purocean/yn/releases)
+8 -9
View File
@@ -76,17 +76,16 @@
## 更新日志
### [v3.70.4](https://github.com/purocean/yn/releases/tag/v3.70.4) 2024-05-21
### [v3.71.1](https://github.com/purocean/yn/releases/tag/v3.71.1) 2024-06-19
[Windows](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-win-x64-3.70.4.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-mac-arm64-3.70.4.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-mac-x64-3.70.4.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-linux-x86_64-3.70.4.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.4/Yank-Note-linux-amd64-3.70.4.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-win-x64-3.71.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-mac-arm64-3.71.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-mac-x64-3.71.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-linux-x86_64-3.71.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.71.1/Yank-Note-linux-amd64-3.71.1.deb)
1. feat: 富文本粘贴为 Markdown 支持表格
2. feat: 上下文菜单支持使用键盘导航
3. feat: 优化对话框键盘访问
4. perf: 当文档图片过多时,图片预览器不再显示图片导航栏
5. refactor: 使用 `undici` 代替 `request`
6. refactor(plugin): 增加 `ctx.api.proxyFetch` 方法,移除 `ctx.api.proxyRequest` 方法,更好的支持 SSE
7. chore: 升级 Electron 到 28.3.1
1. feat: 支持使用 `[[文件名#锚点|显示文本]]``[[文件名:行,列|显示文本]]` 语法来链接文档
2. feat: 运行 shell 代码支持停止运行
3. feat: `.bib`, `.plantuml`, `.dot`, `.gv`, `.puml` 文件视为文本文件,可编辑
4. feat: 编辑器配置支持字体连字
5. fix: 修复代码块不遵守 `.avoid-page-break` 样式,导致打印时分页不正确的问题
6. chore: 升级 Electron 到 28.3.3
[更多发布说明](https://github.com/purocean/yn/releases)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.71.0",
"version": "3.71.1",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",