Skip to content

v0.0.2

Compare
Choose a tag to compare
@TheRustyPickle TheRustyPickle released this 15 Sep 23:14
· 190 commits to main since this release
30865bd

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

Full Changelog: 0.0.1...v0.0.2