Releases: purocean/yn
Releases · purocean/yn
v3.65.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 运行代码块限制最大高度,优化显示效果
- feat(plugin):
ctx.api.proxyRequest方法支持指定 http 代理 - feat(plugin): 增加
ctx.getPluginApi方法,插件支持暴露接口给其他插件使用
- feat: Limit the maximum height of code blocks and optimize display effects
- feat(plugin): Add support for specifying HTTP proxy in
ctx.api.proxyRequestmethod - feat(plugin): Add
ctx.getPluginApimethod to allow plugins to expose interfaces for other plugins to use
新增扩展 AI Copilot,支持 OpenAI GPT 模型和 谷歌 gemini-pro 模型
v3.64.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 为 PlantUML 增加渲染缓存
- feat: 自定义容器增加
div类型 - feat: 用户自定义插件脚本支持顶层
await关键字 - feat: 优化链接粘贴行为
- fix: 修复某些时候自定义编辑器快捷键重启后失效的问题
- fix: 修复宏定义使用空键值时候导致页面渲染异常的问题
- feat(plugin):
ctx.view.getContentHtml方法增加useRemoteSrcOfLocalImage选项,用于保留本地图片的远程地址
- feat: Added rendering cache for PlantUML
- feat: Added
divtype to custom containers - feat: Added support for top-level
awaitkeyword in user-defined plugin scripts - feat: Optimized link pasting behavior
- fix: Fixed an issue where custom editor shortcuts would become ineffective after restart
- fix: Fixed rendering issues caused by empty key values in macro definitions
- feat(plugin): Added
useRemoteSrcOfLocalImageoption toctx.view.getContentHtmlmethod for preserving remote URLs of local images
v3.63.3
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- 修复导出的文档可能丢失图片问题
- 修复性能退化
- fix the issue where exported documents may lose images.
- fix performance regression
v3.63.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 粘贴 tab 分割的表格时候自动转化为 markdown 格式表格
- feat: 表格编辑编辑单元格时支持快捷键
DBLClick: 编辑单元格Escape: 退出编辑Enter: 确认编辑并编辑下一行Shift + Enter: 确认编辑并编辑上一行Cmd/Ctrl + Shift + Enter: 确认编辑并插入下一行Tab: 确认编辑并编辑下一列Shift + Tab: 确认编辑并编辑上一列
- feat: 其他使用体验提升
- fix: 修复渲染透明背景 PlantUML 图形时显示异常的问题
- chore: 升级依赖:
@vscode/ripgrepsocket.io - refactor: 不再使用 vuex
- feat(plugin): 支持
yank-note://Deep Link
- feat: Automatically convert tab-separated tables to markdown format when pasting.
- feat: Table cell editing now supports keyboard shortcuts:
DBLClick: Edit cellEscape: Exit editingEnter: Confirm editing and edit the next rowShift + Enter: Confirm editing and edit the previous rowCmd/Ctrl + Shift + Enter: Confirm editing and insert a new row belowTab: Confirm editing and edit the next columnShift + Tab: Confirm editing and edit the previous column
- feat: Other user experience improvements.
- fix: Fixed the issue with abnormal rendering of transparent background PlantUML diagrams.
- chore: Dependency upgrades:
@vscode/ripgrepandsocket.io. - refactor: No longer using Vuex.
- feat(plugin): Added support for
yank-note://Deep Link.
v3.62.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 侧栏文档大纲支持折叠展开
- feat: 支持离线激活高级版
- feat: 选中文本后粘贴链接时,自动插入链接并以选中文本作为链接文本,支持带 # 的链接
- feat: 增加
bat语言高亮 - fix: 修复 Windows 上仓库使用网络路径时候打开附件失败的问题
- feat: sidebar document outline supports folding and expansion
- feat: supports offline activation of premium version
- feat: When pasting a link after selecting text, the link will be automatically inserted and the selected text will be used as the link text. Links with # are supported.
- feat: Add
batlanguage highlighting - fix: Fixed the problem of failure to open attachments when the warehouse uses a network path on Windows
v3.61.3
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- 增强安全模式安全性
- Enhanced Safe Mode security
v3.61.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加编辑器快速提示配置项
- fix: 打开仓库外的文件禁用选项卡上下文菜单
- feat: add
editor.quick-suggestionconfig item - fix: disable context menu of file tabs of outside repository
v3.61.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 应用关联 Markdown 文件:支持在文件管理器中直接打开、拖拽到应用内打开文件。非仓库文件将以安全模式渲染
- feat: 配置项:渲染配置增加
markdown-it-multimd-table插件更多配置;编辑器增加控制是否键入时候展示建议提示的配置 - feat: 编辑体验优化:从侧栏拖动文档或图片到编辑器中时,自动插入文档链接或图片链接;选中文本后粘贴链接时,自动插入链接并以选中文本作为链接文本
- feat: 优化检查更新速度:应用在一些时候会通过 yank-note.com 检查更新
- feat: 优化界面 UI:调整上下文菜单、优化渲染外链图标不单独换行、侧栏和大纲中的显示的数字尽量对齐等
- feat: 优化交互:仓库内搜索面板展示时自动聚焦搜索框并选中文本;
- feat: 编辑过的文件将添加到任务栏或 Dock 中应用图标上下文菜单中,方便快速打开
- feat: 升级 Electron 到 22.3.24
- fix: 修复插入附件或链接文件时,文件名中包含特殊字符不能展示为 Markdown 链接的问题
- feat(plugin): 增加
ctx.base.getAllReposctx.doc.getAllReposctx.doc.switchDocByPath方法
- feat: application-associated Markdown files: supports opening files directly in the file manager and dragging them into the application to open files. Non-warehouse files will be rendered in safe mode
- feat: configuration items: The rendering configuration adds more configurations of the
markdown-it-multimd-tableplug-in; the editor adds a configuration to control whether to display suggestion prompts when typing. - feat: editing experience optimization: when dragging a document or image from the sidebar into the editor, a document link or image link is automatically inserted; when a link is pasted after selecting text, the link is automatically inserted and the selected text is used as the link text.
- feat: optimize the speed of checking updates: the application will sometimes check for updates through yank-note.com
- feat: optimize the interface UI: adjust the context menu, optimize the rendering of external link icons so that they do not wrap separately, and align the numbers displayed in the sidebar and outline as much as possible, etc.
- feat: optimize interaction: when the search panel in the warehouse is displayed, the search box will be automatically focused and text selected;
- feat: the edited file will be added to the application icon context menu in the taskbar or Dock for quick opening.
- feat: upgrade Electron to 22.3.24
- fix: when inserting attachments or linked files, the file name containing special characters cannot be displayed as a Markdown link.
- feat(plugin): add
ctx.base.getAllReposctx.doc.getAllReposctx.doc.switchDocByPathmethods
v3.60.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加双击侧栏标题聚焦当前打开文档功能
- feat: 优化编辑体验,调整编辑器自动包裹、符号配对等细节功能
- feat: 侧栏上下文菜单增加“添加文件”功能
- feat: 升级 PlantUML 到 v1.2023.10
- feat: 升级 markdown-it-multimd-table 到 4.2.3
- fix: 修复脑图内存泄露问题
- refactor(plugin):
ctx.editor.getIsDefault更名为ctx.editor.isDefault - refactor(plugin): 增加
ctx.editor.isDirty方法 - feat(plugin): 增加
DOC_PRE_ENSURE_CURRENT_FILE_SAVED,DOC_PRE_SWITCH钩子 - feat(plugin): 增加
ctx.utils.waitCondition方法
- feat: add double-click sidebar title to focus on the currently open document function
- feat: optimize editing experience, adjust editor automatic wrapping, symbol pairing and other details
- feat: add "Add File" function to the sidebar context menu
- feat: upgrade PlantUML to v1.2023.10
- feat: upgrade markdown-it-multimd-table to 4.2.3
- fix: fix mind map memory leak issue
- refactor(plugin): rename
ctx.editor.getIsDefaulttoctx.editor.isDefault - refactor(plugin): add
ctx.editor.isDirtymethod - feat(plugin): add
DOC_PRE_ENSURE_CURRENT_FILE_SAVED,DOC_PRE_SWITCHhooks - feat(plugin): add
ctx.utils.waitConditionmethod
v3.59.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加“在预览中查找”功能
- feat: 切换已打开的文件时保留/恢复编辑器状态
- feat: 刷新文档的时候同时刷新图片
- feat: 增加轮换自定义编辑器快捷键
- feat: 扩展管理器中增加图标以标识官方扩展
- feat: 优化编辑器使用体验
- fix: 修复 Windows 上不能在系统中打开目录的问题
- refactor(plugin): 移除 remove
MONACO_CHANGE_VALUEHook, - refactor(plugin):
EDITOR_CHANGEHook 更名EDITOR_CONTENT_CHANGE
- feat: Add "Find in Preview" function
- feat: keep/restore editor state when switching open files
- feat: Refresh the picture at the same time when refreshing the document
- feat: Add shortcut keys for rotating custom editors
- feat: Add icons in the extension manager to identify official extensions
- feat: optimize the editor experience
- fix: fix can't open file on Windows
- refactor(plugin): remove remove
MONACO_CHANGE_VALUEHook, - refactor(plugin):
EDITOR_CHANGEHook renamed toEDITOR_CONTENT_CHANGE

