Skip to content

Releases: k0oda/tuichat

0.6.3-alpha

10 Jul 09:54
Compare
Choose a tag to compare

Add:

  • Connect to another server in client
  • Tui exceptions

Fix:

  • Messages count displaying in client
  • Optimize UUID-receiving block

0.6.2-alpha

08 Jul 18:57
Compare
Choose a tag to compare

Add:

  • Add tui-exceptions system
  • Add version display in server

Fix:

  • Fix program name in server shutdown message
  • Fix console scripts (just run 'tuiserver' or 'tuiclient' to run tuichat modules)

0.6.1-alpha

21 Jun 08:35
Compare
Choose a tag to compare

Hotfix:

  • Fix problems with packaging and distributing program

0.6-alpha

17 Jun 15:50
Compare
Choose a tag to compare

Add:

  • Number of new messages
  • New asynchronous algorithm of receiving messages
  • Message types
  • Disconnecting with CTRL + C in client and server
  • User can change server and client header with special files

Remove:

  • Old threading-like algorithm of receiving messages

Optimization:

  • Fix variables problems
  • Improve speed
  • Rename PYChat to TuiChat

0.5.1-alpha

01 Jun 21:37
Compare
Choose a tag to compare

Add:

  • Check for the number of characters in the client

Optimization:

  • Fix variables problems
  • Optimize server by reducing message receive buffer size
  • Move some code to another functions

0.5-alpha

27 May 11:12
14a55b7
Compare
Choose a tag to compare

PYChat

Update UI

  1. Update logo of client and server

Update message-formatting algorithm

  1. Now messages will be sent in JSON format

Fix bugs

  1. Fix reconnecting
  2. Fix bug in sending programming language code
  3. Fix validation of values in configuration file

Full list of fixed bugs look at closed issues

Big refactoring of code

  1. Move some blocks of code to other package named pychat_utils
  2. Optimized imports
  3. Optimized functions, make it more clean

0.4-alpha

27 May 11:11
Compare
Choose a tag to compare

PYChat

Add first version UI:

  1. Borders in some blocks of information
  2. Left border for server messages
  3. Logo in header

Add:

  1. Server closed message in client
  2. Attempts for enter data to connect to server

0.3-alpha

27 May 11:09
a6d24ef
Compare
Choose a tag to compare

Add saving history log
You can save log of user messages, connections and disconnections in log.txt file

0.2.1-alpha

27 May 11:08
Compare
Choose a tag to compare

Add in-program configuration, fixed bugs