diff --git a/apps/desktop/changelog/1.3.1.md b/apps/desktop/changelog/1.3.1.md new file mode 100644 index 000000000..9b8f7ff90 --- /dev/null +++ b/apps/desktop/changelog/1.3.1.md @@ -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 diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 5870b222c..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 85aa9cc57..1abc329f6 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -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" }