Skip to content

Releases: TheRustyPickle/Chirp

v0.1.0

04 Nov 23:16
c94e345
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0

v0.0.3

15 Oct 23:31
b6d975c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.3

v0.0.2

15 Sep 23:14
30865bd
Compare
Choose a tag to compare

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

v0.0.1

27 Aug 22:32
30865bd
Compare
Choose a tag to compare
  • Initial release containing the initial UI

Full Changelog: https://github.com/TheRustyPickle/Chirp/commits/0.0.1