Skip to content

Commit

Permalink
upd: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Apr 24, 2022
1 parent 9395450 commit b66bc20
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ For more information on how to use the following functions, please see [characte

## Changelogs

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

1. feat: add a custom container for columns
2. feat: add drag to resize editor/preview
3. feat: Front Matter supports configuration code wrapping `wrapCode`
4. feat: support middle mouse button to close tab
5. feat: add editor minimap switch configuration
6. feat: add zoom menu item
7. feat: add style classes `wrap-code` `text-left` `text-center` `text-right` `with-border`
8. feat: configure image storage directory to support `{docBasename}` file name (excluding extension name) placeholder`
9. fix: fix PlantUML online endpoint may render stuck
10. fix: fix the problem that the title preview area cannot be positioned after turning off synchronous scrolling
11. fix: fix the problem that the title number may not be correctly numbered after opening the title number
12. fix: fix some custom element attributes may cause rendering interruption
13. upd: optimize HTML export
### [v3.29.0](https://github.com/purocean/yn/releases/tag/v3.29.0) 2022-04-24

1. feat: add OpenAI integration
2. feat: the editor supports collapsing content
3. feat: when clicking on the title of the outline, the corresponding title will be highlighted
4. feat: add proxy configuration
5. feat: add editor line number configuration
6. feat: add style class `avoid-page-break`
7. upd: optimize Markdown rendering performance
8. upd: increase the maximum width of the preview
9. fix: fix the problem that cells cannot be merged in embedded HTML tables
10. fix: fix Mermaid graphics may have blank issue
11. fix: fix the problem that the brain map cannot be displayed in the custom container
12. feat(plugin): support adding configuration groups
13. upd(plugin): remove `ctx.constant` module, use `ctx.args` instead
14. upd(plugin): remove `ctx.editor.revealLineInCenter`, `ctx.editor.revealLine`, `ctx.editor.setScrollToTop` methods

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

Expand Down
31 changes: 16 additions & 15 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ V3 核心目标是重构代码,提升应用健壮性、可拓展性、Markdown

## 更新日志

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

1. feat: 增加分列自定义容器
2. feat: 增加拖动调整编辑器/预览大小
3. feat: Front Matter 支持配置代码换行 `wrapCode`
4. feat: 支持鼠标中键关闭标签页
5. feat: 增加编辑器小地图开关配置
6. feat: 增加缩放界面菜单项
7. feat: 增加样式类 `wrap-code` `text-left` `text-center` `text-right` `with-border`
8. feat: 配置图片存放目录支持 `{docBasename}` 文件名(不含拓展名)占位`
9. fix: 修复 PlantUML 在线端点可能渲染卡住问题
10. fix: 修复关闭同步滚动后点击标题预览区不能定位问题
11. fix: 修复开启标题编号后可能不能正确编号问题
12. fix: 修复某些自定义元素属性可能导致渲染中断问题
13. upd: 持续优化 HTML 导出
### [v3.29.0](https://github.com/purocean/yn/releases/tag/v3.29.0) 2022-04-24

1. feat: 增加 OpenAI 集成
2. feat: 编辑器支持折叠内容
3. feat: 点击大纲目录标题时候高亮对应标题
4. feat: 增加代理配置项
5. feat: 增加编辑器行号配置项
6. feat: 增加样式类 `avoid-page-break`
7. upd: 优化 Markdown 渲染性能
8. upd: 增大预览最大宽度
9. fix: 修复嵌入 HTML 表格不能合并单元格问题
10. fix: 修复 Mermaid 图形可能有空白问题
11. fix: 修复自定义容器中脑图不能展示问题
12. feat(plugin): 支持添加配置分组
13. upd(plugin): 移除 `ctx.constant` 模块,使用 `ctx.args` 代替
14. upd(plugin): 移除 `ctx.editor.revealLineInCenter`, `ctx.editor.revealLine`, `ctx.editor.setScrollToTop` 方法

[更多发布说明](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.28.0",
"version": "3.29.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 b66bc20

Please sign in to comment.