Skip to content

Releases: purocean/yn

v3.52.1

23 Apr 14:21
Compare
Choose a tag to compare

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

  1. feat: Yank Note 官网上线🎉🎉
  2. feat: 高级版增加“🎉五彩纸片”特效
  3. feat: 更改高级版激活机制
  4. feat: 优化“快速打开”面板样式
  5. feat(plugin): 编辑器自动补全增加详情字段

  1. feat: Yank Note Homepage is online 🎉🎉
  2. feat: The premium version adds "🎉 Confetti" special effects
  3. feat: change the activation mechanism of the premium version
  4. feat: optimize the "Quick Open" panel style
  5. feat(plugin): The editor auto-completion adds a detail field

v3.51.0

28 Mar 06:14
Compare
Choose a tag to compare

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

  1. feat: 优化“快速打开”面板交互
  2. feat: 增加渲染设置
  3. feat: 增加禁用“Emoji”设置
  4. fix: 修复 markdown-it-submarkdown-it-sup 插件和 HTML 解析冲突的问题
  5. feat(plugin): 增加用户文件接口
  6. feat(plugin): Modal confirm 支持定义对话框宽度

  1. feat: optimize the "Quick Open" panel interaction
  2. feat: increase rendering settings
  3. feat: add disable "Emoji" setting
  4. fix: fix the conflict between markdown-it-sub and markdown-it-sup plugins and HTML parsing
  5. feat(plugin): add user file interface
  6. feat(plugin): modal confirm supports defining dialog box width

v3.50.2

28 Feb 08:39
Compare
Choose a tag to compare
  1. feat: 移除仓库名限制
  2. fix: 修复自动居中图片问题

  1. feat: remove repo name limitation
  2. fix: correct auto-center alignment for images

v3.50.1

20 Feb 09:21
Compare
Choose a tag to compare
  1. feat: 增加“新建标签页“按钮
  2. feat: 更改 macOS 菜单栏图标风格
  3. fix: 修复 HTML 小工具的一些问题
  4. fix: 修复宏替换的一些问题

  1. feat: add "New Tab" button
  2. feat: change the icon of the macOS menu bar
  3. fix: fix some issues with "HTML Applet"
  4. fix: fix some issues with "Macro Replacement"

v3.49.0

08 Feb 06:23
Compare
Choose a tag to compare

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

  1. feat: 编辑器语言高亮增加别名 node => javascript, bash => shell
  2. feat: 更新对话框增加 “下载并查看更新内容” 按钮
  3. fix: 修复 Windows 平台运行 Python 代码输出可能乱码问题
  4. fix: 修复 macOS 平台按 Cmd + Q 应用会崩溃问题
  5. fix: 修复高亮未知语言代码输出可能不正确问题
  6. fix: 修复在编辑器中使用快捷键切换待办可能不能正确切换问题

  1. feat: add alias node => javascript, bash => shell for editor language highlighting
  2. feat: the update dialog adds a "Download and view update content" button
  3. fix: fix the problem that the output of Python code running on Windows platform may be garbled
  4. fix: fix the problem that the application will crash when pressing Cmd + Q on the macOS platform
  5. fix: fix the issue that highlighting unknown language code output may not be correct
  6. fix: fix the problem that using shortcut keys to switch todos in the editor may not be able to switch correctly

v3.48.2

23 Jan 03:20
Compare
Choose a tag to compare

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

  1. 修复粘贴图片出现额外文件名问题

  1. Fixed the issue of extra file names when pasting pictures

v3.48.1

19 Jan 07:42
Compare
Choose a tag to compare
  1. 修复 Monaco 编辑器报错问题
  2. 监听文件时严格判定文件是否更改

  1. fix Monaco Editor issue
  2. strictly determine whether the file has changed when watch file

v3.48.0

18 Jan 07:19
Compare
Choose a tag to compare
  1. feat: 监听当前编辑文件,自动刷新或提示文件被其他应用修改
  2. feat: 使用 prismjs 代替 highlight.js 作为代码高亮引擎
  3. feat: 复制面板支持复制文档部分内容
  4. feat: 升级 katex 到 0.16.4
  5. feat: 升级 monaco-editor 到 0.34.1
  6. fix: 修复 Linux amd64 打包问题
  7. fix: 修复编辑器潜在的内存泄漏问题
  8. feat(plugin): 增加 ctx.api.watchFile 方法

  1. feat: monitor the currently edited file, automatically refresh or prompt that the file is modified by other applications
  2. feat: use prismjs instead of highlight.js as the code highlighting engine
  3. feat: the copy panel supports copying part of the content of the document
  4. feat: upgrade katex to 0.16.4
  5. feat: upgrade monaco-editor to 0.34.1
  6. fix: fix Linux amd64 packaging problem
  7. fix: fix potential memory leaks in the editor
  8. feat(plugin): Add ctx.api.watchFile method

v3.47.0

04 Jan 06:03
Compare
Choose a tag to compare

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

  1. feat: 增加全局宏替换设置项
  2. feat: 增加 Linux arm64 构建产物
  3. fix: 修复扩展管理器显示 README 可能空白问题
  4. fix: 修复搜索面板输入框失去焦点时按 ESC 键不能关闭问题
  5. fix: 修复 js 代码执行日志打印问题

  1. feat: add global macro replacement setting
  2. feat: add Linux arm64 build product
  3. fix: fix the problem that the README displayed in the extension manager may be blank
  4. fix: fix the problem that the search panel input box cannot be closed by pressing the ESC key when the input box loses focus
  5. fix: fix the problem of js code execution log printing

v3.46.0

07 Dec 11:27
Compare
Choose a tag to compare

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

  1. feat: Plantuml 支持 SVG 格式
  2. feat: 优化交互和 UI
  3. feat(plugin): 增加 ctx.components.SvgIcon 组件
  4. feat(plugin): 增加 ctx.utils.composable 模块
  5. fix: 修复导出 PDF 部分锚点不能跳转问题

优化 OpenAI 扩展

image


  1. feat: Plantuml supports SVG format
  2. feat: optimize interaction and UI
  3. feat(plugin): add ctx.components.SvgIcon component
  4. feat(plugin): add ctx.utils.composable module
  5. fix: Fix the problem that some anchor points cannot jump when exporting PDF