Releases: robflop/chatron-client
Releases · robflop/chatron-client
Version 2.0.0
Version 1.3.0
System messages, yay!
This release actually only features 2-3 things... but two things I want to get released asap to go along with the changes the server has undergone.
Fixes
- The check during the message event which makes sure to only copy your own last message to your clipboard has been fixed and no longe errors
Features
- System messages for users joining or leaving, yay!
- Changed header to something that's better as current placeholder
Version 1.2.1
Quick bugfix!
Fixes:
- Fixed typo in empty message error
- Only empty message bar and save last message if the incoming message was written by the user themselves
Version 1.2.0
UI and background updates, yay!
Fixes
- Timestamp parsing fixed on login and channel join
Updated / Additions
- Chatron's window title has been expanded to show both version and description
- Hovering over channels or users in the respective lists highlights them
- Currently selected channel and your own username will be highlighted
- Users of a channel are now saved as objects instead of strings
Version 1.1.0
Bugfix-a-plenty!
Lots of bug fixes this release! Some added features, which bump this to a minor semver though.
Bugfixes
- Error message position while logged in has been fixed
- No more sending empty messages
- Chat area will no longer expand to the right on very long messages and wrap correctly
- Move error check for message event to top to avoid crashing due to undefined properties being accessed
- Fixed bug that happened if you left the first channel in list while having it as the active/current channel
- Fix timestamp display for messages, now uses unix timestamp in background and parses them to account for everyone's individual timestamp
Added Features / Changes
- Pressing the arrow-up key inside the message input bar will now make it fill the bar with your previous message's content, if you have sent one (otherwise won't do anything)
- Join/Leave buttons inside chat window have been moved below the channel name bar and resized
- Messages object has been moved into channels property of user
- Unused dependency has been removed
Version 1.0.0
Initial release.
Includes all the basic features you'd expect of a chat app.
- Choosing a username
- Choosing Channels to join
- Choosing a server to connect to
- Login and logout
- Leave/Join channels on the fly
- Error handling for various errors related to channels, messages, connection etc
- A channel list for all channels you're in
- User lists for each channel you are in
- Actually sending messages to each channel
- Live-updates of channel and user list changes aswell as message handling using websockets