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 28, 2022
1 parent 2307089 commit f1808ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.32.0](https://github.com/purocean/yn/releases/tag/v3.32.0) 2022-07-14
### [v3.33.0](https://github.com/purocean/yn/releases/tag/v3.33.0) 2022-07-28

1. feat: added "Export" and "Print" menu items to the status bar menu
2. feat: open the terminal and switch to the current warehouse directory by default
3. feat: add "section" container block
4. upd: the "Keep running in background" setting is disabled by default on macOS
1. fix: fix the problem that the word count statistics of open documents are not updated
2. fix: fix the problem that front matter is not refreshed when switching files
3. upd: export HTML preserves `data-*` attributes
4. upd: optimize `section` container style
5. feat(plugin): Added previewer registration, plugins can customize the document preview interface. Related APIs: `ctx.view.switchPreviewer` `ctx.view.registerPreviewer` `ctx.view.removePreviewer` `ctx.view.getAllPreviewers`

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

Expand Down
11 changes: 6 additions & 5 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@

## 更新日志

### [v3.32.0](https://github.com/purocean/yn/releases/tag/v3.32.0) 2022-07-14
### [v3.33.0](https://github.com/purocean/yn/releases/tag/v3.33.0) 2022-07-28

1. feat: 状态栏菜单增加“导出”、“打印”菜单项
2. feat: 打开终端默认切换到当前仓库目录
3. feat: 增加“section”容器块
4. upd: macOS 上默认禁用“保持后台运行”设置
1. fix: 修复打开文档字数统计信息不更新问题
2. fix: 修复切换文件时候 front matter 没刷新问题
3. upd: 导出 HTML 保留 `data-*` 属性
4. upd: 优化 `section` 容器样式
5. feat(plugin): 增加预览器注册,插件可以自定义文档预览界面。相关 Api: `ctx.view.switchPreviewer` `ctx.view.registerPreviewer` `ctx.view.removePreviewer` `ctx.view.getAllPreviewers`

[更多发布说明](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.32.0",
"version": "3.33.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 f1808ca

Please sign in to comment.