release(mobile): release v0.5.6

This commit is contained in:
DIYgod 2026-07-13 11:14:04 +08:00
parent ce905f8c5a
commit 7c4d51a642
5 changed files with 26 additions and 15 deletions

View File

@ -0,0 +1,14 @@
# What's New in v0.5.6
## Improvements
- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations
## No longer broken
- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme
- Fixed signed-out launches not opening the login screen
- Fixed two-factor authentication cookies being dropped during session updates
- Fixed push notification registration after sign-in, including retries and token refreshes
- Fixed the timeline view selector overflowing on narrow screens
- Restored the header background after scrolling

View File

@ -1,14 +1,11 @@
# What's New in vNEXT_VERSION
## Shiny new things
## Improvements
- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations
## No longer broken
- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme
- Fixed signed-out launches not opening the login screen
- Fixed two-factor authentication cookies being dropped during session updates
- Fixed push notification registration after sign-in, including retries and token refreshes
- Fixed the timeline view selector overflowing on narrow screens
- Restored the header background after scrolling
## Thanks
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -33,7 +33,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.5</string>
<string>0.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
"version": "0.5.5",
"version": "0.5.6",
"private": true,
"main": "src/main.tsx",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"version": "0.5.5",
"mode": "ota",
"runtimeVersion": "0.5.0",
"channel": "production"
"version": "0.5.6",
"mode": "store",
"runtimeVersion": null,
"channel": null
}