From 6a8c07c0001ab6081c1c3d8449534b75f5fbbae6 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 1 Aug 2026 17:44:47 +0800 Subject: [PATCH 1/2] docs(mobile): prepare release metadata --- apps/mobile/changelog/next.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 000f858e3d2..2adaa92748b 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,11 +1,5 @@ # What's New in vNEXT_VERSION -## Shiny new things - ## Improvements -## No longer broken - -## Thanks - -Special thanks to volunteer contributors @ for their valuable contributions +- Updated Android photo selection and saving to use system pickers and request only the permissions required From f6777ee5596e8f1ff04921ca2f23d3c922843b26 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 1 Aug 2026 17:45:07 +0800 Subject: [PATCH 2/2] release(mobile): release v0.5.8 --- apps/mobile/changelog/0.5.8.md | 5 +++++ apps/mobile/changelog/next.md | 8 +++++++- apps/mobile/ios/Folo/Info.plist | 4 ++-- apps/mobile/package.json | 2 +- apps/mobile/release.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 apps/mobile/changelog/0.5.8.md diff --git a/apps/mobile/changelog/0.5.8.md b/apps/mobile/changelog/0.5.8.md new file mode 100644 index 00000000000..07d80ce2335 --- /dev/null +++ b/apps/mobile/changelog/0.5.8.md @@ -0,0 +1,5 @@ +# What's New in v0.5.8 + +## Improvements + +- Updated Android photo selection and saving to use system pickers and request only the permissions required diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 2adaa92748b..000f858e3d2 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,5 +1,11 @@ # What's New in vNEXT_VERSION +## Shiny new things + ## Improvements -- Updated Android photo selection and saving to use system pickers and request only the permissions required +## No longer broken + +## 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 5508aad5f1c..87a98814401 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.7 + 0.5.8 CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 10 + 11 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 4c28bba1cb1..b7e3a2ba5a1 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.5.7", + "version": "0.5.8", "private": true, "main": "src/main.tsx", "scripts": { diff --git a/apps/mobile/release.json b/apps/mobile/release.json index ecfccfe726a..b53b8b24a99 100644 --- a/apps/mobile/release.json +++ b/apps/mobile/release.json @@ -1,5 +1,5 @@ { - "version": "0.5.7", + "version": "0.5.8", "mode": "store", "runtimeVersion": null, "channel": null