summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:24:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:24:36 +0000
commita8c9924456e5335c964e4e55b2dde1963c88726f (patch)
treef5bf107ba079ae460536da778ce2da5e6c68aa69 /ChangeLog
downloadknights-a8c9924456e5335c964e4e55b2dde1963c88726f.tar.gz
knights-a8c9924456e5335c964e4e55b2dde1963c88726f.zip
Added KDE3 version of Knights
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knights@1091568 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
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! )