mirror of
https://github.com/purocean/yn.git
synced 2026-09-21 14:07:23 +08:00
chore: bump version
This commit is contained in:
@@ -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
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user