Skip to content

Commit 30985c2

Browse files
committed
release(mobile): release v0.3.0
1 parent b322dc1 commit 30985c2

File tree

4 files changed

+33
-22
lines changed

4 files changed

+33
-22
lines changed

apps/mobile/changelog/0.3.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.3.0
2+
3+
## Shiny new things
4+
5+
- Liquid glass tab bar for iOS 26
6+
- Enhanced blur effects with Expo Glass Effect
7+
- Dynamic tab bar height adjustment with NativeTabBarHolder
8+
- Migrated error tracking to PostHog
9+
- Supported French localization
10+
11+
## Improvements
12+
13+
- Upgraded to Expo SDK 54 for better performance and compatibility
14+
- Rebalanced typography sizes for improved readability
15+
- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
16+
- Simplified animation configurations in dialog and player controls
17+
18+
## No longer broken
19+
20+
- Reduced timeline indicator jank on iOS
21+
- Stabilized timeline initial load and scroll position
22+
- Fixed Crashlytics crash issues affecting 101+ users
23+
- Fixed iOS SQLite startup crash
24+
- Aligned header height with safe area inset
25+
- Fixed full mobile UI consistency and stability issues
26+
- Hidden payment UI on non-APK builds
27+
- Fixed safe area insets for iOS 26 tab bar

apps/mobile/changelog/next.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,10 @@
22

33
## Shiny new things
44

5-
- Liquid glass tab bar for iOS 26
6-
- Enhanced blur effects with Expo Glass Effect
7-
- Dynamic tab bar height adjustment with NativeTabBarHolder
8-
- Migrated error tracking to PostHog
9-
- Supported French localization
10-
115
## Improvements
126

13-
- Upgraded to Expo SDK 54 for better performance and compatibility
14-
- Rebalanced typography sizes for improved readability
15-
- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
16-
- Simplified animation configurations in dialog and player controls
17-
187
## No longer broken
198

20-
- Reduced timeline indicator jank on iOS
21-
- Stabilized timeline initial load and scroll position
22-
- Fixed Crashlytics crash issues affecting 101+ users
23-
- Fixed iOS SQLite startup crash
24-
- Aligned header height with safe area inset
25-
- Fixed full mobile UI consistency and stability issues
26-
- Hidden payment UI on non-APK builds
27-
- Fixed safe area insets for iOS 26 tab bar
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
@@ -32,7 +32,7 @@
3232
<key>CFBundlePackageType</key>
3333
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>0.2.9</string>
35+
<string>0.3.0</string>
3636
<key>CFBundleSignature</key>
3737
<string>????</string>
3838
<key>CFBundleURLTypes</key>
@@ -53,7 +53,7 @@
5353
</dict>
5454
</array>
5555
<key>CFBundleVersion</key>
56-
<string>136</string>
56+
<string>137</string>
5757
<key>ITSAppUsesNonExemptEncryption</key>
5858
<false/>
5959
<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.2.9",
3+
"version": "0.3.0",
44
"private": true,
55
"main": "src/main.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)