v0.0.2
Updates
- An actix-web WebSocket server on the server directory
- The GUI can now connect with the WebSocket server using soup3 lib
- Facilitating the WebSocket server, multiple GUI clients can now be used to chat with each other
- Added the option to start chatting with another user on the '+' icon press using the user ID
- Added the option to view own profile, update name, image, see user ID, etc
- Added proper scaling to images to prevent it from getting blurry
- Modified GUI WebSocket communication with proper queue and auto-reconnecting
- Modified WebSocket to broadcast client's name updates, image updates, etc.
- Updates to random image generation API
- Added auto-scrolling to the latest message
- Fixed main window title text
- Various updates to the UI
What's Changed
- Initial ws implementation by @TheRustyPickle in #3
- UI update new user by @TheRustyPickle in #6
- User Profile Update by @TheRustyPickle in #9
- Broadcast image/name changes to the websocket for updating by @TheRustyPickle in #12
- Remove leaflet by @TheRustyPickle in #14
- Handling WS requests in queue by @TheRustyPickle in #15
- Added gtkrevealer by @TheRustyPickle in #18
- Added auto scrolling by @TheRustyPickle in #19
- Readme update by @TheRustyPickle in #20
Full Changelog: 0.0.1...v0.0.2