release(desktop): release v1.3.1

This commit is contained in:
DIYgod 2026-02-20 21:49:57 +08:00
parent 63fb8d1b0f
commit 8ef3a5a436
3 changed files with 22 additions and 11 deletions

View File

@ -0,0 +1,19 @@
# What's new in v1.3.1
## Shiny new things
- Supported French localization.
## Improvements
- Migrated error tracking to PostHog for better diagnostics.
- Improved Japanese localization coverage.
## No longer broken
- Hardened external protocol handling to prevent potential security issues.
- Fixed sorting crash when importing subscriptions with missing titles.
## Thanks
Special thanks to volunteer contributors @Kowyo and @q1uf3ng for their valuable contributions

View File

@ -2,18 +2,10 @@
## Shiny new things
- Supported French localization.
## Improvements
- Migrated error tracking to PostHog for better diagnostics.
- Improved Japanese localization coverage.
## No longer broken
- Hardened external protocol handling to prevent potential security issues.
- Fixed sorting crash when importing subscriptions with missing titles.
## Thanks
Special thanks to volunteer contributors @Kowyo and @q1uf3ng for their valuable contributions
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
@ -86,5 +86,5 @@
"vite-tsconfig-paths": "6.1.1"
},
"productName": "Folo",
"mainHash": "b374030a0a6dc567b8e1bca1d6e51e40d55badefc1889f7a7320341892739256"
"mainHash": "906a0b82e00829115764f36a38132f3774120c4bea764e3b1be8949f447ccb06"
}