Skip to content

Commit

Permalink
upd: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Mar 26, 2022
1 parent 74c748d commit e3130cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 49 deletions.
43 changes: 19 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,30 +90,25 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.26.0](https://github.com/purocean/yn/releases/tag/v3.26.0) 2022-03-12

1. feat: added image/link auto-completion for local path
2. feat: support to configure PlantUML endpoint, can configure the official online rendering endpoint of PlantUML
3. feat: support to configure automatic save interval
4. feat: Copy Content supports copying Markdown after processing images
5. feat: export HTML support more options
6. feat: Mermaid graphics support download PNG
7. upd: upgrade KaTeX version, support more syntax
8. fix: fix the problem of resetting the "sync rendering" state after switching files
9. fix: export: fix "Inline Images" may lose pictures
10. fix: export: fix the exported HTML KaTeX cannot be rendered correctly
11. fix: export: fix the exported Docx Mermaid graphics cannot be rendered correctly
12. fix: export: fix PlantUML cannot be exported
13. fix: export: fix the mind map of the exported document may be cropped
14. fix: fix the problem that some special character anchors cannot jump
15. feat(plugin): `ctx.ui.useModal` method supports custom action buttons
16. feat(plugin): `ctx.view.getRenderEnv` method adds `tokens` return field
17. feat(plugin): `VIEW_ON_GET_HTML_FILTER_NODE` hook adds `options.preferPng` parameter
18. feat(plugin): add `ctx.utils.removeQuery` method
19. feat(plugin): add `ctx.lib.mime` module
20. feat(plugin): add `ctx.lib.markdownit` module
21. feat(plugin): add `ctx.lib.domtoimage` module
22. feat(plugin): add `ctx.lib.pako` module
### [v3.27.0](https://github.com/purocean/yn/releases/tag/v3.27.0) 2022-03-26

1. feat: add outline display to the sidebar
2. feat: add action buttons to the sidebar
3. feat: add "include style" option to HTML export
4. feat: the editor adds syntax highlighting for LaTex, Mermaid, and macro expressions
5. feat: the editor adds reference link completion
6. feat: show detailed error message when Mermaid syntax is wrong
7. feat: add shortcut to close the current tab
8. feat: add shortcut to display "Copy Content" panel
9. upd: upgrade Electron to 15.4.1
10. upd: optimize code block display
11. upd: other interactive experience optimization
12. fix: fix the default positioning of the custom group container
13. fix: fix the problem that the bold anchor cannot jump
14. fix: fix some HTML export issues
15. feat(plugin): add `ctx.layout.toggleOutline` method
16. feat(plugin): add `ctx.view.getHeadings` method
17. feat(plugin): status bar menu supports custom order

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

Expand Down
43 changes: 19 additions & 24 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,30 +90,25 @@ V3 核心目标是重构代码,提升应用健壮性、可拓展性、Markdown

## 更新日志

### [v3.26.0](https://github.com/purocean/yn/releases/tag/v3.26.0) 2022-03-12

1. feat: 新增图片/链接本地路径自动补全
2. feat: 支持配置 PlantUML 端点,可配置 PlantUML 官方在线渲染地址
3. feat: 支持配置自动保存间隔
4. feat: 复制内容支持复制处理图片后的 Markdown
5. feat: 导出 HTML 支持更多选项
6. feat: Mermaid 图形支持下载 PNG 图片
7. upd: 升级 KaTeX 版本,支持更多公式语法
8. fix: 修复切换文件后重置“同步渲染”状态问题
9. fix: 导出:修复“内联图片”可能丢失图片问题
10. fix: 导出:修复导出 HTML 公式不能正确渲染问题
11. fix: 导出:修复导出 Docx Mermaid 图形不能正确渲染问题
12. fix: 导出:修复不能导出 PlantUML 问题
13. fix: 导出:修复导出文档脑图可能被裁切问题
14. fix: 修复一些特殊字符锚点不能跳转问题
15. feat(插件): `ctx.ui.useModal` 方法支持自定义操作按钮
16. feat(插件): `ctx.view.getRenderEnv` 方法增加 `tokens` 返回字段
17. feat(插件): `VIEW_ON_GET_HTML_FILTER_NODE` 钩子增加 `options.preferPng` 参数
18. feat(插件): 新增 `ctx.utils.removeQuery` 方法
19. feat(插件): 新增 `ctx.lib.mime` 模块
20. feat(插件): 新增 `ctx.lib.markdownit` 模块
21. feat(插件): 新增 `ctx.lib.domtoimage` 模块
22. feat(插件): 新增 `ctx.lib.pako` 模块
### [v3.27.0](https://github.com/purocean/yn/releases/tag/v3.27.0) 2022-03-26

1. feat: 侧栏增加目录大纲展示
2. feat: 侧栏增加操作按钮栏
3. feat: HTML 导出增加“包含样式”选项
4. feat: 编辑器增加 LaTex、Mermaid、宏表达式语法高亮
5. feat: 编辑器增加参考式链接补全
6. feat: Mermaid 语法错误时展示详细错误信息
7. feat: 增加关闭当前编辑 Tab 快捷键
8. feat: 增加展示“复制内容”面板快捷键
9. upd: 升级 Electron 版本到 15.4.1
10. upd: 优化代码块展示
11. upd: 其他交互体验优化
12. fix: 修复某些情况下自定义 Group 容器默认定位不正确
13. fix: 修复加粗锚点不能跳转问题
14. fix: 修复一些 HTML 导出问题
15. feat(plugin): 增加 `ctx.layout.toggleOutline` 方法
16. feat(plugin): 增加 `ctx.view.getHeadings` 方法
17. feat(plugin): 状态栏菜单支持自定义顺序

[更多发布说明](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.26.0",
"version": "3.27.0",
"description": "Yank Note: A hackable markdown note application for programmers",
"main": "dist/main/app.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit e3130cb

Please sign in to comment.