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/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 4ee29ff81..2b364248c 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.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" }