From 5d6b5ed40fa059bf42d41ac7340f45e61d42a9e5 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 22 Jun 2026 14:58:32 +0800 Subject: [PATCH] release(mobile): release v0.5.5 --- apps/mobile/changelog/0.5.5.md | 12 ++++++++++++ apps/mobile/changelog/next.md | 11 +++++------ apps/mobile/ios/Folo/Info.plist | 4 ++-- apps/mobile/package.json | 2 +- apps/mobile/release-plan.json | 6 +++--- apps/mobile/release.json | 4 ++-- 6 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 apps/mobile/changelog/0.5.5.md diff --git a/apps/mobile/changelog/0.5.5.md b/apps/mobile/changelog/0.5.5.md new file mode 100644 index 000000000..3c99ff2ec --- /dev/null +++ b/apps/mobile/changelog/0.5.5.md @@ -0,0 +1,12 @@ +# What's New in v0.5.5 + +## No longer broken + +- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog) +- Fixed timeline refreshes returning to the top before new content is rendered +- Fixed mark-read state changes while the timeline is being reset +- Fixed social timeline scroll reset preservation across mobile list layouts + +## Thanks + +Special thanks to volunteer contributor @TonyRL for the nested code block fix diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 4165126b6..000f858e3 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,12 +1,11 @@ # What's New in vNEXT_VERSION +## Shiny new things + +## Improvements + ## No longer broken -- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog) -- Fixed timeline refreshes returning to the top before new content is rendered -- Fixed mark-read state changes while the timeline is being reset -- Fixed social timeline scroll reset preservation across mobile list layouts - ## Thanks -Special thanks to volunteer contributor @TonyRL for the nested code block fix +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 7afb39911..6680d0043 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.4 + 0.5.5 CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 7 + 8 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 6716a87cd..500564b5c 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.5.4", + "version": "0.5.5", "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 4bdf69bbb..e8eb0ec2e 100644 --- a/apps/mobile/release.json +++ b/apps/mobile/release.json @@ -1,6 +1,6 @@ { - "version": "0.5.4", + "version": "0.5.5", "mode": "ota", - "runtimeVersion": "0.5.3", + "runtimeVersion": "0.5.0", "channel": "production" }