release(desktop): release v1.12.0
This commit is contained in:
parent
8a2babfd4f
commit
e0c5d6186a
|
|
@ -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
|
||||
|
|
@ -1,17 +1,11 @@
|
|||
# What's new in vNEXT_VERSION
|
||||
|
||||
## Shiny new things
|
||||
|
||||
## 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
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.11.0",
|
||||
"version": "1.12.0",
|
||||
"mode": "build",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
|
|
|
|||
Loading…
Reference in New Issue