Skip to content

Releases: purocean/yn

v3-next-03

20 Aug 10:17
Compare
Choose a tag to compare
v3-next-03 Pre-release
Pre-release
feat(highlighter): implement createTextHighlighter utility for text h…

v3.84.0

06 Aug 10:24
Compare
Choose a tag to compare

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

  1. feat: 支持解析文档中的 #tag 标签和 frontmatter 中定义的标签
  2. feat: 支持在设置中自定义 PlantUML API
  3. feat: 增加编辑器换行缩进设置项
  4. feat(plugin): 插件定义设置项的时候支持增加 suggestions 建议列表

  1. feat: Support parsing #tag labels in documents and tags defined in frontmatter
  2. feat: Support customizing the PlantUML API in settings
  3. feat: Add editor wrap indent setting
  4. feat(plugin): Support adding suggestions suggestion lists when defining plugin settings

新增“挖空”扩展

image

v3.83.2

15 Jul 11:27
Compare
Choose a tag to compare

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

  1. feat: 增加配置编辑器滚轮敏感度配置
  2. feat: 增加配置编辑器标尺配置
  3. feat: 增加渲染自定义 CSS 样式配置
  4. feat: 双击编辑器可以在预览中高亮当前行
  5. fix: 修复保存加密文档可能卡死问题
  6. fix: 修复扩展详情可能不显示问题
  7. feat(plugin): SETTING_PANEL_AFTER_SHOW Hook 增加 editor 回调参数,用来获取配置编辑器实例

  1. feat: Added configuration for editor scroll wheel sensitivity
  2. feat: Added configuration for editor ruler settings
  3. feat: Added support for custom CSS styling during rendering
  4. feat: Double-clicking the editor highlights the current line in preview
  5. fix: Resolved potential freeze when saving encrypted documents
  6. fix: Fixed extension details display failure issue
  7. feat(plugin): Added editor callback parameter to SETTING_PANEL_AFTER_SHOW Hook to access configuration editor instances

新增代码行高亮扩展

image

v3.82.1

30 Mar 04:32
Compare
Choose a tag to compare

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

  1. feat: 新增预览区字体配置
  2. feat: 限制编辑器的 Markdown 语法建议在代码围栏中不显示
  3. fix: 修复某些情况下导出的 HTML 标题高亮不正确问题
  4. feat(plugin): 增加 ctx.editor.getLineLanguageId 方法获取某行的语言ID

  1. feat: Added font configuration for the preview area
  2. feat: Restrict Markdown syntax suggestions in the editor from displaying within code fences
  3. fix: Fixed the issue where exported HTML headings were not highlighted correctly in some cases
  4. feat(plugin): Added the ctx.editor.getLineLanguageId method to retrieve the language ID of a specific line

v3.81.3

06 Feb 07:41
Compare
Choose a tag to compare

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

  1. fix: 修复 Windows 上可能删除目录失败问题

  1. fix: Fix the issue where directories might fail to be deleted on Windows

v3.81.2

05 Feb 12:02
Compare
Choose a tag to compare

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

  1. fix: 修复打开仓库外文件不能加载图片问题
  2. fix: 修复在 macOS 平台打开终端时候退出出现异常报告问题

  1. fix: Resolve the issue of not being able to load images when opening files outside the repository.
  2. fix: Resolve the issue of abnormal reports appearing when exiting the terminal on the macOS platform.

v3.81.0

23 Jan 10:58
Compare
Choose a tag to compare

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

  1. feat: 支持在 Windows 上打开 smb 路径文件
  2. feat: 优化演示模式目录展示,固定目录后将以侧栏形式展示目录
  3. feat: 优化音频元素渲染逻辑,减少文档打开阻塞时间
  4. fix: 修复行内 Wiki 风格图片渲染异常问题
  5. fix: 修复退出应用可能残留孤儿进程问题
  6. fix: 修复不能保存空文件问题
  7. fix: 修复分享预览文件不显示问题

  1. feat: Support for opening SMB path files on Windows
  2. feat: Optimization of presentation mode directory display, with fixed directories now shown in a sidebar format
  3. feat: Optimization of audio element rendering logic to reduce document opening block time
  4. fix: Resolution of inline Wiki-style image rendering exceptions
  5. fix: Resolution of potential orphan process issues when exiting the application
  6. fix: Resolution of the inability to save empty files
  7. fix: Resolution of the issue where shared preview files do not display

v3.80.4

13 Jan 06:38
Compare
Choose a tag to compare
  1. 修复文档最近打开时间未能保存问题
  2. 修复快速跳转取消后显示开始页面问题

  1. Fix the issue where the document's most recent opening time is not saved.
  2. Fix the issue where the start page is displayed after canceling quick navigation.

v3.80.2

11 Jan 04:44
Compare
Choose a tag to compare

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

  1. feat: 增加仓库搜索并全部替换功能
  2. feat: 增加文本对比工具(需安装扩展)
  3. feat: 优化仓库搜索结果展示性能,搜索结果可设置到 2000 个结果
  4. feat: 优化文件选项卡、状态栏菜单、编辑器状态保存恢复等若干交互细节
  5. feat: 优化快速跳转文件筛选输入模糊匹配算法
  6. feat: 大幅度优化运行 JS 代码日志吞吐性能
  7. feat: Wiki 链接支持跳转到非 Md 文件
  8. feat: 宏替换 $include 支持引入纯文本文件(不限于 Md 文件)
  9. feat: 文档历史 Diff 编辑器折叠未改动部分
  10. fix: 修复切换预览器/编辑器菜单 UI 问题
  11. fix: 修复文档历史 Diff 编辑器同主编辑器可能干扰问题

新增文本对比扩展

image

  1. fix(plugin): 修复 ctx.i18n.createI18n 生成的 Vue ref 对象可能不响应语言变化问题
  2. feat(plugin): 增加 ctx.whenExtensionInitialized 方法,插件初始化完成后执行回调
  3. feat(plugin): 增加 ctx.routines.chooseDocument 方法,用以选择文档
  4. feat(plugin): 增加 ctx.doc.cloneDoc 方法,用以克隆文档对象基本信息
  5. feat(plugin): 增加 ctx.doc.isPlain 方法,用以判断文档是否为纯文本文档
  6. feat(plugin): 增加 ctx.editor.getAvailableCustomEditors 方法,用以获取文档可用的自定义编辑器
  7. feat(plugin): 增加 ctx.repo.isNormalRepo 方法,用以判断仓库是否为普通仓库

  1. feat: Added warehouse search and replace all functionality
  2. feat: Added text comparison tool (requires extension installation)
  3. feat: Optimized warehouse search result display performance, search results can be set to 2000 results
  4. feat: Optimized file tab, status bar menu, and several other interaction details
  5. feat: Optimized quick jump file filter input fuzzy matching algorithm
  6. feat: Significantly optimized the performance of running JS code log throughput
  7. feat: Wiki links support jumping to non-Md files.
  8. feat: Macro replacement $include supports the introduction of plain text files (not limited to Md files)
  9. feat: Document history Diff editor folds unchanged parts
  10. fix: Fixed switching previewer/editor menu UI issues
  11. fix: Fixed document history Diff editor and main editor may interfere with each other
  12. fix(plugin): Fixed the issue that the Vue ref object generated by ctx.i18n.createI18n may not respond to language changes
  13. feat(plugin): Added ctx.whenExtensionInitialized method, execute callback after plugin initialization is completed
  14. feat(plugin): Added ctx.routines.chooseDocument method, used to select documents
  15. feat(plugin): Added ctx.doc.cloneDoc method, used to clone basic information of document objects
  16. feat(plugin): Added ctx.doc.isPlain method, used to determine whether the document is a plain text document
  17. feat(plugin): Added ctx.editor.getAvailableCustomEditors method, used to obtain available custom editors for documents
  18. feat(plugin): Added ctx.repo.isNormalRepo method, used to determine whether the warehouse is a normal warehouse

v3.79.1

02 Jan 10:16
Compare
Choose a tag to compare

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