From 2aa057e4b92deebec581fa1433b5f1ea8c53913b Mon Sep 17 00:00:00 2001 From: purocean Date: Sun, 4 Aug 2024 14:40:20 +0800 Subject: [PATCH] chore: bump version --- README.md | 14 ++++++++------ README_ZH-CN.md | 14 ++++++++------ package.json | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3d872f65..98cab994 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,16 @@ For more information on how to use the following functions, please see [characte ## Changelogs -### [v3.74.0](https://github.com/purocean/yn/releases/tag/v3.74.0) 2024-07-23 +### [v3.75.1](https://github.com/purocean/yn/releases/tag/v3.75.1) 2024-07-23 -[Windows](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-win-x64-3.74.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-mac-arm64-3.74.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-mac-x64-3.74.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-linux-x86_64-3.74.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-linux-amd64-3.74.0.deb) +[Windows](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-win-x64-3.75.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-mac-arm64-3.75.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-mac-x64-3.75.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-linux-x86_64-3.75.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-linux-amd64-3.75.1.deb) -1. feat: Support configuring the maximum width of the preview area content display in settings. -2. refactor: Run JavaScript code in Web Worker by default, and terminate execution when switching documents. -3. fix: Fix the error that occurs when the terminal shell configuration is an empty string. -4. fix: Fix the issue where the to-do list cannot be completed after upgrading the Monaco editor. +1. feat: Add option to create custom file extensions in the file panel creation +2. feat: Support for editing `.gitignore` files +3. feat: Support for pasting webp images +4. feat: Experience optimization, add prompt for editing read-only files +5. feat: Experience optimization, adjust the position of the "Duplicate Files" menu +6. fix(plugin): Fix the handling of the `Request` object in `ctx.api.proxyFetch` [More release notes](https://github.com/purocean/yn/releases) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index abb381e3..bec2b15a 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -76,14 +76,16 @@ ## 更新日志 -### [v3.74.0](https://github.com/purocean/yn/releases/tag/v3.74.0) 2024-07-23 +### [v3.75.1](https://github.com/purocean/yn/releases/tag/v3.75.1) 2024-07-23 -[Windows](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-win-x64-3.74.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-mac-arm64-3.74.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-mac-x64-3.74.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-linux-x86_64-3.74.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.74.0/Yank-Note-linux-amd64-3.74.0.deb) +[Windows](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-win-x64-3.75.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-mac-arm64-3.75.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-mac-x64-3.75.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-linux-x86_64-3.75.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.75.1/Yank-Note-linux-amd64-3.75.1.deb) -1. feat: 支持在设置中配置预览区域内容显示最大宽度 -2. refactor: 默认在 Web Worker 中运行 JavaScript 代码,切换文档时候中止执行 -3. fix: 修复终端 shell 配置空字符串时候报错问题 -4. fix: 修复升级 Monaco 编辑器后不能补全待办列表问题 +1. feat: 创建文件面板增加创建自定义扩展名选项 +2. feat: 支持编辑 `.gitignore` 文件 +3. feat: 支持粘贴 webp 图片 +4. feat: 体验优化,增加只读文件编辑提示 +5. feat: 体验优化,调整“重复文件”菜单位置 +6. fix(plugin): 修复 `ctx.api.proxyFetch` 对 `Request` 对象的处理 [更多发布说明](https://github.com/purocean/yn/releases) diff --git a/package.json b/package.json index 74d3b9f9..fa64bc6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yank.note", - "version": "3.75.0", + "version": "3.75.1", "description": "Yank Note: A highly extensible Markdown editor, designed for productivity.", "main": "dist/main/app.js", "license": "AGPL-3.0",