Skip to content

Releases: purocean/yn

v3-next-07

16 Jan 06:48
Compare
Choose a tag to compare
v3-next-07 Pre-release
Pre-release
fix: adjust max-height for DefaultPreviewer and catalog elements

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

v3.78.2

27 Dec 06:54
Compare
Choose a tag to compare

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

  1. feat: 优化搜索结果高亮显示和交互,切换文件时候编辑器自动选择搜索结果
  2. feat: 优化有序列表自动编号,支持单条目跨多行识别
  3. fix: 修复导出 HTML 丢失样式问题
  4. fix: 修复删除目录后文档索引不更新问题
  5. fix: 修复搜索出大量结果可能导致应用卡住问题

  1. feat: Enhance search result highlighting and interaction, automatically select search results in the editor when switching files
  2. feat: Optimize ordered list auto-numbering, support single-entry multi-line recognition
  3. fix: Fix the issue of losing styles when exporting to HTML
  4. fix: Fix the issue of document index not updating after deleting a directory
  5. fix: Fix the issue where searching for a large number of results may cause the application to freeze

v3.78.1

19 Dec 03:34
Compare
Choose a tag to compare

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

  1. feat: 查看链接面板增加查看当前文档引用的资源链接和外部链接功能
  2. feat: 增加插入表格面板,支持快速指定行列数
  3. feat: 导出 HTML 支持包含目录
  4. feat: 当无法将文件移动到回收站时,询问是否永久删除文件
  5. feat: 支持 ![[图片链接]] Wiki 链接方式引入图片,但暂不支持模糊匹配路径
  6. feat: 设置图片保存路径变量增加 {docPath} 变量
  7. fix: 修复新版 Chrome 浏览器上文档标题自动编号不正确问题
  8. fix: 修复某些情况下 UI 元素层级不正确问题
  9. feat(plugin): 增加 AFTER_PARSE_LINK Hook 用以拦截链接解析
  10. feat(plugin): 增加 VIEW_DOM_ERROR Hook 用以监听预览区错误事件
  11. feat(plugin): 增加 ctx.components.IndexStatus 组件

  1. feat: Added the ability to view resource links and external links referenced in the current document through the link panel.
  2. feat: Added a table insertion panel, supporting quick specification of rows and columns.
  3. feat: Exporting to HTML now supports the inclusion of a table of contents.
  4. feat: When unable to move a file to the recycle bin, prompt whether to permanently delete the file.
  5. feat: Support for introducing images using the Wiki link method ![[Image Link]], but fuzzy path matching is not yet supported.
  6. feat: Added the {docPath} variable to the image save path settings.
  7. fix: Fixed the issue of incorrect automatic numbering of document titles in the latest version of the Chrome browser.
  8. fix: Fixed the issue of incorrect UI element layering in certain situations.
  9. feat(plugin): Added the AFTER_PARSE_LINK Hook to intercept link parsing.
  10. feat(plugin): Added the VIEW_DOM_ERROR Hook to listen for errors in the preview area.
  11. feat(plugin): Added the ctx.components.IndexStatus component.

增加新扩展“Graph View”,以查看仓库中所有文档的关系图

Screenshot 2024-12-19 at 11 43 46

v3.77.1

24 Nov 15:52
Compare
Choose a tag to compare

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

  1. feat: 增加仓库索引机制,增加查看文档反向链接功能
  2. feat: 上传图片时候自动重命名重名的图片
  3. feat: 下载网络图片尽量保持原文件名
  4. feat: PicGo 上传图片支持远程模式,api 接口地址如果包含 key 参数则认为是远程模式
  5. feat: 支持从操作系统中拖拽复制文件到仓库中
  6. feat: 优化文本片段对选中文本的处理
  7. feat: 增加“启用触发建议灯泡”配置
  8. feat: 优化打开大仓库时候目录树性能
  9. fix: 修复编辑器关闭有序列表序号自动补全时仍然自动添加序号问题
  10. fix: 修复 Windows 上通过托盘菜单可能不能打开设置面板问题
  11. fix: 修复 PlantUML 图像缓存加载异常问题
  12. fix: 修复不能在“弹出预览”窗口中显示 file:// 协议图片问题
  13. fix: 修复读取断开的符号链接文件导致的错误问题
  14. fix: 修复导出 PDF 设置缩放比例不生效问题
  15. fix: 修复打开仓库外文件自动补全路径计算问题
  16. plugin: 增加 VIEW_BEFORE_RENDER 钩子
  17. plugin: 增加 ctx.repo 模块
  18. plugin: 增加 ctx.indexer 模块

  1. feat: Implement a repository indexing mechanism, and add a feature to view document backlinks.
  2. feat: Automatically rename duplicate images when uploading.
  3. feat: Download network images while preserving the original filenames as much as possible.
  4. feat: Support remote mode for PicGo image uploads; if the API interface address contains a key parameter, it is considered to be in remote mode.
  5. feat: Support dragging and dropping files from the operating system into the warehouse.
  6. feat: Optimize the processing of text snippets for selected text.
  7. feat: Add a configuration for "Enable trigger suggestion lightbulb."
  8. feat: Optimize the performance of the directory tree when opening large warehouses.
  9. fix: Fix the issue where the editor still automatically adds numbers when closing an ordered list with auto-complete numbers.
  10. fix: Fix the issue where the settings panel might not open through the tray menu on Windows.
  11. fix: Fix the exception issue with loading PlantUML image cache.
  12. fix: Fix the issue of not being able to display file:// protocol images in the "pop-up preview" window.
  13. fix: Fix the error caused by reading disconnected symbolic link files.
  14. fix: Fix the issue where the export PDF setting for scaling ratio does not take effect.
  15. fix: Fix the issue with automatic path calculation when opening files outside the warehouse.
  16. plugin: Add the VIEW_BEFORE_RENDER hook.
  17. plugin: Add the ctx.repo module.
  18. plugin: Add the ctx.indexer module.

v3.76.2

14 Sep 15:16
Compare
Choose a tag to compare

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

  1. fix: 修复 PlantUML 渲染不正确问题

  1. fix: correct rendering issue with PlantUML diagrams

v3.76.1

06 Sep 11:05
Compare
Choose a tag to compare

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

  1. feat: 增加俄语语言支持
  2. feat: 增加使用指引帮助入口
  3. feat: 优化有序列表序号补全
  4. feat: 图片保存目录配置增加 {docHash} 占位符
  5. fix: 修复 Windows 上可能出现输入框无法聚焦的问题
  6. fix: 修复某些情况下编辑器只读不正确问题
  7. fix: 修复某些情况下 Mermaid 渲染尺寸计算不正确问题

  1. feat: Added support for the Russian language
  2. feat: Added an entry point for usage guidance
  3. feat: Optimized the completion of ordered list numbers
  4. feat: Added {docHash} placeholder to the image save directory configuration
  5. fix: Fixed an issue where the input box might not be focusable on Windows
  6. fix: Fixed the issue of incorrect read-only status in the editor under certain conditions
  7. fix: Fixed the issue of incorrect size calculation for Mermaid rendering under certain conditions

v3.75.4

06 Aug 06:11
Compare
Choose a tag to compare
  1. fix: 修复支持的文件类型检测错误
  2. fix: 修复 macOS 上快捷键触发重音键会在编辑器插入额外字符问题

  1. fix: Correct the error in detecting supported file types.
  2. fix: Resolve the issue where the shortcut key triggers an accent key and inserts additional characters in the editor on macOS.