Skip to content

Commit

Permalink
Merge branch 'release/3.81.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 27, 2025
2 parents c65f6fa + 49bdab8 commit f417fdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,12 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.81.0](https://github.com/purocean/yn/releases/tag/v3.81.0) 2025-01-23
### [v3.81.2](https://github.com/purocean/yn/releases/tag/v3.81.2) 2025-01-27

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

1. feat: Support for opening SMB path files on Windows
2. feat: Optimization of presentation mode directory display, with fixed directories now shown in a sidebar format
3. feat: Optimization of audio element rendering logic to reduce document opening block time
4. fix: Resolution of inline Wiki-style image rendering exceptions
5. fix: Resolution of potential orphan process issues when exiting the application
6. fix: Resolution of the inability to save empty files
7. fix: Resolution of the issue where shared preview files do not display
1. fix: Resolve the issue of not being able to load images when opening files outside the repository.
2. fix: Resolve the issue of abnormal reports appearing when exiting the terminal on the macOS platform.

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

Expand Down
13 changes: 4 additions & 9 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,12 @@

## 更新日志

### [v3.81.0](https://github.com/purocean/yn/releases/tag/v3.81.0) 2025-01-23
### [v3.81.2](https://github.com/purocean/yn/releases/tag/v3.81.2) 2025-01-27

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

1. feat: 支持在 Windows 上打开 smb 路径文件
2. feat: 优化演示模式目录展示,固定目录后将以侧栏形式展示目录
3. feat: 优化音频元素渲染逻辑,减少文档打开阻塞时间
4. fix: 修复行内 Wiki 风格图片渲染异常问题
5. fix: 修复退出应用可能残留孤儿进程问题
6. fix: 修复不能保存空文件问题
7. fix: 修复分享预览文件不显示问题
1. fix: 修复打开仓库外文件不能加载图片问题
2. fix: 修复在 macOS 平台打开终端时候退出出现异常报告问题

[更多发布说明](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.81.1",
"version": "3.81.2",
"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 f417fdf

Please sign in to comment.