Skip to content

Commit

Permalink
Merge branch 'release/3.81.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 23, 2025
2 parents d9fca0b + 912d429 commit 560f2d0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 45 deletions.
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,17 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.80.4](https://github.com/purocean/yn/releases/tag/v3.80.4) 2025-01-13

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

1. feat: Added warehouse search and replace all functionality
2. feat: Added text comparison tool (requires extension installation)
3. feat: Optimized warehouse search result display performance, search results can be set to 2000 results
4. feat: Optimized file tab, status bar menu, and several other interaction details
5. feat: Optimized quick jump file filter input fuzzy matching algorithm
6. feat: Significantly optimized the performance of running JS code log throughput
7. feat: Wiki links support jumping to non-Md files.
8. feat: Macro replacement `$include` supports the introduction of plain text files (not limited to Md files)
9. feat: Document history Diff editor folds unchanged parts
10. fix: Fixed switching previewer/editor menu UI issues
11. fix: Fixed document history Diff editor and main editor may interfere with each other
12. fix(plugin): Fixed the issue that the Vue ref object generated by `ctx.i18n.createI18n` may not respond to language changes
13. feat(plugin): Added `ctx.whenExtensionInitialized` method, execute callback after plugin initialization is completed
14. feat(plugin): Added `ctx.routines.chooseDocument` method, used to select documents
15. feat(plugin): Added `ctx.doc.cloneDoc` method, used to clone basic information of document objects
16. feat(plugin): Added `ctx.doc.isPlain` method, used to determine whether the document is a plain text document
17. feat(plugin): Added `ctx.editor.getAvailableCustomEditors` method, used to obtain available custom editors for documents
18. feat(plugin): Added `ctx.repo.isNormalRepo` method, used to determine whether the warehouse is a normal warehouse
### [v3.81.0](https://github.com/purocean/yn/releases/tag/v3.81.0) 2025-01-23

[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)

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

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

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

## 更新日志

### [v3.80.4](https://github.com/purocean/yn/releases/tag/v3.80.4) 2025-01-11

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

1. feat: 增加仓库搜索并全部替换功能
2. feat: 增加文本对比工具(需安装扩展)
3. feat: 优化仓库搜索结果展示性能,搜索结果可设置到 2000 个结果
4. feat: 优化文件选项卡、状态栏菜单、编辑器状态保存恢复等若干交互细节
5. feat: 优化快速跳转文件筛选输入模糊匹配算法
6. feat: 大幅度优化运行 JS 代码日志吞吐性能
7. feat: Wiki 链接支持跳转到非 Md 文件
8. feat: 宏替换 `$include` 支持引入纯文本文件(不限于 Md 文件)
9. feat: 文档历史 Diff 编辑器折叠未改动部分
10. fix: 修复切换预览器/编辑器菜单 UI 问题
11. fix: 修复文档历史 Diff 编辑器同主编辑器可能干扰问题
12. fix(plugin): 修复 `ctx.i18n.createI18n` 生成的 Vue ref 对象可能不响应语言变化问题
13. feat(plugin): 增加 `ctx.whenExtensionInitialized` 方法,插件初始化完成后执行回调
14. feat(plugin): 增加 `ctx.routines.chooseDocument` 方法,用以选择文档
15. feat(plugin): 增加 `ctx.doc.cloneDoc` 方法,用以克隆文档对象基本信息
16. feat(plugin): 增加 `ctx.doc.isPlain` 方法,用以判断文档是否为纯文本文档
17. feat(plugin): 增加 `ctx.editor.getAvailableCustomEditors` 方法,用以获取文档可用的自定义编辑器
18. feat(plugin): 增加 `ctx.repo.isNormalRepo` 方法,用以判断仓库是否为普通仓库
### [v3.81.0](https://github.com/purocean/yn/releases/tag/v3.81.0) 2025-01-23

[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)

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

[更多发布说明](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.80.5",
"version": "3.81.0",
"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 560f2d0

Please sign in to comment.