Skip to content

v3.79.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 10:16
· 69 commits to develop since this release

v3.79.1 2025-01-02

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

  1. feat: Markdown ![]() 图片语法支持本地视频和音频路径
  2. feat: 增加直接在应用中打开预览视频和音频文件
  3. feat: 优化 HTML 解析
  4. feat: 支持书写 mhchem 化学方程式
  5. feat: 设置面板设置项增加重置为默认值按钮
  6. feat: 开启索引的仓库支持仓库 md 文件添加/删除后自动刷新目录树
  7. fix: 修复导出 HTML 点击锚点后会在新窗口打开页面问题
  8. fix: 修复文档中嵌入本地视频不能播放问题
  9. feat(plugin): 增加 ctx.api.listUserDir 方法,获取用户插件数据目录文件列表
  10. feat(plugin): 增加 SETTING_PANEL_AFTER_SHOW Hook,设置面板显示后触发
  11. feat(plugin): 增加 INDEXER_FS_CHANGE Hook,开启索引的仓库文件变更后触发

  1. feat: Markdown ![]() image syntax now supports local video and audio paths
  2. feat: Added the ability to preview video and audio files directly within the application
  3. feat: Optimized HTML parsing
  4. feat: Support for writing mhchem chemical equations
  5. feat: Added a "Reset to Default" button in the settings panel
  6. feat: Repositories with indexing enabled now support automatic refresh of the directory tree after adding/removing md files
  7. fix: Fixed issue where clicking on anchors in exported HTML would open a new window
  8. fix: Fixed issue where embedded local videos in documents could not be played
  9. feat(plugin): Added ctx.api.listUserDir method to get a list of user plugin data directory files
  10. feat(plugin): Added SETTING_PANEL_AFTER_SHOW Hook, triggered after the settings panel is displayed
  11. feat(plugin): Added INDEXER_FS_CHANGE Hook, triggered after file changes in repositories with indexing enabled

新增拼写检查(Spellchecker)扩展

image