Skip to content

Commit 278388c

Browse files
committed
release(mobile): release v0.4.0
1 parent 6880d3b commit 278388c

File tree

4 files changed

+31
-20
lines changed

4 files changed

+31
-20
lines changed

apps/mobile/changelog/0.4.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# What's New in v0.4.0
2+
3+
## Shiny new things
4+
5+
- Added Apple subscriptions on iOS
6+
- Supported anonymous timeline reading without signing in
7+
- Refined upgrade prompts to match desktop subscription flows
8+
- Added in-app review prompts
9+
- Supported French localization
10+
11+
## Improvements
12+
13+
- Polished settings and Discover UI across iOS and Android
14+
- Improved subscription and plan management surfaces
15+
- Hardened authentication flows and expanded end-to-end coverage
16+
- Aligned translation gating with actual user roles
17+
18+
## No longer broken
19+
20+
- Fixed discover category loading and iOS auth bootstrap issues
21+
- Fixed iOS subscription upgrade actions
22+
- Fixed Android modal header overlap
23+
- Stabilized sign-in persistence across mobile auth flows
24+
25+
## Thanks
26+
27+
Special thanks to volunteer contributors for their valuable contributions

apps/mobile/changelog/next.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,10 @@
22

33
## Shiny new things
44

5-
- Added Apple subscriptions on iOS
6-
- Supported anonymous timeline reading without signing in
7-
- Refined upgrade prompts to match desktop subscription flows
8-
- Added in-app review prompts
9-
- Supported French localization
10-
115
## Improvements
126

13-
- Polished settings and Discover UI across iOS and Android
14-
- Improved subscription and plan management surfaces
15-
- Hardened authentication flows and expanded end-to-end coverage
16-
- Aligned translation gating with actual user roles
17-
187
## No longer broken
198

20-
- Fixed discover category loading and iOS auth bootstrap issues
21-
- Fixed iOS subscription upgrade actions
22-
- Fixed Android modal header overlap
23-
- Stabilized sign-in persistence across mobile auth flows
24-
259
## Thanks
2610

27-
Special thanks to volunteer contributors for their valuable contributions
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.3.0</string>
36+
<string>0.4.0</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>138</string>
57+
<string>139</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.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"main": "src/main.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)