From 7c4d51a642d9edbf60ed7f1834dd44826131df7d Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 13 Jul 2026 11:14:04 +0800 Subject: [PATCH] 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 000000000..4fd0850d4 --- /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 8c3affe62..000f858e3 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,14 +1,11 @@ # What's New in vNEXT_VERSION +## Shiny new things + ## 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 +## 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 6680d0043..649773993 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 2b364248c..be6faa61c 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 e8eb0ec2e..6184b941a 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 }