diff --git a/apps/desktop/changelog/1.12.0.md b/apps/desktop/changelog/1.12.0.md new file mode 100644 index 00000000000..fdcaa208a3b --- /dev/null +++ b/apps/desktop/changelog/1.12.0.md @@ -0,0 +1,17 @@ +# What's new in v1.12.0 + +## Improvements + +- Hardened custom URL integrations so only trusted protocols can be opened +- Improved the error shown when an RSSHub subscription limit is reached + +## No longer broken + +- Fixed share popovers remaining open after completing an action +- Fixed plan upgrades for past-due Stripe subscriptions +- Restored category chevron rotation +- Restored correct border styling across the app + +## Thanks + +Special thanks to volunteer contributor @sebastionoss for hardening custom URL integrations diff --git a/apps/desktop/package.json b/apps/desktop/package.json index eff66796108..5d718d1d670 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "1.11.0", + "version": "1.12.0", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -99,7 +99,7 @@ "workbox-build": "7.4.1", "workbox-window": "7.4.1" }, - "runtimeVersion": "1.11.0", + "runtimeVersion": "1.12.0", "productName": "Folo", - "mainHash": "b672f321b6478cbaad0ad6e354d73ca3c8a79f90aaadb41c119499639ec66e87" + "mainHash": "0fdc4db0cd19e2c2d6cf6c596aa1a62cc253b4c9612633470cb6b8d64fba403a" } diff --git a/apps/desktop/release.json b/apps/desktop/release.json index 599812e8547..de92838c7d3 100644 --- a/apps/desktop/release.json +++ b/apps/desktop/release.json @@ -1,5 +1,5 @@ { - "version": "1.11.0", + "version": "1.12.0", "mode": "build", "runtimeVersion": null, "channel": null