Releases: purocean/yn
Releases · purocean/yn
v3.58.2
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加自定义快捷键功能
- feat: 调整打开主窗口的快捷键
- feat: 控制中心增加调整预览文字基础字号功能
- feat: 编辑器自动补全代码片段增加语言选择
- fix: 修复多个对话框的时候,按下 ESC 会关闭对话框的问题
- fix: 升级 monaco-editor 到 0.41.0,修复片段补全丢失问题
- feat(plugin): 控制中心支持添加自定义 Vue 组件、自定元素顺序
- feat(plugin): 增加
ctx.action.getRawActions方法 - feat(plugin): 增加
ctx.action.tapActionctx.action.removeActionTapper方法 - feat(plugin): 增加
COMMAND_KEYBINDING_CHANGED钩子 - feat(plugin): 增加
ctx.ioc.getRaw方法 - feat(plugin):
ctx.action.registerAction增加description和forUser字段 - refactor(plugin): 移除
ctx.command模块,变更为ctx.keybinding模块
- feat: add custom shortcut key function
- feat: adjust the shortcut key to open the main window
- feat: the control center adds the function of adjusting the basic font size of the preview text
- feat: the editor automatically completes code snippets and adds language selection
- fix: when fixing multiple dialog boxes, pressing ESC will close the dialog box
- fix: upgrade monaco-editor to 0.41.0, fix the missing fragment completion problem
- feat(plugin): the control center supports adding custom Vue components and custom element order
- feat(plugin): add
ctx.action.getRawActionsmethod - feat(plugin): add
ctx.action.tapActionctx.action.removeActionTappermethods - feat(plugin): add
COMMAND_KEYBINDING_CHANGEDhook - feat(plugin): add
ctx.ioc.getRawmethod - feat(plugin):
ctx.action.registerActionaddsdescriptionandforUserfields - refactor(plugin): remove
ctx.commandmodule, change toctx.keybindingmodule
v3.57.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 宏增加
$seq方法,用于生成如图-1、图-2这样的序号 - feat: 增加启动隐藏主窗口的配置
- feat: 增加勾选待办是否自动添加完成时间的配置
- feat: 限制生成历史版本文件的大小
- feat: 优化点击
details标签时滚动行为 - fix: 修复拷贝代码块内容末尾有多余空行的问题
- feat: introducing the $seq method in the macro to generate sequential numbers like Figure-1, Figure-2.
- feat: added configuration to hide the main window upon startup.
- feat: implemented a configuration option to automatically add to-dos to the completion time.
- feat: implemented size restriction for generated historical version files.
- feat: enhanced scrolling behavior for the details tag when clicked.
- fix: resolved the issue of extra blank lines at the end of copied code blocks.
v3.56.4
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 升级 Electron 到 22.3.17
- feat: 优化当空间不够时上下文菜单弹出位置
- feat: 文件选项卡上下文菜单增加文件相关操作
- feat: 切换到一个不存在的文件时,提示是否创建
- feat(plugin): 增加
file-tabs.close-tabsAction - feat(plugin): 增加文件选项卡上下文菜单拓展方法
- feat: upgrade Electron to 22.3.17
- feat: optimize the popup position of context menu when space is limited
- feat: add file-related operations to the context menu of file tabs
- feat: Prompt whether to create a new file when switching to a non-existent file
- feat(plugin): add
file-tabs.close-tabsAction - feat(plugin): add extension methods to the context menu of file tabs
v3.55.1
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 升级 Monaco editor 到 0.40.0
- feat: 运行 js 代码块时支持输出 HTML 结果
- fix: 修复运行 js 代码块作用域问题
- fix: 修复启动
--readonly参数无效问题
- feat: upgrade Monaco editor to 0.40.0
- feat: support outputting HTML results when running js code blocks
- fix: fix the scope problem of running js code block
- fix: fix the problem that the startup
--readonlyparameter is invalid
v3.54.0
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加聚焦编辑器快捷键
Shift + Alt/Option + X - feat: 编辑器菜单支持中文
- feat: 优化点击预览滚动到编辑器位置的行为
- feat: 优化批量勾选待办(选中后按
Cmd/Ctrl + O)的行为 - feat(plugin): 设置项增加
needReloadWindowWhenChanged字段,支持定义值变更后是否重载页面 - feat(plugin):
SETTING_CHANGED钩子增加schema参数
- feat: add focus editor shortcut
Shift + Alt/Option + X - feat: editor menu supports Chinese
- feat: optimize the behavior of clicking preview to scroll to the editor position
- feat: optimize the behavior of batch checking to-do items (press
Cmd/Ctrl + Oafter selecting) - feat(plugin): add
needReloadWindowWhenChangedfield to setting item, support to define whether to reload page after value changes - feat(plugin):
SETTING_CHANGEDhook addsschemaparameter
v3.53.3
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: plantuml 支持本地 svg 渲染
- feat: 表格编辑支持一次性插入多行/列
- feat: 当端口被占用时候增加提示
- feat: 优化自动更新功能
- feat: 代码高亮为 nasm 语言增加别名: asm, s, assembly, masm
- feat: 编辑器分词分割字符增加中文标点
- fix: 修复重命名功能不能仅更改文件名大小写问题
- fix: 修复导出的 HTML TODO 列表不能正确显示勾选状态问题
- fix: 修复打开文档历史面板会导致自定义的编辑器主题失效问题
- feat(plugin): 上下文菜单支持自定义 Vue 组件
- feat: enable local SVG rendering for PlantUML.
- feat: support inserting multiple rows/columns at once in table editing.
- feat: add prompt when the port is already occupied.
- feat: optimize the automatic update feature.
- feat: add aliases for nasm code highlighting: asm, s, assembly, masm.
- feat: include chinese punctuation in the word segmentation and character splitting of the editor.
- fix: fix the issue that the rename function fails to change only the file name capitalization.
- fix: fix the issue that the exported HTML TODO list could not correctly display the check status
- fix: fix the issue that opening the document history panel causes the custom editor theme to be invalidated.
- feat(plugin): support custom Vue components in the context menu.
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-subandmarkdown-it-supplugins 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"