v3.48.0
·
1016 commits
to develop
since this release
- feat: 监听当前编辑文件,自动刷新或提示文件被其他应用修改
- feat: 使用 prismjs 代替 highlight.js 作为代码高亮引擎
- feat: 复制面板支持复制文档部分内容
- feat: 升级 katex 到 0.16.4
- feat: 升级 monaco-editor 到 0.34.1
- fix: 修复 Linux amd64 打包问题
- fix: 修复编辑器潜在的内存泄漏问题
- feat(plugin): 增加
ctx.api.watchFile
方法
- feat: monitor the currently edited file, automatically refresh or prompt that the file is modified by other applications
- feat: use prismjs instead of highlight.js as the code highlighting engine
- feat: the copy panel supports copying part of the content of the document
- feat: upgrade katex to 0.16.4
- feat: upgrade monaco-editor to 0.34.1
- fix: fix Linux amd64 packaging problem
- fix: fix potential memory leaks in the editor
- feat(plugin): Add
ctx.api.watchFile
method