Releases: WOA-Project/Chat
Releases · WOA-Project/Chat
Beta ready release
This release has most of the view models working as expected.
Most performance issues have also been fixed.
The app now has new subtle effects in the conversation view (a bit like iMessage conversation view in fact)
You can now individually delete messages in a conversation, just right click the message you want to delete.
Tip: did you know you could already (since a while) delete entire conversations? Right click a conversation in the left pane.
More work on the viewmodels
Small changes
- Reverted the app icon temporarily until we find a better one
- More UI touchups
- Made the menu items use a view model
- The chat list won't refresh in a weird way now, items instead will get refreshed (still need to implement proper ordering when the message store updates)
- Added drawing option (dummy for now) into the attachment menu
New app icon
Relative dates
Now messages will show a more friendly date
More polish
- Every page now uses a ViewModel (but not fully yet for some)
- The chat list will automatically refresh on new changes from the message store
- Malformed messages in the message store are now fixed (#1) which caused the stock messaging app to crash
- More UI polish
- About page
v0.0.41.0
Fifth release - Bug fixes
- Fixed profile pictures in notification toasts
Minor fixes
Changed the notification sound to the message one (inbox)
More UI touch ups