release(mobile): release v0.3.0
This commit is contained in:
parent
b322dc1dd8
commit
30985c2e51
|
|
@ -0,0 +1,27 @@
|
|||
# What's New in v0.3.0
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Liquid glass tab bar for iOS 26
|
||||
- Enhanced blur effects with Expo Glass Effect
|
||||
- Dynamic tab bar height adjustment with NativeTabBarHolder
|
||||
- Migrated error tracking to PostHog
|
||||
- Supported French localization
|
||||
|
||||
## Improvements
|
||||
|
||||
- Upgraded to Expo SDK 54 for better performance and compatibility
|
||||
- Rebalanced typography sizes for improved readability
|
||||
- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
|
||||
- Simplified animation configurations in dialog and player controls
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Reduced timeline indicator jank on iOS
|
||||
- Stabilized timeline initial load and scroll position
|
||||
- Fixed Crashlytics crash issues affecting 101+ users
|
||||
- Fixed iOS SQLite startup crash
|
||||
- Aligned header height with safe area inset
|
||||
- Fixed full mobile UI consistency and stability issues
|
||||
- Hidden payment UI on non-APK builds
|
||||
- Fixed safe area insets for iOS 26 tab bar
|
||||
|
|
@ -2,26 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Liquid glass tab bar for iOS 26
|
||||
- Enhanced blur effects with Expo Glass Effect
|
||||
- Dynamic tab bar height adjustment with NativeTabBarHolder
|
||||
- Migrated error tracking to PostHog
|
||||
- Supported French localization
|
||||
|
||||
## Improvements
|
||||
|
||||
- Upgraded to Expo SDK 54 for better performance and compatibility
|
||||
- Rebalanced typography sizes for improved readability
|
||||
- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
|
||||
- Simplified animation configurations in dialog and player controls
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Reduced timeline indicator jank on iOS
|
||||
- Stabilized timeline initial load and scroll position
|
||||
- Fixed Crashlytics crash issues affecting 101+ users
|
||||
- Fixed iOS SQLite startup crash
|
||||
- Aligned header height with safe area inset
|
||||
- Fixed full mobile UI consistency and stability issues
|
||||
- Hidden payment UI on non-APK builds
|
||||
- Fixed safe area insets for iOS 26 tab bar
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.9</string>
|
||||
<string>0.3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>136</string>
|
||||
<string>137</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@follow/mobile",
|
||||
"version": "0.2.9",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"main": "src/main.tsx",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue