chore: bump version

This commit is contained in:
purocean
2024-05-21 10:30:40 +08:00
parent 6500030264
commit 953c504ffb
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -76,9 +76,9 @@ For more information on how to use the following functions, please see [characte
## Changelogs
### [v3.70.2](https://github.com/purocean/yn/releases/tag/v3.70.2) 2024-05-20
### [v3.70.3](https://github.com/purocean/yn/releases/tag/v3.70.3) 2024-05-21
[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)
[Windows](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-win-x64-3.70.3.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-mac-arm64-3.70.3.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-mac-x64-3.70.3.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-linux-x86_64-3.70.3.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-linux-amd64-3.70.3.deb)
1. feat: Support pasting rich text as Markdown with table support
2. feat: Support keyboard navigation in context menu
+2 -2
View File
@@ -76,9 +76,9 @@
## 更新日志
### [v3.70.2](https://github.com/purocean/yn/releases/tag/v3.70.2) 2024-05-20
### [v3.70.3](https://github.com/purocean/yn/releases/tag/v3.70.3) 2024-05-21
[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)
[Windows](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-win-x64-3.70.3.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-mac-arm64-3.70.3.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-mac-x64-3.70.3.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-linux-x86_64-3.70.3.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.70.3/Yank-Note-linux-amd64-3.70.3.deb)
1. feat: 富文本粘贴为 Markdown 支持表格
2. feat: 上下文菜单支持使用键盘导航
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.70.2",
"version": "3.70.3",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",