From 5318b9e1566a49c6020648d3ddba5426a61dbf7e Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Jul 2026 11:10:13 +0800 Subject: [PATCH 1/4] docs(desktop): prepare release inputs --- apps/desktop/changelog/next.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index a3464797c9c..fefb84147d6 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,13 +1,13 @@ # What's new in vNEXT_VERSION -## Shiny new things - ## Improvements +- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies + ## No longer broken - Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer ## Thanks -Special thanks to volunteer contributors @ for their valuable contributions +Special thanks to volunteer contributor @TonyRL for the YouTube embed fix From ce905f8c5a289354bd198307323ea1966f7e2cba Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Jul 2026 11:10:19 +0800 Subject: [PATCH 2/4] docs(mobile): prepare release metadata --- apps/mobile/changelog/next.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 000f858e3d2..8c3affe6229 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,11 +1,14 @@ # What's New in vNEXT_VERSION -## Shiny new things - ## Improvements -## No longer broken +- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations -## Thanks +## No longer broken -Special thanks to volunteer contributors @ for their valuable contributions +- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme +- Fixed signed-out launches not opening the login screen +- Fixed two-factor authentication cookies being dropped during session updates +- Fixed push notification registration after sign-in, including retries and token refreshes +- Fixed the timeline view selector overflowing on narrow screens +- Restored the header background after scrolling From 7c4d51a642d9edbf60ed7f1834dd44826131df7d Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Jul 2026 11:14:04 +0800 Subject: [PATCH 3/4] release(mobile): release v0.5.6 --- apps/mobile/changelog/0.5.6.md | 14 ++++++++++++++ apps/mobile/changelog/next.md | 13 +++++-------- apps/mobile/ios/Folo/Info.plist | 4 ++-- apps/mobile/package.json | 2 +- apps/mobile/release.json | 8 ++++---- 5 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 apps/mobile/changelog/0.5.6.md diff --git a/apps/mobile/changelog/0.5.6.md b/apps/mobile/changelog/0.5.6.md new file mode 100644 index 00000000000..4fd0850d424 --- /dev/null +++ b/apps/mobile/changelog/0.5.6.md @@ -0,0 +1,14 @@ +# What's New in v0.5.6 + +## Improvements + +- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations + +## No longer broken + +- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme +- Fixed signed-out launches not opening the login screen +- Fixed two-factor authentication cookies being dropped during session updates +- Fixed push notification registration after sign-in, including retries and token refreshes +- Fixed the timeline view selector overflowing on narrow screens +- Restored the header background after scrolling diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 8c3affe6229..000f858e3d2 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,14 +1,11 @@ # What's New in vNEXT_VERSION -## Improvements +## Shiny new things -- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations +## Improvements ## No longer broken -- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme -- Fixed signed-out launches not opening the login screen -- Fixed two-factor authentication cookies being dropped during session updates -- Fixed push notification registration after sign-in, including retries and token refreshes -- Fixed the timeline view selector overflowing on narrow screens -- Restored the header background after scrolling +## Thanks + +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist index 6680d0043cb..649773993cd 100644 --- a/apps/mobile/ios/Folo/Info.plist +++ b/apps/mobile/ios/Folo/Info.plist @@ -33,7 +33,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.5.5 + 0.5.6 CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 8 + 9 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 2b364248cfd..be6faa61c16 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.5.5", + "version": "0.5.6", "private": true, "main": "src/main.tsx", "scripts": { diff --git a/apps/mobile/release.json b/apps/mobile/release.json index e8eb0ec2e46..6184b941afb 100644 --- a/apps/mobile/release.json +++ b/apps/mobile/release.json @@ -1,6 +1,6 @@ { - "version": "0.5.5", - "mode": "ota", - "runtimeVersion": "0.5.0", - "channel": "production" + "version": "0.5.6", + "mode": "store", + "runtimeVersion": null, + "channel": null } From 06135760ba116b979b722c86ca0e62d8d7e67f46 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Jul 2026 11:14:43 +0800 Subject: [PATCH 4/4] docs(mobile): restore desktop release inputs --- apps/desktop/changelog/next.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index fefb84147d6..8f5eac449a4 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,13 +1,11 @@ # What's new in vNEXT_VERSION -## Improvements +## Shiny new things -- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies +## Improvements ## No longer broken -- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer - ## Thanks -Special thanks to volunteer contributor @TonyRL for the YouTube embed fix +Special thanks to volunteer contributors @ for their valuable contributions