Releases: sontx/chat-socket
Releases · sontx/chat-socket
v2.1.0
- Convert to Maven project.
- Combine both client and server to one jar.
- Update documents.
- New UI design.
- Update images.
- Current directory setting is not available in new UI.
- Use JavaFX instead of java swing by default (java swing UIs are still available).
- Use eventbus to communicate between other layers.
Second release for chat-socket project
- Support win32 executable file for more friendly.
- Fix auto scroll feature in chatbox.
- Remove some logs for best performance.
First release for chat-socket project
- Support multi-users, private chat and personal status
- Friendly interface in client and server, so easy to use
- Auto log chats to file
- Using password hash(SHA1) instead of save plaintext password in server for more security
- Using JSON instead of SQLite for easy editable