Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Sep 13, 2022
1 parent 3bca997 commit ecd4147
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,18 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.35.0](https://github.com/purocean/yn/releases/tag/v3.35.0) 2022-09-06

1. feat: add more information to the document row and column information display
2. feat: add double-clicking to change the size of the ruler to restore the default size
3. feat: the main part of the name is selected by default in the file name of the file creation dialog
4. fix: fix Reveal.js cannot display mindmap
5. feat(plugin): status bar menu title supports custom Vue components
6. feat(plugin): add `DOC_BEFORE_SAVE` hook
7. feat(plugin): add the number of selected rows and the number of selections of return value of `ctx.editor.getSelectionInfo`
8. upd(plugin): remove `ctx.store.state.selectionInfo`
### [v3.36.0](https://github.com/purocean/yn/releases/tag/v3.36.0) 2022-09-13

1. feat: optimize editor tab display, add quick search tab function
2. feat: add filtering function to the directory outline
3. upd: adjust the UI of dialogs, directories, context menus, control centers, etc.
4. upd: an error is reported when the repository path does not exist
5. fix: fix the issue that the document outline on Windows cannot display the underline at a certain zoom level of the window
6. fix: fix the problem that the brain map cannot be indented with two spaces
7. feat(plugin): add `ctx.components.QuickFilter` component
8. feat(plugin): add `ctx.command.Tab` constant
9. feat(plugin): add `ctx.ui.useQuickFilter` method
10. feat(plugin): add `file-tabs.search-tabs` action

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

Expand Down
22 changes: 12 additions & 10 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,18 @@

## 更新日志

### [v3.35.0](https://github.com/purocean/yn/releases/tag/v3.35.0) 2022-09-06

1. feat: 文档行列信息展示增加更多信息
2. feat: 增加双击更改尺寸表尺恢复默认尺寸功能
3. feat: 创建文件对话框文件名默认选中名字主体部分
4. fix: 修复 Reveal.js 不能显示脑图问题
5. feat(plugin): 状态栏菜单标题支持自定义 Vue 组件
6. feat(plugin): 增加 `DOC_BEFORE_SAVE` 钩子
7. feat(plugin): `ctx.editor.getSelectionInfo` 返回值增加选中行数、选区数量信息
8. upd(plugin): 移除 `ctx.store.state.selectionInfo`
### [v3.36.0](https://github.com/purocean/yn/releases/tag/v3.36.0) 2022-09-13

1. feat: 优化编辑器选项卡展示,增加快速搜索选项卡功能
2. feat: 目录大纲增加过滤功能
3. upd: 调整 对话框,目录,上下文菜单、控制中心等元素的 UI
4. upd: 仓库路径不存在时候报错
5. fix: 修复 Windows 上文档大纲在窗口某个缩放级别时候不能展示下划线问题
6. fix: 修复脑图不能使用两个空格缩进问题
7. feat(plugin): 增加 `ctx.components.QuickFilter` 组件
8. feat(plugin): 增加 `ctx.command.Tab` 常量
9. feat(plugin): 增加 `ctx.ui.useQuickFilter` 方法
10. feat(plugin): 增加 `file-tabs.search-tabs` Action

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

0 comments on commit ecd4147

Please sign in to comment.