Skip to content

Commit ec88380

Browse files
Merge pull request #5062 from RSSNext/main
chore(sync): merge main into dev
2 parents a27db57 + 0eb0b13 commit ec88380

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

apps/desktop/changelog/1.12.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# What's new in v1.12.0
2+
3+
## Improvements
4+
5+
- Hardened custom URL integrations so only trusted protocols can be opened
6+
- Improved the error shown when an RSSHub subscription limit is reached
7+
8+
## No longer broken
9+
10+
- Fixed share popovers remaining open after completing an action
11+
- Fixed plan upgrades for past-due Stripe subscriptions
12+
- Restored category chevron rotation
13+
- Restored correct border styling across the app
14+
15+
## Thanks
16+
17+
Special thanks to volunteer contributor @sebastionoss for hardening custom URL integrations

apps/desktop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Folo",
33
"type": "module",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -99,7 +99,7 @@
9999
"workbox-build": "7.4.1",
100100
"workbox-window": "7.4.1"
101101
},
102-
"runtimeVersion": "1.11.0",
102+
"runtimeVersion": "1.12.0",
103103
"productName": "Folo",
104-
"mainHash": "b672f321b6478cbaad0ad6e354d73ca3c8a79f90aaadb41c119499639ec66e87"
104+
"mainHash": "0fdc4db0cd19e2c2d6cf6c596aa1a62cc253b4c9612633470cb6b8d64fba403a"
105105
}

apps/desktop/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.11.0",
2+
"version": "1.12.0",
33
"mode": "build",
44
"runtimeVersion": null,
55
"channel": null

0 commit comments

Comments
 (0)