From 91cba64c3dace6852c4ce2254e48ef9cf1a62eef Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:55:27 +0800 Subject: [PATCH] release(mobile): release v0.5.1 --- apps/mobile/changelog/0.5.1.md | 10 ++++++++++ apps/mobile/changelog/next.md | 7 ++++--- apps/mobile/ios/Folo/Info.plist | 4 ++-- apps/mobile/package.json | 2 +- apps/mobile/release-plan.json | 6 +++--- apps/mobile/release.json | 8 ++++---- 6 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 apps/mobile/changelog/0.5.1.md diff --git a/apps/mobile/changelog/0.5.1.md b/apps/mobile/changelog/0.5.1.md new file mode 100644 index 000000000..39f611b06 --- /dev/null +++ b/apps/mobile/changelog/0.5.1.md @@ -0,0 +1,10 @@ +# What's New in v0.5.1 + +## Shiny new things + +- Added OTA version details to About + +## No longer broken + +- Fixed session refresh after cookie updates +- Extended API request timeouts diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index ad5323241..000f858e3 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -2,9 +2,10 @@ ## Shiny new things -- Added OTA version details to About +## Improvements ## No longer broken -- Fixed session refresh after cookie updates -- Extended API request timeouts +## 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 8c92f272c..adbe405d6 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.0 + 0.5.1 CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 3 + 4 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 1556f1662..afdc09e01 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.5.0", + "version": "0.5.1", "private": true, "main": "src/main.tsx", "scripts": { diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json index 74637e871..0a4e0fb6f 100644 --- a/apps/mobile/release-plan.json +++ b/apps/mobile/release-plan.json @@ -1,5 +1,5 @@ { - "mode": "ota", - "runtimeVersion": "0.5.0", - "channel": "production" + "mode": "store", + "runtimeVersion": null, + "channel": null } diff --git a/apps/mobile/release.json b/apps/mobile/release.json index ad73f619b..1c949a3d2 100644 --- a/apps/mobile/release.json +++ b/apps/mobile/release.json @@ -1,6 +1,6 @@ { - "version": "0.5.0", - "mode": "store", - "runtimeVersion": null, - "channel": null + "version": "0.5.1", + "mode": "ota", + "runtimeVersion": "0.5.0", + "channel": "production" }