Bump version to 1.01

Release 1.01 includes:
- Fix frame desync on non-blocking sockets (EAGAIN handling)
- Auth cascade: encryption requires ED25519 authentication
- No plain text passwords in Comet protocol
- NOPWD via capability flag
- Log/event callback system for BBS embedding
- Transfer progress events for both Comet and BinkP
This commit is contained in:
2026-04-01 12:00:38 -07:00
parent a7555c2759
commit 9b142fd28c

View File

@@ -29,7 +29,7 @@ interface
const
{ Program identification }
COMET_NAME = 'Comet';
COMET_VERSION = '1.00';
COMET_VERSION = '1.01';
COMET_PRODCODE = $010B; { FTSC product code (Xenia family) }
{ Network }