Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加配置编辑器滚轮敏感度配置
- feat: 增加配置编辑器标尺配置
- feat: 增加渲染自定义 CSS 样式配置
- feat: 双击编辑器可以在预览中高亮当前行
- fix: 修复保存加密文档可能卡死问题
- fix: 修复扩展详情可能不显示问题
- feat(plugin):
SETTING_PANEL_AFTER_SHOWHook 增加editor回调参数,用来获取配置编辑器实例
- feat: Added configuration for editor scroll wheel sensitivity
- feat: Added configuration for editor ruler settings
- feat: Added support for custom CSS styling during rendering
- feat: Double-clicking the editor highlights the current line in preview
- fix: Resolved potential freeze when saving encrypted documents
- fix: Fixed extension details display failure issue
- feat(plugin): Added
editorcallback parameter toSETTING_PANEL_AFTER_SHOWHook to access configuration editor instances
新增代码行高亮扩展
