Skip to content

Commit

Permalink
Release version 1.3.0 build 2
Browse files Browse the repository at this point in the history
* Update line on _buffer_line_data_changed message
* Optimize nicklist updates
* Fix notification dispatch for lineId 0
* Fix issue where user would not be prompted to enable notifications
* Don't dismiss splash screen until credentials have loaded from storage
* Replace KeyboardAvoidingView with Reanimated useAnimatedKeyboard to
  improve keyboard animations and prepare for New Architecture. Also
  fixes issues with keyboard avoidiance when using Stage Manager.
* Make Android status bar transparent and translucent, like on iOS.
* Use default font for all text except for buffer lines, which are
  monospace on all platforms.
* Migrate tab button layout animation to Reanimated
  • Loading branch information
mhoran committed Nov 27, 2024
1 parent 589edae commit f077cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
}
]
},
buildNumber: '1'
buildNumber: '2'
},
android: {
package: IS_DEV ? 'com.matthoran.weechatrn.dev' : 'com.matthoran.weechatrn'
Expand Down

0 comments on commit f077cb7

Please sign in to comment.