Releases: purocean/yn
Releases · purocean/yn
v3-next-10
feat(hook): register SETTING_PANEL_AFTER_SHOW hook for enhanced setti…
v3.78.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 优化搜索结果高亮显示和交互,切换文件时候编辑器自动选择搜索结果
- feat: 优化有序列表自动编号,支持单条目跨多行识别
- fix: 修复导出 HTML 丢失样式问题
- fix: 修复删除目录后文档索引不更新问题
- fix: 修复搜索出大量结果可能导致应用卡住问题
- feat: Enhance search result highlighting and interaction, automatically select search results in the editor when switching files
- feat: Optimize ordered list auto-numbering, support single-entry multi-line recognition
- fix: Fix the issue of losing styles when exporting to HTML
- fix: Fix the issue of document index not updating after deleting a directory
- fix: Fix the issue where searching for a large number of results may cause the application to freeze
v3.78.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 查看链接面板增加查看当前文档引用的资源链接和外部链接功能
- feat: 增加插入表格面板,支持快速指定行列数
- feat: 导出 HTML 支持包含目录
- feat: 当无法将文件移动到回收站时,询问是否永久删除文件
- feat: 支持
![[图片链接]]
Wiki 链接方式引入图片,但暂不支持模糊匹配路径 - feat: 设置图片保存路径变量增加
{docPath}
变量 - fix: 修复新版 Chrome 浏览器上文档标题自动编号不正确问题
- fix: 修复某些情况下 UI 元素层级不正确问题
- feat(plugin): 增加
AFTER_PARSE_LINK
Hook 用以拦截链接解析 - feat(plugin): 增加
VIEW_DOM_ERROR
Hook 用以监听预览区错误事件 - feat(plugin): 增加
ctx.components.IndexStatus
组件
- feat: Added the ability to view resource links and external links referenced in the current document through the link panel.
- feat: Added a table insertion panel, supporting quick specification of rows and columns.
- feat: Exporting to HTML now supports the inclusion of a table of contents.
- feat: When unable to move a file to the recycle bin, prompt whether to permanently delete the file.
- feat: Support for introducing images using the Wiki link method
![[Image Link]]
, but fuzzy path matching is not yet supported. - feat: Added the
{docPath}
variable to the image save path settings. - fix: Fixed the issue of incorrect automatic numbering of document titles in the latest version of the Chrome browser.
- fix: Fixed the issue of incorrect UI element layering in certain situations.
- feat(plugin): Added the
AFTER_PARSE_LINK
Hook to intercept link parsing. - feat(plugin): Added the
VIEW_DOM_ERROR
Hook to listen for errors in the preview area. - feat(plugin): Added the
ctx.components.IndexStatus
component.
增加新扩展“Graph View”,以查看仓库中所有文档的关系图
v3.77.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加仓库索引机制,增加查看文档反向链接功能
- feat: 上传图片时候自动重命名重名的图片
- feat: 下载网络图片尽量保持原文件名
- feat: PicGo 上传图片支持远程模式,api 接口地址如果包含
key
参数则认为是远程模式 - feat: 支持从操作系统中拖拽复制文件到仓库中
- feat: 优化文本片段对选中文本的处理
- feat: 增加“启用触发建议灯泡”配置
- feat: 优化打开大仓库时候目录树性能
- fix: 修复编辑器关闭有序列表序号自动补全时仍然自动添加序号问题
- fix: 修复 Windows 上通过托盘菜单可能不能打开设置面板问题
- fix: 修复 PlantUML 图像缓存加载异常问题
- fix: 修复不能在“弹出预览”窗口中显示
file://
协议图片问题 - fix: 修复读取断开的符号链接文件导致的错误问题
- fix: 修复导出 PDF 设置缩放比例不生效问题
- fix: 修复打开仓库外文件自动补全路径计算问题
- plugin: 增加
VIEW_BEFORE_RENDER
钩子 - plugin: 增加
ctx.repo
模块 - plugin: 增加
ctx.indexer
模块
- feat: Implement a repository indexing mechanism, and add a feature to view document backlinks.
- feat: Automatically rename duplicate images when uploading.
- feat: Download network images while preserving the original filenames as much as possible.
- 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. - feat: Support dragging and dropping files from the operating system into the warehouse.
- feat: Optimize the processing of text snippets for selected text.
- feat: Add a configuration for "Enable trigger suggestion lightbulb."
- feat: Optimize the performance of the directory tree when opening large warehouses.
- fix: Fix the issue where the editor still automatically adds numbers when closing an ordered list with auto-complete numbers.
- fix: Fix the issue where the settings panel might not open through the tray menu on Windows.
- fix: Fix the exception issue with loading PlantUML image cache.
- fix: Fix the issue of not being able to display
file://
protocol images in the "pop-up preview" window. - fix: Fix the error caused by reading disconnected symbolic link files.
- fix: Fix the issue where the export PDF setting for scaling ratio does not take effect.
- fix: Fix the issue with automatic path calculation when opening files outside the warehouse.
- plugin: Add the
VIEW_BEFORE_RENDER
hook. - plugin: Add the
ctx.repo
module. - plugin: Add the
ctx.indexer
module.
v3.76.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- fix: 修复 PlantUML 渲染不正确问题
- fix: correct rendering issue with PlantUML diagrams
v3.76.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加俄语语言支持
- feat: 增加使用指引帮助入口
- feat: 优化有序列表序号补全
- feat: 图片保存目录配置增加
{docHash}
占位符 - fix: 修复 Windows 上可能出现输入框无法聚焦的问题
- fix: 修复某些情况下编辑器只读不正确问题
- fix: 修复某些情况下 Mermaid 渲染尺寸计算不正确问题
- feat: Added support for the Russian language
- feat: Added an entry point for usage guidance
- feat: Optimized the completion of ordered list numbers
- feat: Added
{docHash}
placeholder to the image save directory configuration - fix: Fixed an issue where the input box might not be focusable on Windows
- fix: Fixed the issue of incorrect read-only status in the editor under certain conditions
- fix: Fixed the issue of incorrect size calculation for Mermaid rendering under certain conditions
v3.75.4
- fix: 修复支持的文件类型检测错误
- fix: 修复 macOS 上快捷键触发重音键会在编辑器插入额外字符问题
- fix: Correct the error in detecting supported file types.
- fix: Resolve the issue where the shortcut key triggers an accent key and inserts additional characters in the editor on macOS.
v3.75.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 创建文件面板增加创建自定义扩展名选项
- feat: 支持编辑
.gitignore
文件 - feat: 支持粘贴 webp 图片
- feat: 体验优化,增加只读文件编辑提示
- feat: 体验优化,调整“重复文件”菜单位置
- fix(plugin): 修复
ctx.api.proxyFetch
对Request
对象的处理
- feat: Add option to create custom file extensions in the file panel creation
- feat: Support for editing
.gitignore
files - feat: Support for pasting webp images
- feat: Experience optimization, add prompt for editing read-only files
- feat: Experience optimization, adjust the position of the "Duplicate Files" menu
- fix(plugin): Fix the handling of the
Request
object inctx.api.proxyFetch
AI Cpoilot 扩展文字转图像支持添加 Hugging Face Gradio 适配器,例如 FLUX.1-schnell 模型
v3.74.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 支持在设置中配置预览区域内容显示最大宽度
- refactor: 默认在 Web Worker 中运行 JavaScript 代码,切换文档时候中止执行
- fix: 修复终端 shell 配置空字符串时候报错问题
- fix: 修复升级 Monaco 编辑器后不能补全待办列表问题
- feat: Support configuring the maximum width of the preview area content display in settings.
- refactor: Run JavaScript code in Web Worker by default, and terminate execution when switching documents.
- fix: Fix the error that occurs when the terminal shell configuration is an empty string.
- fix: Fix the issue where the to-do list cannot be completed after upgrading the Monaco editor.
v3.73.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 优化文件创建功能,增加文件类型选择
- feat: 快速跳转/最近打开文档功能支持更多文件类型
- feat: 增加兼容VitePress 风格的
code-group
容器块 - feat: 支持自定义切换仓库快捷键。如果你的键盘布局不是 US,可以清除或更改快捷键避免干扰输入
- feat: 优化运行代码结果文本选择,现在双击运行结果区域即可选中所有的输出内容
- feat: 优化打开 HTML 文件功能
- feat: 支持编辑
.mjs
,.mts
, '.cjs',.cts
文件 - feat: 优化导航历史记录
- fix: 修复不能显示
git
结尾的目录问题如testgit
- feat(plugin): 增加注册文件类型相关 Api 如
ctx.doc.registerDocCategory
- feat(plugin): 增加更改目录树操作按钮 Api
ctx.tree.tapNodeActionButtons
- feat: Optimize file creation feature, add file type selection
- feat: Quick jump/recent documents function supports more file types
- feat: Add support for the
code-group
container block compatible with VitePress style - 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
- 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
- feat: Optimize the function of opening HTML files
- feat: Support editing
.mjs
,.mts
, '.cjs',.cts
files - feat: Optimize navigation history
- fix: Fix the issue of not being able to display directories ending with
git
, such astestgit
- feat(plugin): Add API related to file type registration, such as
ctx.doc.registerDocCategory
- feat(plugin): Add API for changing directory tree operation buttons
ctx.tree.tapNodeActionButtons