Skip to content

Releases: purocean/yn

v3-next-01

23 Dec 09:50
46edeca

Choose a tag to compare

v3-next-01 Pre-release
Pre-release
Update package.json

v3.86.1

13 Dec 13:32

Choose a tag to compare

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

  1. feat: Windows 上终端使用 ConPTY
  2. fix: 修复解析 HTML 的一些问题
  3. feat(plugin): 插件中可使用增加 XTerm 组件连接终端

  1. feat: Terminal on Windows uses ConPTY
  2. fix: Fixed some issues with HTML parsing
  3. feat(plugin): Plugins can use the added XTerm component to connect to terminal

新增 OpenCode 扩展,现在你可以更方便地在 Yank Note 中使用 OpenCode 来生成/修改文件

img

v3.85.1

25 Nov 16:23

Choose a tag to compare

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

  1. feat: 设置中增加自动在中英文之间添加空格选项
  2. feat: 优化设置面板交互,图片存放目录增加建议列表,自定义 CSS 样式 增加代码高亮
  3. feat: 快捷筛选器交互,增加字符高亮
  4. feat: 升级 Electron 到 38.7.1
  5. fix: 修复设置面板错误提示位置不正确问题
  6. feat(plugin): 增加 ctx.utils.createTextHighlighter 文本高亮工具函数

  1. feat: Add an option to automatically insert spaces between Chinese and English in the settings
  2. feat: Optimize the settings panel interaction, add a suggested list for image storage directories, and add code highlighting to custom CSS styles
  3. feat: Improve the interaction of the quick filter, add character highlighting
  4. feat: Upgrade Electron to 38.7.1
  5. fix: Fix the incorrect error message location in the settings panel
  6. feat(plugin): Add the text highlighting utility ctx.utils.createTextHighlighter

v3.84.0

06 Aug 10:24

Choose a tag to compare

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

  1. feat: 支持解析文档中的 #tag 标签和 frontmatter 中定义的标签
  2. feat: 支持在设置中自定义 PlantUML API
  3. feat: 增加编辑器换行缩进设置项
  4. feat(plugin): 插件定义设置项的时候支持增加 suggestions 建议列表

  1. feat: Support parsing #tag labels in documents and tags defined in frontmatter
  2. feat: Support customizing the PlantUML API in settings
  3. feat: Add editor wrap indent setting
  4. feat(plugin): Support adding suggestions suggestion lists when defining plugin settings

新增“挖空”扩展

image

v3.83.2

15 Jul 11:27

Choose a tag to compare

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

  1. feat: 增加配置编辑器滚轮敏感度配置
  2. feat: 增加配置编辑器标尺配置
  3. feat: 增加渲染自定义 CSS 样式配置
  4. feat: 双击编辑器可以在预览中高亮当前行
  5. fix: 修复保存加密文档可能卡死问题
  6. fix: 修复扩展详情可能不显示问题
  7. feat(plugin): SETTING_PANEL_AFTER_SHOW Hook 增加 editor 回调参数,用来获取配置编辑器实例

  1. feat: Added configuration for editor scroll wheel sensitivity
  2. feat: Added configuration for editor ruler settings
  3. feat: Added support for custom CSS styling during rendering
  4. feat: Double-clicking the editor highlights the current line in preview
  5. fix: Resolved potential freeze when saving encrypted documents
  6. fix: Fixed extension details display failure issue
  7. feat(plugin): Added editor callback parameter to SETTING_PANEL_AFTER_SHOW Hook to access configuration editor instances

新增代码行高亮扩展

image

v3.82.1

30 Mar 04:32

Choose a tag to compare

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

  1. feat: 新增预览区字体配置
  2. feat: 限制编辑器的 Markdown 语法建议在代码围栏中不显示
  3. fix: 修复某些情况下导出的 HTML 标题高亮不正确问题
  4. feat(plugin): 增加 ctx.editor.getLineLanguageId 方法获取某行的语言ID

  1. feat: Added font configuration for the preview area
  2. feat: Restrict Markdown syntax suggestions in the editor from displaying within code fences
  3. fix: Fixed the issue where exported HTML headings were not highlighted correctly in some cases
  4. feat(plugin): Added the ctx.editor.getLineLanguageId method to retrieve the language ID of a specific line

v3.81.3

06 Feb 07:41

Choose a tag to compare

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

  1. fix: 修复 Windows 上可能删除目录失败问题

  1. fix: Fix the issue where directories might fail to be deleted on Windows

v3.81.2

05 Feb 12:02

Choose a tag to compare

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

  1. fix: 修复打开仓库外文件不能加载图片问题
  2. fix: 修复在 macOS 平台打开终端时候退出出现异常报告问题

  1. fix: Resolve the issue of not being able to load images when opening files outside the repository.
  2. fix: Resolve the issue of abnormal reports appearing when exiting the terminal on the macOS platform.

v3.81.0

23 Jan 10:58

Choose a tag to compare

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

  1. feat: 支持在 Windows 上打开 smb 路径文件
  2. feat: 优化演示模式目录展示,固定目录后将以侧栏形式展示目录
  3. feat: 优化音频元素渲染逻辑,减少文档打开阻塞时间
  4. fix: 修复行内 Wiki 风格图片渲染异常问题
  5. fix: 修复退出应用可能残留孤儿进程问题
  6. fix: 修复不能保存空文件问题
  7. fix: 修复分享预览文件不显示问题

  1. feat: Support for opening SMB path files on Windows
  2. feat: Optimization of presentation mode directory display, with fixed directories now shown in a sidebar format
  3. feat: Optimization of audio element rendering logic to reduce document opening block time
  4. fix: Resolution of inline Wiki-style image rendering exceptions
  5. fix: Resolution of potential orphan process issues when exiting the application
  6. fix: Resolution of the inability to save empty files
  7. fix: Resolution of the issue where shared preview files do not display

v3.80.4

13 Jan 06:38

Choose a tag to compare

  1. 修复文档最近打开时间未能保存问题
  2. 修复快速跳转取消后显示开始页面问题

  1. Fix the issue where the document's most recent opening time is not saved.
  2. Fix the issue where the start page is displayed after canceling quick navigation.