Skip to content

Commit 367c638

Browse files
committed
release(mobile): release v0.5.4
1 parent 760d640 commit 367c638

6 files changed

Lines changed: 27 additions & 16 deletions

File tree

apps/mobile/changelog/0.5.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# What's New in v0.5.4
2+
3+
## Improvements
4+
5+
- Upgraded AI summaries to a more powerful Kimi model
6+
- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
7+
- Improved action rule editor state stability
8+
- Routed direct downloads through OTA-backed delivery
9+
10+
## No longer broken
11+
12+
- Fixed duplicate shared links from mobile share actions
13+
- Fixed starred collection pagination order
14+
- Fixed unread counts after time-limited mark-read actions

apps/mobile/changelog/next.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# What's New in vNEXT_VERSION
22

3-
## Improvements
3+
## Shiny new things
44

5-
- Upgraded AI summaries to a more powerful Kimi model
6-
- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
7-
- Improved action rule editor state stability
8-
- Routed direct downloads through OTA-backed delivery
5+
## Improvements
96

107
## No longer broken
118

12-
- Fixed duplicate shared links from mobile share actions
13-
- Fixed starred collection pagination order
14-
- Fixed unread counts after time-limited mark-read actions
9+
## Thanks
10+
11+
Special thanks to volunteer contributors @ for their valuable contributions

apps/mobile/ios/Folo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<key>CFBundlePackageType</key>
3434
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
3535
<key>CFBundleShortVersionString</key>
36-
<string>0.5.3</string>
36+
<string>0.5.4</string>
3737
<key>CFBundleSignature</key>
3838
<string>????</string>
3939
<key>CFBundleURLTypes</key>
@@ -54,7 +54,7 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>6</string>
57+
<string>7</string>
5858
<key>ITSAppUsesNonExemptEncryption</key>
5959
<false/>
6060
<key>LSApplicationCategoryType</key>

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@follow/mobile",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"main": "src/main.tsx",
66
"scripts": {

apps/mobile/release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "ota",
3-
"runtimeVersion": "0.5.3",
4-
"channel": "production"
2+
"mode": "store",
3+
"runtimeVersion": null,
4+
"channel": null
55
}

apps/mobile/release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.5.3",
2+
"version": "0.5.4",
33
"mode": "ota",
4-
"runtimeVersion": "0.5.0",
4+
"runtimeVersion": "0.5.3",
55
"channel": "production"
66
}

0 commit comments

Comments
 (0)