chore: bump version

This commit is contained in:
purocean
2025-01-02 18:10:08 +08:00
parent 4729bc0bb5
commit b7b4b41dc3
3 changed files with 27 additions and 15 deletions
+13 -7
View File
@@ -76,15 +76,21 @@ For more information on how to use the following functions, please see [characte
## Changelogs
### [v3.78.2](https://github.com/purocean/yn/releases/tag/v3.78.2) 2024-12-27
### [v3.79.1](https://github.com/purocean/yn/releases/tag/v3.79.1) 2025-01-02
[Windows](https://github.com/purocean/yn/releases/download/v3.78.2/Yank-Note-win-x64-3.78.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.78.2/Yank-Note-mac-arm64-3.78.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.78.2/Yank-Note-mac-x64-3.78.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.78.2/Yank-Note-linux-x86_64-3.78.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.78.2/Yank-Note-linux-amd64-3.78.2.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.79.1/Yank-Note-win-x64-3.79.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.79.1/Yank-Note-mac-arm64-3.79.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.79.1/Yank-Note-mac-x64-3.79.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.79.1/Yank-Note-linux-x86_64-3.79.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.79.1/Yank-Note-linux-amd64-3.79.1.deb)
1. feat: Enhance search result highlighting and interaction, automatically select search results in the editor when switching files
2. feat: Optimize ordered list auto-numbering, support single-entry multi-line recognition
3. fix: Fix the issue of losing styles when exporting to HTML
4. fix: Fix the issue of document index not updating after deleting a directory
5. fix: Fix the issue where searching for a large number of results may cause the application to freeze
1. feat: Markdown `![]()` image syntax now supports local video and audio paths
2. feat: Added the ability to preview video and audio files directly within the application
3. feat: Optimized HTML parsing
4. feat: Support for writing [mhchem](https://mhchem.github.io/MathJax-mhchem/) chemical equations
5. feat: Added a "Reset to Default" button in the settings panel
6. feat: Repositories with indexing enabled now support automatic refresh of the directory tree after adding/removing md files
7. fix: Fixed issue where clicking on anchors in exported HTML would open a new window
8. fix: Fixed issue where embedded local videos in documents could not be played
9. feat(plugin): Added `ctx.api.listUserDir` method to get a list of user plugin data directory files
10. feat(plugin): Added `SETTING_PANEL_AFTER_SHOW` Hook, triggered after the settings panel is displayed
11. feat(plugin): Added `INDEXER_FS_CHANGE` Hook, triggered after file changes in repositories with indexing enabled
[More release notes](https://github.com/purocean/yn/releases)