chore: bump version

This commit is contained in:
purocean
2024-08-04 14:40:20 +08:00
parent dcac37d111
commit 2aa057e4b9
3 changed files with 17 additions and 13 deletions
+8 -6
View File
@@ -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)