Merge pull request #5043 from RSSNext/mobile-main
chore(sync): merge mobile-main into dev
This commit is contained in:
commit
c231c05ed9
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
## No longer broken
|
||||
|
||||
- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@follow/mobile",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"private": true,
|
||||
"main": "src/main.tsx",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue