Skip to content

Releases: purocean/yn

v3-next-10

31 Dec 09:47
Compare
Choose a tag to compare
v3-next-10 Pre-release
Pre-release
feat(hook): register SETTING_PANEL_AFTER_SHOW hook for enhanced setti…

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.

v3.75.1

04 Aug 06:47
Compare
Choose a tag to compare

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

  1. feat: 创建文件面板增加创建自定义扩展名选项
  2. feat: 支持编辑 .gitignore 文件
  3. feat: 支持粘贴 webp 图片
  4. feat: 体验优化,增加只读文件编辑提示
  5. feat: 体验优化,调整“重复文件”菜单位置
  6. fix(plugin): 修复 ctx.api.proxyFetchRequest 对象的处理

  1. feat: Add option to create custom file extensions in the file panel creation
  2. feat: Support for editing .gitignore files
  3. feat: Support for pasting webp images
  4. feat: Experience optimization, add prompt for editing read-only files
  5. feat: Experience optimization, adjust the position of the "Duplicate Files" menu
  6. fix(plugin): Fix the handling of the Request object in ctx.api.proxyFetch

AI Cpoilot 扩展文字转图像支持添加 Hugging Face Gradio 适配器,例如 FLUX.1-schnell 模型
image

v3.74.0

23 Jul 07:46
Compare
Choose a tag to compare

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

  1. feat: 支持在设置中配置预览区域内容显示最大宽度
  2. refactor: 默认在 Web Worker 中运行 JavaScript 代码,切换文档时候中止执行
  3. fix: 修复终端 shell 配置空字符串时候报错问题
  4. fix: 修复升级 Monaco 编辑器后不能补全待办列表问题

  1. feat: Support configuring the maximum width of the preview area content display in settings.
  2. refactor: Run JavaScript code in Web Worker by default, and terminate execution when switching documents.
  3. fix: Fix the error that occurs when the terminal shell configuration is an empty string.
  4. fix: Fix the issue where the to-do list cannot be completed after upgrading the Monaco editor.

v3.73.1

16 Jul 08:54
Compare
Choose a tag to compare

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

  1. feat: 优化文件创建功能,增加文件类型选择
  2. feat: 快速跳转/最近打开文档功能支持更多文件类型
  3. feat: 增加兼容VitePress 风格的 code-group 容器块
  4. feat: 支持自定义切换仓库快捷键。如果你的键盘布局不是 US,可以清除或更改快捷键避免干扰输入
  5. feat: 优化运行代码结果文本选择,现在双击运行结果区域即可选中所有的输出内容
  6. feat: 优化打开 HTML 文件功能
  7. feat: 支持编辑 .mjs, .mts, '.cjs', .cts 文件
  8. feat: 优化导航历史记录
  9. fix: 修复不能显示 git 结尾的目录问题如 testgit
  10. feat(plugin): 增加注册文件类型相关 Api 如 ctx.doc.registerDocCategory
  11. feat(plugin): 增加更改目录树操作按钮 Api ctx.tree.tapNodeActionButtons

  1. feat: Optimize file creation feature, add file type selection
  2. feat: Quick jump/recent documents function supports more file types
  3. feat: Add support for the code-group container block compatible with VitePress style
  4. feat: Support for customizing the repository switch shortcut key. If your keyboard layout is not US, you can clear or change the shortcut key to avoid input interference
  5. feat: Optimize the selection of text in the code execution result, now you can select all the output content by double-clicking the execution result area
  6. feat: Optimize the function of opening HTML files
  7. feat: Support editing .mjs, .mts, '.cjs', .cts files
  8. feat: Optimize navigation history
  9. fix: Fix the issue of not being able to display directories ending with git, such as testgit
  10. feat(plugin): Add API related to file type registration, such as ctx.doc.registerDocCategory
  11. feat(plugin): Add API for changing directory tree operation buttons ctx.tree.tapNodeActionButtons