Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jul 16, 2024
1 parent c0dbdfe commit 572b344
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 39 deletions.
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,21 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.72.2](https://github.com/purocean/yn/releases/tag/v3.72.2) 2024-07-04

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

1. feat: Optimize the experience of using automatic numbering for ordered lists, and support disabling automatic numbering in configuration options.
2. feat: Use the table of contents outline to jump/automatically focus on the editor after displaying the editor.
3. feat: Optimize syntax suggestion completion, distinguish between inline elements and block elements, and support quickly adding table rows.
4. feat: Add a right-click context menu for images in the preview area, supporting operations such as copying images and opening images.
5. feat: Optimize the navigation stack, supporting anchor positioning and maintaining scroll position.
6. feat: Support automatic scrolling to the bottom when running code.
7. feat: Automatically trigger Wiki link suggestions when typing `【【`.
8. feat: Other interaction experience optimizations and bug fixes.
9. fix: Disable automatic updates for the Windows zip version to avoid repeated upgrade failure issues.
10. feat(plugin): The `markdown-link` plugin exposes the `mdRuleConvertLink`, `htmlHandleLink` methods.
11. feat(plugin): `ctx.doc.switchDoc` adds more parameters, supporting jumping to a specified location.
12. feat(plugin): Add the `ctx.routines.changePosition` method to jump to a specified location in the current document.
13. feat(plugin): Add the `ctx.view.highlightAnchor` method to highlight/jump to a specified anchor in the current preview area.
14. feat(plugin): Add the `ctx.view.getScrollTop` method to get the current scroll position of the preview area.
15. feat(plugin): Add the `DOC_SWITCH_SKIPPED` Hook, which is triggered when attempting to switch to the current document.
### [v3.73.1](https://github.com/purocean/yn/releases/tag/v3.73.1) 2024-07-16

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

4. feat: Optimize file creation feature, add file type selection
5. feat: Quick jump/recent documents function supports more file types
6. feat: Add support for the `code-group` container block compatible with [VitePress](https://vitepress.dev/zh/guide/markdown#code-groups) style
7. feat: Support for customizing the repository switch shortcut key. If your keyboard layout is not US, you can clear or change the shortcut key to avoid input interference
8. feat: Optimize the selection of text in the code execution result, now you can select all the output content by double-clicking the execution result area
9. feat: Optimize the function of opening HTML files
10. feat: Support editing `.mjs`, `.mts`, '.cjs', `.cts` files
11. feat: Optimize navigation history
12. fix: Fix the issue of not being able to display directories ending with `git`, such as `testgit`
13. feat(plugin): Add API related to file type registration, such as `ctx.doc.registerDocCategory`
14. feat(plugin): Add API for changing directory tree operation buttons `ctx.tree.tapNodeActionButtons`

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

Expand Down
34 changes: 15 additions & 19 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,21 @@

## 更新日志

### [v3.72.2](https://github.com/purocean/yn/releases/tag/v3.72.2) 2024-07-04

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

1. feat: 优化有序列表自动编号使用体验,配置项支持禁用自动编号
2. feat: 使用目录大纲跳转/显示编辑器后自动聚焦编辑器
3. feat: 优化语法建议补全,区分行内元素和块元素,支持快速新增表格行
4. feat: 预览区图片增加右键上下文菜单,支持复制图片、打开图片等操作
5. feat: 优化导航堆栈,支持锚点定位和滚动位置保持
6. feat: 代码运行支持自动滚动到底部
7. feat: 输入 `【【` 时自动触发 Wiki 链接建议
8. feat: 其他交互体验优化和问题修复
9. fix: Windows zip 版本禁用自动更新,避免反复升级失败问题
10. feat(plugin): `markdown-link` 插件暴露 `mdRuleConvertLink`, `htmlHandleLink` 方法
11. feat(plugin): `ctx.doc.switchDoc` 增加更多参数,支持跳转到指定位置
12. feat(plugin): 增加 `ctx.routines.changePosition` 方法,用以跳转到当前文档的指定位置
13. feat(plugin): 增加 `ctx.view.highlightAnchor` 方法,用以高亮/跳转到当前预览区的指定锚点
14. feat(plugin): 增加 `ctx.view.getScrollTop` 方法,用以获取当前预览区的滚动位置
15. feat(plugin): 增加 `DOC_SWITCH_SKIPPED` Hook,尝试切换到当前文档时触发
### [v3.73.1](https://github.com/purocean/yn/releases/tag/v3.73.1) 2024-07-16

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

4. feat: 优化文件创建功能,增加文件类型选择
5. feat: 快速跳转/最近打开文档功能支持更多文件类型
6. feat: 增加兼容[VitePress](https://vitepress.dev/zh/guide/markdown#code-groups) 风格的 `code-group` 容器块
7. feat: 支持自定义切换仓库快捷键。如果你的键盘布局不是 US,可以清除或更改快捷键避免干扰输入
8. feat: 优化运行代码结果文本选择,现在双击运行结果区域即可选中所有的输出内容
9. feat: 优化打开 HTML 文件功能
10. feat: 支持编辑 `.mjs`, `.mts`, '.cjs', `.cts` 文件
11. feat: 优化导航历史记录
12. fix: 修复不能显示 `git` 结尾的目录问题如 `testgit`
13. feat(plugin): 增加注册文件类型相关 Api 如 `ctx.doc.registerDocCategory`
14. feat(plugin): 增加更改目录树操作按钮 Api `ctx.tree.tapNodeActionButtons`

[更多发布说明](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.73.0",
"version": "3.73.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 572b344

Please sign in to comment.