release(desktop): release v1.3.1
This commit is contained in:
parent
63fb8d1b0f
commit
8ef3a5a436
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue