From 16629e0c1c0c211e38f89975cbf767187f032e78 Mon Sep 17 00:00:00 2001 From: purocean Date: Mon, 20 May 2024 16:16:19 +0800 Subject: [PATCH] chore: bump version --- README.md | 17 +++++++++-------- README_ZH-CN.md | 17 +++++++++-------- package.json | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c6fe2271..4458a0bd 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index ce29790d..ce1acf82 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -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) diff --git a/package.json b/package.json index d0fd67b1..4eefe513 100644 --- a/package.json +++ b/package.json @@ -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",