Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/desktop/changelog/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions apps/mobile/changelog/0.5.6.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions apps/mobile/ios/Folo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
"version": "0.5.5",
"version": "0.5.6",
"private": true,
"main": "src/main.tsx",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions apps/mobile/release.json
Original file line number Diff line number Diff line change
@@ -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
}