File tree Expand file tree Collapse file tree 4 files changed +33
-22
lines changed
Expand file tree Collapse file tree 4 files changed +33
-22
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments