Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@mfncooper mfncooper released this 21 Jul 00:22
· 1 commit to main since this release

New Features

  • Command-line options can be used to specify the locations of the config file and the log directory. The config file will also be found if saved in the user's home directory.
  • Outbound Unproto packets are displayed using a different color, useful when chatting and in nets.
  • An alternate text decoder is tried if UTF-8 decoding fails. The decoder may be specified in the config file, and defaults to CP437 (sometimes used for line drawing).

Bug Fixes

  • Invalid UTF-8 byte sequences are handled by trying an alternate decoder (see above) or, if that also fails, by using Unicode replacement characters.

Documentation Changes

  • New Compatibility section documents known interaction issues with other software.