Releases: purocean/yn
Releases · purocean/yn
v3.69.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加繁体中文语言支持
- feat: 增加配置项支持禁用编辑器粘性滚动
- fix: 修复更改预览器后,未刷新控制面板的问题
- feat(plugin):
ctx.api.proxyRequest
方法增加abortSignal
参数用以取消请求;支持sse
参数用以接收服务器推送事件
- feat: Added support for Traditional Chinese language
- feat: Added support for disabling editor sticky scrolling through configuration option
- fix: Fixed issue where control panel was not refreshed after changing previewer
- feat(plugin): Added
abortSignal
parameter toctx.api.proxyRequest
method for canceling requests; added support forsse
parameter for receiving server-sent events
v3.68.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加在侧栏中聚焦当前打开文档的功能
- feat: 优化暗色主题图片预览背景色
- fix: 修复 Luckysheet 编辑弹窗无法操作问题
- fix: 修复开启自动保存后,可能不能关闭文档的问题
- chore: 升级 markdown-it 到 14.1.0
- chore: 升级 Monaco editor 到 0.47.0
- chore: 升级 viewerjs 到 1.11.6
- chore: 升级 katex 到 0.16.10
- feat: Added the feature to focus on the currently open document in the sidebar
- feat: Optimized the background color for dark theme image previews
- fix: Fixed the issue where the Luckysheet editing dialog could not be operated
- fix: Fixed the issue where the document may not be closed after enabling auto-save
- chore: Upgraded markdown-it to 14.1.0
- chore: Upgraded Monaco editor to 0.47.0
- chore: Upgraded viewerjs to 1.11.6
- chore: Upgraded katex to 0.16.10
v3.67.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 在 macOS 上增加“服务”菜单
- feat: 增加 HTML 文件预览功能
- feat: 放开 Markdown
style
标签解析 - feat: 编辑器中支持 Vue 代码块高亮(HTML模式)
- fix: 修复引入自定义编辑器后 Markdown 渲染性能轻微退化
- fix: 修复图片更新后,图片被缓存的问题
- fix: 修复内置终端可能不能响应窗口尺寸变化问题
- fix: 修复终端运行 python 代码缩进不正确问题
- fix: 修复打开自定义编辑器支持的文件,可能编辑器加载异常问题
- fix: 修复从系统中打开文件,路径获取正确问题
- feat(plugin): 支持注册自定义渲染器
ctx.renderer.registerRenderer
- refactor(plugin):
ctx.api.watchFile
被命名为ctx.api.watchFs
- refactor(plugin):
ctx.markdown.getRenderCache
被命名为ctx.renderer.getRenderCache
- feat: Add "Services" menu on macOS
- feat: Add HTML file preview functionality
- feat: Allow parsing of Markdown
style
tags - feat: Support Vue code block highlighting in the editor (HTML mode)
- fix: Fix slight performance degradation in Markdown rendering after introducing custom editor
- fix: Fix caching issue with updated images
- fix: Fix potential unresponsiveness of built-in terminal to window size changes
- fix: Fix incorrect indentation of Python code in terminal execution
- fix: Fix editor loading issue when opening files supported by custom editor
- fix: Fix correct path retrieval when opening files from the system
- feat(plugin): Support registering custom renderer
ctx.renderer.registerRenderer
- refactor(plugin): Rename
ctx.api.watchFile
toctx.api.watchFs
- refactor(plugin): Rename
ctx.markdown.getRenderCache
toctx.renderer.getRenderCache
v3.66.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 支持 Github 风格的警告提示
- feat: 在 macOS 上支持在 Dock 菜单中显示打开的窗口
- feat: 支持使用代码块的方式渲染 PlantUML
- fix: 修复代码块超过 100 行后,行号显示异常问题
- fix: 修复编辑器选中文字后,点击预览区不能跳转到对应位置的问题
- feat(plugin): 自定义编辑器支持使用类的方式定义
- feat: Support Github-style warning prompts
- feat: Support displaying open windows in the Dock menu on macOS
- feat: Support rendering PlantUML using code blocks
- fix: Fix the issue of abnormal line number display when the code block exceeds 100 lines
- fix: Fix the issue of not being able to jump to the corresponding position in the preview area after selecting text in the editor
- feat(plugin): Custom editor supports defining using classes
新增 Vue Repl 扩展
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.proxyRequest
method - feat(plugin): Add
ctx.getPluginApi
method 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
div
type to custom containers - feat: Added support for top-level
await
keyword 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
useRemoteSrcOfLocalImage
option toctx.view.getContentHtml
method 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/ripgrep
socket.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/ripgrep
andsocket.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
bat
language 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