Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions apps/desktop/changelog/1.12.0.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion apps/desktop/release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.11.0",
"version": "1.12.0",
"mode": "build",
"runtimeVersion": null,
"channel": null
Expand Down
Loading