You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.