Releases: mhoran/weechatRN
Releases · mhoran/weechatRN
v1.3.0
New for this release:
- Use stable IDs to dispatch notifications. Requires latest notification script.
- Bump to Expo v52
- Preserve read marker on resume from notification
- Ensure that lines have rendered before scrolling to notification line
- Fixed issue where it took two taps to cancel or save upload settings
- Disable autocorrect and re-enable multiline input
Previously included in version 1.2.0 build 6:
- Fix notification registration
Previously included in version 1.2.0 build 5:
- Bump to Expo v51
- Remove redux-persist and upgrade Redux
- Don't connect before store state is restored
Previously included in version 1.2.0 build 4:
- Fix issue where buffer was being rendered too often
- Add react-native-reanimated privacy manifest entry
- Migrate back to FlatList
- Clear hotlist after fetching buffer info
Previously included in version 1.2.0 build 3:
- Migrate back to FlashList
- Don't unnecessarily fetch lines for notification
Previously included in 1.2.0 build 2:
- Batch pending state updates to reduce scroll jankiness and improve performance.
- Changed the identifier used to scroll to a notification line. Requires script update.
v1.2.0
- Clicking a notification brings the user to the buffer and line of the message.
- Support registering multiple Expo push tokens and remove unregistered tokens.
- Only request push token if script is installed
- Auto-connect on launch
- Attempt to reconnect when brought to foreground
- Indicate media upload progress via spinner
- Fix bug with emoji alignment in a message
- Print date when day changes between messages
- Print line prefix to the left of message
- Show the current buffer nicklist in a modal
- Improved media upload service compatibility (additional configuration options.)
v1.1.1
Previously included in 1.1.0 build 3:
- Don't open drawer if there is a buffer open
- Fix bug when typing contractions
Newly released:
- Handle _buffer_cleared to fix duplicate lines
- Increase drawer swipe edge width
- Increase font size for BufferLine
- Install and configure expo-updates