Skip to content

v3.54.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:48
· 1157 commits to develop since this release

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 增加聚焦编辑器快捷键 Shift + Alt/Option + X
  2. feat: 编辑器菜单支持中文
  3. feat: 优化点击预览滚动到编辑器位置的行为
  4. feat: 优化批量勾选待办(选中后按 Cmd/Ctrl + O)的行为
  5. feat(plugin): 设置项增加 needReloadWindowWhenChanged 字段,支持定义值变更后是否重载页面
  6. feat(plugin): SETTING_CHANGED 钩子增加 schema 参数

  1. feat: add focus editor shortcut Shift + Alt/Option + X
  2. feat: editor menu supports Chinese
  3. feat: optimize the behavior of clicking preview to scroll to the editor position
  4. feat: optimize the behavior of batch checking to-do items (press Cmd/Ctrl + O after selecting)
  5. feat(plugin): add needReloadWindowWhenChanged field to setting item, support to define whether to reload page after value changes
  6. feat(plugin): SETTING_CHANGED hook adds schema parameter