diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..b8f65f1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,30 @@ +Knights 0.6 -- Tuesday May 20th, 2003 +Troy Corbin Jr. <troy@knights-chess.com> + +* Changed version to 0.6 +* Added a new tab that displays details from a loaded PGN match. +* Added a server selector to the Login dialog. +* Added hyperlinks to the ICS Console. +* Improved printed output. +* Added printing capabilities to the ICS Console. +- Reduced the time needed to resize the board by about 33% +- Fixed bug where the New Match dialog sometimes defaulted to an unplayable + match. +- Fixed a bug in our XBoard protocol implementation which caused some engines + ( like GNUChess ) to fail. +- Fixed bug where some loaded matches wouldn't display the player's names. +- Fixed a crash that occured when you closed an ICS related tab, then + disconnected from the ICS. +- Fixed a crash that occured when you couldn't connect to your ICS. +- Expanded the range of the "Opponent's Strength" slider so that it didn't + cripple some engines. +- Fixed a bug where selecting the current board position from the Notation Bar + could erase the board. +- Fixed a bug where an engine that does not implement the 'pause' feature could + have caused Knights' clocks to continue running during a pause. +- Fixed a bug where the console could be displayed in doublespace. +- Fixed the Match->Resign option. +- Knights generated PGN files now save NAG, RAV, and Annotations. +- Removed the ability to swap sides midgame. This will be reinstated later when + we can implement a more feature-rich and trouble free dialog box. +- Potential memory leak fixed ( thanks to Jon Keating! ) |