Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加自定义快捷键功能
- feat: 调整打开主窗口的快捷键
- feat: 控制中心增加调整预览文字基础字号功能
- feat: 编辑器自动补全代码片段增加语言选择
- fix: 修复多个对话框的时候,按下 ESC 会关闭对话框的问题
- fix: 升级 monaco-editor 到 0.41.0,修复片段补全丢失问题
- feat(plugin): 控制中心支持添加自定义 Vue 组件、自定元素顺序
- feat(plugin): 增加
ctx.action.getRawActions方法 - feat(plugin): 增加
ctx.action.tapActionctx.action.removeActionTapper方法 - feat(plugin): 增加
COMMAND_KEYBINDING_CHANGED钩子 - feat(plugin): 增加
ctx.ioc.getRaw方法 - feat(plugin):
ctx.action.registerAction增加description和forUser字段 - refactor(plugin): 移除
ctx.command模块,变更为ctx.keybinding模块
- feat: add custom shortcut key function
- feat: adjust the shortcut key to open the main window
- feat: the control center adds the function of adjusting the basic font size of the preview text
- feat: the editor automatically completes code snippets and adds language selection
- fix: when fixing multiple dialog boxes, pressing ESC will close the dialog box
- fix: upgrade monaco-editor to 0.41.0, fix the missing fragment completion problem
- feat(plugin): the control center supports adding custom Vue components and custom element order
- feat(plugin): add
ctx.action.getRawActionsmethod - feat(plugin): add
ctx.action.tapActionctx.action.removeActionTappermethods - feat(plugin): add
COMMAND_KEYBINDING_CHANGEDhook - feat(plugin): add
ctx.ioc.getRawmethod - feat(plugin):
ctx.action.registerActionaddsdescriptionandforUserfields - refactor(plugin): remove
ctx.commandmodule, change toctx.keybindingmodule