Releases: purocean/yn
Releases · purocean/yn
v3.52.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: Yank Note 官网上线🎉🎉
- feat: 高级版增加“🎉五彩纸片”特效
- feat: 更改高级版激活机制
- feat: 优化“快速打开”面板样式
- feat(plugin): 编辑器自动补全增加详情字段
- feat: Yank Note Homepage is online 🎉🎉
- feat: The premium version adds "🎉 Confetti" special effects
- feat: change the activation mechanism of the premium version
- feat: optimize the "Quick Open" panel style
- feat(plugin): The editor auto-completion adds a detail field
v3.51.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 优化“快速打开”面板交互
- feat: 增加渲染设置
- feat: 增加禁用“Emoji”设置
- fix: 修复
markdown-it-sub
和markdown-it-sup
插件和 HTML 解析冲突的问题 - feat(plugin): 增加用户文件接口
- feat(plugin): Modal confirm 支持定义对话框宽度
- feat: optimize the "Quick Open" panel interaction
- feat: increase rendering settings
- feat: add disable "Emoji" setting
- fix: fix the conflict between
markdown-it-sub
andmarkdown-it-sup
plugins and HTML parsing - feat(plugin): add user file interface
- feat(plugin): modal confirm supports defining dialog box width
v3.50.2
- feat: 移除仓库名限制
- fix: 修复自动居中图片问题
- feat: remove repo name limitation
- fix: correct auto-center alignment for images
v3.50.1
- feat: 增加“新建标签页“按钮
- feat: 更改 macOS 菜单栏图标风格
- fix: 修复 HTML 小工具的一些问题
- fix: 修复宏替换的一些问题
- feat: add "New Tab" button
- feat: change the icon of the macOS menu bar
- fix: fix some issues with "HTML Applet"
- fix: fix some issues with "Macro Replacement"
v3.49.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 编辑器语言高亮增加别名
node => javascript
,bash => shell
- feat: 更新对话框增加 “下载并查看更新内容” 按钮
- fix: 修复 Windows 平台运行 Python 代码输出可能乱码问题
- fix: 修复 macOS 平台按
Cmd + Q
应用会崩溃问题 - fix: 修复高亮未知语言代码输出可能不正确问题
- fix: 修复在编辑器中使用快捷键切换待办可能不能正确切换问题
- feat: add alias
node => javascript
,bash => shell
for editor language highlighting - feat: the update dialog adds a "Download and view update content" button
- fix: fix the problem that the output of Python code running on Windows platform may be garbled
- fix: fix the problem that the application will crash when pressing
Cmd + Q
on the macOS platform - fix: fix the issue that highlighting unknown language code output may not be correct
- fix: fix the problem that using shortcut keys to switch todos in the editor may not be able to switch correctly
v3.48.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- 修复粘贴图片出现额外文件名问题
- Fixed the issue of extra file names when pasting pictures
v3.48.1
- 修复 Monaco 编辑器报错问题
- 监听文件时严格判定文件是否更改
- fix Monaco Editor issue
- strictly determine whether the file has changed when watch file
v3.48.0
- feat: 监听当前编辑文件,自动刷新或提示文件被其他应用修改
- feat: 使用 prismjs 代替 highlight.js 作为代码高亮引擎
- feat: 复制面板支持复制文档部分内容
- feat: 升级 katex 到 0.16.4
- feat: 升级 monaco-editor 到 0.34.1
- fix: 修复 Linux amd64 打包问题
- fix: 修复编辑器潜在的内存泄漏问题
- feat(plugin): 增加
ctx.api.watchFile
方法
- feat: monitor the currently edited file, automatically refresh or prompt that the file is modified by other applications
- feat: use prismjs instead of highlight.js as the code highlighting engine
- feat: the copy panel supports copying part of the content of the document
- feat: upgrade katex to 0.16.4
- feat: upgrade monaco-editor to 0.34.1
- fix: fix Linux amd64 packaging problem
- fix: fix potential memory leaks in the editor
- feat(plugin): Add
ctx.api.watchFile
method
v3.47.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加全局宏替换设置项
- feat: 增加 Linux arm64 构建产物
- fix: 修复扩展管理器显示 README 可能空白问题
- fix: 修复搜索面板输入框失去焦点时按 ESC 键不能关闭问题
- fix: 修复 js 代码执行日志打印问题
- feat: add global macro replacement setting
- feat: add Linux arm64 build product
- fix: fix the problem that the README displayed in the extension manager may be blank
- fix: fix the problem that the search panel input box cannot be closed by pressing the ESC key when the input box loses focus
- fix: fix the problem of js code execution log printing
v3.46.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: Plantuml 支持 SVG 格式
- feat: 优化交互和 UI
- feat(plugin): 增加
ctx.components.SvgIcon
组件 - feat(plugin): 增加
ctx.utils.composable
模块 - fix: 修复导出 PDF 部分锚点不能跳转问题
优化 OpenAI 扩展
- feat: Plantuml supports SVG format
- feat: optimize interaction and UI
- feat(plugin): add
ctx.components.SvgIcon
component - feat(plugin): add
ctx.utils.composable
module - fix: Fix the problem that some anchor points cannot jump when exporting PDF