v3.73.1
·
358 commits
to develop
since this release
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 优化文件创建功能,增加文件类型选择
- feat: 快速跳转/最近打开文档功能支持更多文件类型
- feat: 增加兼容VitePress 风格的
code-group
容器块 - feat: 支持自定义切换仓库快捷键。如果你的键盘布局不是 US,可以清除或更改快捷键避免干扰输入
- feat: 优化运行代码结果文本选择,现在双击运行结果区域即可选中所有的输出内容
- feat: 优化打开 HTML 文件功能
- feat: 支持编辑
.mjs
,.mts
, '.cjs',.cts
文件 - feat: 优化导航历史记录
- fix: 修复不能显示
git
结尾的目录问题如testgit
- feat(plugin): 增加注册文件类型相关 Api 如
ctx.doc.registerDocCategory
- feat(plugin): 增加更改目录树操作按钮 Api
ctx.tree.tapNodeActionButtons
- feat: Optimize file creation feature, add file type selection
- feat: Quick jump/recent documents function supports more file types
- feat: Add support for the
code-group
container block compatible with VitePress style - 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
- 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
- feat: Optimize the function of opening HTML files
- feat: Support editing
.mjs
,.mts
, '.cjs',.cts
files - feat: Optimize navigation history
- fix: Fix the issue of not being able to display directories ending with
git
, such astestgit
- feat(plugin): Add API related to file type registration, such as
ctx.doc.registerDocCategory
- feat(plugin): Add API for changing directory tree operation buttons
ctx.tree.tapNodeActionButtons