Skip to content

v3.73.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 08:54
· 90 commits to develop since this release

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

  1. feat: 优化文件创建功能,增加文件类型选择
  2. feat: 快速跳转/最近打开文档功能支持更多文件类型
  3. feat: 增加兼容VitePress 风格的 code-group 容器块
  4. feat: 支持自定义切换仓库快捷键。如果你的键盘布局不是 US,可以清除或更改快捷键避免干扰输入
  5. feat: 优化运行代码结果文本选择,现在双击运行结果区域即可选中所有的输出内容
  6. feat: 优化打开 HTML 文件功能
  7. feat: 支持编辑 .mjs, .mts, '.cjs', .cts 文件
  8. feat: 优化导航历史记录
  9. fix: 修复不能显示 git 结尾的目录问题如 testgit
  10. feat(plugin): 增加注册文件类型相关 Api 如 ctx.doc.registerDocCategory
  11. feat(plugin): 增加更改目录树操作按钮 Api ctx.tree.tapNodeActionButtons

  1. feat: Optimize file creation feature, add file type selection
  2. feat: Quick jump/recent documents function supports more file types
  3. feat: Add support for the code-group container block compatible with VitePress style
  4. feat: Support for customizing the repository switch shortcut key. If your keyboard layout is not US, you can clear or change the shortcut key to avoid input interference
  5. feat: Optimize the selection of text in the code execution result, now you can select all the output content by double-clicking the execution result area
  6. feat: Optimize the function of opening HTML files
  7. feat: Support editing .mjs, .mts, '.cjs', .cts files
  8. feat: Optimize navigation history
  9. fix: Fix the issue of not being able to display directories ending with git, such as testgit
  10. feat(plugin): Add API related to file type registration, such as ctx.doc.registerDocCategory
  11. feat(plugin): Add API for changing directory tree operation buttons ctx.tree.tapNodeActionButtons