Skip to content

Releases: purocean/yn

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

v3.45.0

26 Nov 10:06
Compare
Choose a tag to compare

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

  1. feat: 一些交互和视觉优化
  2. feat: 演示模式增加退出演示按钮
  3. fix: 修复在浏览器中使用时 HTML a 标签链接可能不能打开问题
  4. refactor(plugin): 重构部分接口,增加 ctx.workbench 模块

  1. feat: some interaction and visual optimization
  2. feat: presentation mode adds exit button
  3. fix: fix the problem that HTML a tag links may not be opened when in browser
  4. refactor(plugin): Refactor some interfaces and add ctx.workbench module

v3.44.1

22 Nov 03:37
Compare
Choose a tag to compare

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

  1. fix: 修复文件目录右键菜单“在文件夹中查找”搜索不到结果问题

  1. fix: fix the problem that the context menu of the directory "Find in Folder" cannot search for results

v3.44.0

21 Nov 14:31
Compare
Choose a tag to compare
  1. feat: 增加新版文件搜索面板
  2. feat: 状态栏增加切换主题按钮
  3. feat: 增加从扩展注册中心拉取索引失败的提示
  4. upd: 调整文件目录样式
  5. fix: 修复启用自定义编辑器扩展时候没刷新编辑器列表问题
  6. fix: 修复更改终端尺寸可能鼠标指针脱离问题
  7. fix: 修复打开应用时候脑图可能加载失败问题
  8. feat(plugin): 增加 ctx.base.findInRepository 方法
  9. fix(plugin): 修复注册 Hook once 参数行为异常问题

  1. feat: add new file search panel
  2. feat: the status bar adds a switch theme button
  3. feat: add a prompt that fails to pull the index from the extension registry
  4. upd: adjust the file directory style
  5. fix: fix the problem that the editor list was not refreshed when the custom editor extension was enabled
  6. fix: fix the problem that the mouse pointer may be detached when changing the terminal size
  7. fix: fix the problem that the mind map may fail to load when opening the application
  8. feat(plugin): add ctx.base.findInRepository method
  9. fix(plugin): fix abnormal behavior of registration Hook with once parameters

v3.43.0

14 Nov 13:39
Compare
Choose a tag to compare

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

  1. feat: 增加文件列表排序功能
  2. upd: 微调 UI 和 UX
  3. fix: 修复锚点跳转大小写适配问题
  4. fix: 修复图片预览器不能拖动问题
  5. feat(plugin): 上下文菜单项支持选中状态
  6. feat(plugin): 支持自定义编辑器 Tabs 操作按钮
  7. feat(plugin): 优化自定义编辑器相关 API
  8. feat(plugin): 支持加载 .mjs 脚本
  9. feat(plugin): 增加 ctx.base.getAttachmentURL 方法
  10. feat(plugin): 增加 ctx.tree.revealCurrentNode 方法

  1. feat: add file list sorting function
  2. upd: Fine-tune UI and UX
  3. fix: fix the case adaptation problem of anchor jump
  4. fix: fix the problem that the image previewer cannot be dragged
  5. feat(plugin): the context menu item supports the selected state
  6. feat(plugin): support custom editor Tabs action button
  7. feat(plugin): Optimize custom editor related API
  8. feat(plugin): support loading .mjs scripts
  9. feat(plugin): add ctx.base.getAttachmentURL method
  10. feat(plugin): add ctx.tree.revealCurrentNode method

v3.42.0

04 Nov 09:58
Compare
Choose a tag to compare

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

  1. feat: 增加开始页面
  2. feat: 支持在编辑器中直接预览图片
  3. feat: 状态栏增加扩展管理按钮
  4. upd: 优化 Windows 上多显示器恢复窗口位置逻辑
  5. fix: 修复终端配置为空时不能使用终端问题
  6. fix: 修复“转换为带标题的链接”可能错误替换文本问题
  7. feat(plugin): 支持注册自定义编辑器
  8. feat(plugin): triggerHook 支持忽略错误
  9. feat(plugin): 增加 ctx.base.getServerTimestamp 方法
  10. feat(plugin): 增加 DOC_BEFORE_SWITCH DOC_SWITCHING Hooks

  1. feat: add start page
  2. feat: support to preview images directly in the editor
  3. feat: add an extension management button to the status bar
  4. upd: optimize multi-monitor recovery window position logic on Windows
  5. fix: fixed the problem that the terminal cannot be used when the terminal configuration is empty
  6. fix: fix "Convert to link with title" may incorrectly replace text
  7. feat(plugin): support for registering custom editors
  8. feat(plugin): triggerHook supports ignoring errors
  9. feat(plugin): add ctx.base.getServerTimestamp method
  10. feat(plugin): add DOC_BEFORE_SWITCH DOC_SWITCHING Hooks

v3.41.0

23 Oct 03:07
Compare
Choose a tag to compare
  1. feat: 扩展支持自动更新
  2. feat: 优化思维导图导出 PDF 和打印的效果
  3. upd: 更新镜像移除 mirror.ghproxy.com
  4. fix: 修复预览“打印”“导出”按钮背景色过于透明问题
  5. feat(plugin): ctx.utils.downloadContent 支持传入 Blob 对象
  6. refactor(plugin): 重构导出功能,增加 ctx.export 模块
  7. refactor(plugin): 移除 ctx.doc.print 方法,增加 ctx.export.printCurrentDocument 方法
  8. refactor(plugin): 移除 ctx.doc.showExport 方法,增加 ctx.export.toggleExportPanel 方法
  9. refactor(plugin): 移除 VIEW_BEFORE_EXPORT Hook,增加 EXPORT_BEFORE_PREPARE EXPORT_AFTER_PREPARE Hooks
  10. refactor(plugin): 移除 ctx.base.forceReload 方法,增加 ctx.base.reloadMainWindow 方法

  1. feat: extended support for automatic update
  2. feat: optimize the effect of mind map exporting to PDF and printing
  3. upd: update mirror to remove mirror.ghproxy.com
  4. fix: fix the problem that the background color of the preview "Print" and "Export" buttons is too transparent
  5. feat(plugin): ctx.utils.downloadContent supports passing in Blob object
  6. refactor(plugin): refactor the export function and add the ctx.export module
  7. refactor(plugin): remove ctx.doc.print method, add ctx.export.printCurrentDocument method
  8. refactor(plugin): remove ctx.doc.showExport method, add ctx.export.toggleExportPanel method
  9. refactor(plugin): remove VIEW_BEFORE_EXPORT Hook, add EXPORT_BEFORE_PREPARE EXPORT_AFTER_PREPARE Hooks
  10. refactor(plugin): remove ctx.base.forceReload method, add ctx.base.reloadMainWindow method

v3.40.4

19 Oct 09:40
Compare
Choose a tag to compare
  1. fix: 修复导出 PDF 空白问题

  1. fix: fix export PDF issue

v3.40.3

17 Oct 02:12
Compare
Choose a tag to compare
  1. fix: 修复更改CSS或更新拓展不能重载页面问题

  1. fix: fix the problem that the page cannot be reloaded by changing CSS or updating the extension