chore: bump version

This commit is contained in:
purocean
2024-05-20 16:16:19 +08:00
parent 523f9319e3
commit 16629e0c1c
3 changed files with 19 additions and 17 deletions
+9 -8
View File
@@ -76,16 +76,17 @@ For more information on how to use the following functions, please see [characte
## Changelogs
### [v3.70.1](https://github.com/purocean/yn/releases/tag/v3.70.1) 2024-05-20
### [v3.70.2](https://github.com/purocean/yn/releases/tag/v3.70.2) 2024-05-20
[Windows](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-win-x64-3.70.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-mac-arm64-3.70.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-mac-x64-3.70.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-linux-x86_64-3.70.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-linux-amd64-3.70.1.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-win-x64-3.70.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-mac-arm64-3.70.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-mac-x64-3.70.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-linux-x86_64-3.70.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-linux-amd64-3.70.2.deb)
1. feat: Support keyboard navigation in context menu
2. feat: Optimize keyboard accessibility in dialogs
3. perf: Hide image navigation bar in image previewer when there are too many images in the document
4. refactor: Replace `request` library with `undici`
5. refactor(plugin): Add `ctx.api.proxyFetch` method, remove `ctx.api.proxyRequest` method for better SSE support
6. chore: Upgrade Electron to 28.3.1
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
[More release notes](https://github.com/purocean/yn/releases)
+9 -8
View File
@@ -76,16 +76,17 @@
## 更新日志
### [v3.70.1](https://github.com/purocean/yn/releases/tag/v3.70.1) 2024-05-20
### [v3.70.2](https://github.com/purocean/yn/releases/tag/v3.70.2) 2024-05-20
[Windows](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-win-x64-3.70.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-mac-arm64-3.70.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-mac-x64-3.70.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-linux-x86_64-3.70.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.1/Yank-Note-linux-amd64-3.70.1.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-win-x64-3.70.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-mac-arm64-3.70.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-mac-x64-3.70.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-linux-x86_64-3.70.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.2/Yank-Note-linux-amd64-3.70.2.deb)
1. feat: 上下文菜单支持使用键盘导航
2. feat: 优化对话框键盘访问
3. perf: 当文档图片过多时,图片预览器不再显示图片导航栏
4. refactor: 使用 `undici` 代替 `request`
5. refactor(plugin): 增加 `ctx.api.proxyFetch` 方法,移除 `ctx.api.proxyRequest` 方法,更好的支持 SSE
6. chore: 升级 Electron 到 28.3.1
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
[更多发布说明](https://github.com/purocean/yn/releases)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.70.1",
"version": "3.70.2",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",