Skip to content

Commit

Permalink
Merge branch 'release/3.64.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Nov 23, 2023
2 parents ad9d62d + ade65c4 commit b6c22ef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 37 deletions.
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,17 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.63.3](https://github.com/purocean/yn/releases/tag/v3.63.3) 2023-10-03

[Windows](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-win-x64-3.63.3.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-mac-arm64-3.63.3.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-mac-x64-3.63.3.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-linux-x86_64-3.63.3.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-linux-amd64-3.63.3.deb)

1. feat: Automatically convert tab-separated tables to markdown format when pasting.
2. feat: Table cell editing now supports keyboard shortcuts:
- `DBLClick`: Edit cell
- `Escape`: Exit editing
- `Enter`: Confirm editing and edit the next row
- `Shift + Enter`: Confirm editing and edit the previous row
- `Cmd/Ctrl + Shift + Enter`: Confirm editing and insert a new row below
- `Tab`: Confirm editing and edit the next column
- `Shift + Tab`: Confirm editing and edit the previous column
3. feat: Other user experience improvements.
4. fix: Fixed the issue with abnormal rendering of transparent background PlantUML diagrams.
5. chore: Dependency upgrades: `@vscode/ripgrep` and `socket.io`.
6. refactor: No longer using Vuex.
7. feat(plugin): Added support for `yank-note://` [Deep Link](https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app).
### [v3.64.1](https://github.com/purocean/yn/releases/tag/v3.64.1) 2023-11-03

[Windows](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-win-x64-3.64.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-mac-arm64-3.64.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-mac-x64-3.64.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-linux-x86_64-3.64.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-linux-amd64-3.64.1.deb)

1. feat: Added rendering cache for PlantUML
1. feat: Added `div` type to custom containers
1. feat: Added support for top-level `await` keyword in user-defined plugin scripts
1. feat: Optimized link pasting behavior
1. fix: Fixed an issue where custom editor shortcuts would become ineffective after restart
1. fix: Fixed rendering issues caused by empty key values in macro definitions
7. feat(plugin): Added `useRemoteSrcOfLocalImage` option to `ctx.view.getContentHtml` method for preserving remote URLs of local images

[More release notes](https://github.com/purocean/yn/releases)

Expand Down
29 changes: 11 additions & 18 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,17 @@

## 更新日志

### [v3.63.3](https://github.com/purocean/yn/releases/tag/v3.63.3) 2023-11-03

[Windows](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-win-x64-3.63.3.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-mac-arm64-3.63.3.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-mac-x64-3.63.3.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-linux-x86_64-3.63.3.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.63.3/Yank-Note-linux-amd64-3.63.3.deb)

1. feat: 粘贴 tab 分割的表格时候自动转化为 markdown 格式表格
2. feat: 表格编辑编辑单元格时支持快捷键
- `DBLClick`: 编辑单元格
- `Escape`: 退出编辑
- `Enter`: 确认编辑并编辑下一行
- `Shift + Enter`: 确认编辑并编辑上一行
- `Cmd/Ctrl + Shift + Enter`: 确认编辑并插入下一行
- `Tab`: 确认编辑并编辑下一列
- `Shift + Tab`: 确认编辑并编辑上一列
3. feat: 其他使用体验提升
4. fix: 修复渲染透明背景 PlantUML 图形时显示异常的问题
5. chore: 升级依赖:`@vscode/ripgrep` `socket.io`
6. refactor: 不再使用 vuex
7. feat(plugin): 支持 `yank-note://` [Deep Link](https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app)
### [v3.64.1](https://github.com/purocean/yn/releases/tag/v3.64.1) 2023-11-03

[Windows](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-win-x64-3.64.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-mac-arm64-3.64.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-mac-x64-3.64.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-linux-x86_64-3.64.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.64.1/Yank-Note-linux-amd64-3.64.1.deb)

1. feat: 为 PlantUML 增加渲染缓存
1. feat: 自定义容器增加 `div` 类型
1. feat: 用户自定义插件脚本支持顶层 `await` 关键字
1. feat: 优化链接粘贴行为
1. fix: 修复某些时候自定义编辑器快捷键重启后失效的问题
1. fix: 修复宏定义使用空键值时候导致页面渲染异常的问题
7. feat(plugin): `ctx.view.getContentHtml` 方法增加 `useRemoteSrcOfLocalImage` 选项,用于保留本地图片的远程地址

[更多发布说明](https://github.com/purocean/yn/releases)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.64.0",
"version": "3.64.1",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",
Expand Down

0 comments on commit b6c22ef

Please sign in to comment.