From e0c5d6186a9112bd6038fe4f3380449bfe8a1f27 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 31 Jul 2026 16:28:50 +0800 Subject: [PATCH] release(desktop): release v1.12.0 --- apps/desktop/changelog/1.12.0.md | 17 +++++++++++++++++ apps/desktop/changelog/next.md | 12 +++--------- apps/desktop/package.json | 6 +++--- apps/desktop/release.json | 2 +- 4 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 apps/desktop/changelog/1.12.0.md diff --git a/apps/desktop/changelog/1.12.0.md b/apps/desktop/changelog/1.12.0.md new file mode 100644 index 000000000..fdcaa208a --- /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/changelog/next.md b/apps/desktop/changelog/next.md index dfd218f04..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index eff667961..5d718d1d6 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 599812e85..de92838c7 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