From 90d2c62e53e9c7088424b1a814e1f9dc2fde3cbf Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 7 Aug 2025 14:44:40 +0800 Subject: [PATCH 1/4] release(mobile): release v0.2.5 --- apps/mobile/changelog/0.2.5.md | 13 +++++++++++++ apps/mobile/changelog/next.md | 2 -- apps/mobile/ios/Folo/Info.plist | 4 ++-- apps/mobile/package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 apps/mobile/changelog/0.2.5.md diff --git a/apps/mobile/changelog/0.2.5.md b/apps/mobile/changelog/0.2.5.md new file mode 100644 index 000000000..db6617d56 --- /dev/null +++ b/apps/mobile/changelog/0.2.5.md @@ -0,0 +1,13 @@ +# What's New in v0.2.5 + +## Shiny new things + +- Add option for independent content font size and presets + +## Improvements + +## No longer broken + +## Thanks + +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index e59e74d12..000f858e3 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -2,8 +2,6 @@ ## Shiny new things -- Add option for independent content font size and presets - ## Improvements ## No longer broken diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist index 8b9264686..377a92153 100644 --- a/apps/mobile/ios/Folo/Info.plist +++ b/apps/mobile/ios/Folo/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.2.4 + 0.2.5 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 117 + 118 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 0369461ee..2a4110577 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.2.4", + "version": "0.2.5", "private": true, "main": "src/main.tsx", "scripts": { From e8335a6f86b4538c5c6139fd73af53038f21d7d9 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 7 Aug 2025 14:46:26 +0800 Subject: [PATCH 2/4] chore(xcode): update default Xcode version to 16.2.0 in setup action - Changed the default Xcode version from 16.4 to 16.2.0 in the setup-xcode action configuration. This update ensures compatibility with the specified version for builds. Signed-off-by: Innei --- .github/actions/setup-xcode/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml index c534d5202..e7b6280d8 100644 --- a/.github/actions/setup-xcode/action.yml +++ b/.github/actions/setup-xcode/action.yml @@ -4,7 +4,7 @@ inputs: xcode-version: description: "Xcode version to use" required: false - default: "16.4" + default: "16.2.0" runs: using: "composite" From 136dc253d46df2186989278dccc56ac707ed1334 Mon Sep 17 00:00:00 2001 From: Whitewater Date: Thu, 7 Aug 2025 16:00:17 +0800 Subject: [PATCH 3/4] chore: update 0.2.5.md --- apps/mobile/changelog/0.2.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/mobile/changelog/0.2.5.md b/apps/mobile/changelog/0.2.5.md index db6617d56..29651fa6d 100644 --- a/apps/mobile/changelog/0.2.5.md +++ b/apps/mobile/changelog/0.2.5.md @@ -8,6 +8,8 @@ ## No longer broken +- Address the issue of being unable to follow the feed in specific scenarios + ## Thanks Special thanks to volunteer contributors @ for their valuable contributions From 2bb4acd36d8dd5df7a65531be33fd927cc2a37ea Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:56:36 +0800 Subject: [PATCH 4/4] chore: update changelog --- apps/mobile/changelog/0.2.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/changelog/0.2.5.md b/apps/mobile/changelog/0.2.5.md index 29651fa6d..76a4373a9 100644 --- a/apps/mobile/changelog/0.2.5.md +++ b/apps/mobile/changelog/0.2.5.md @@ -9,6 +9,7 @@ ## No longer broken - Address the issue of being unable to follow the feed in specific scenarios +- Fixed the issue where entries opened from notifications could not be loaded ## Thanks