From f110e010d6a2a7c98ecabcd1503ee20788f47cfe Mon Sep 17 00:00:00 2001 From: Kekalainen Date: Tue, 4 May 2021 23:56:54 +0300 Subject: [PATCH] Update README.md & timesheet.md --- README.md | 1 + documentation/timesheet.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99e5724..60b0038 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A desktop application which can be used for playing chess, storing past games an [Timesheet](documentation/timesheet.md) ## Releases +* [Week 6](/releases/tag/viikko6) * [Week 5](/releases/tag/viikko5) ## Installation diff --git a/documentation/timesheet.md b/documentation/timesheet.md index ae15843..35890ea 100644 --- a/documentation/timesheet.md +++ b/documentation/timesheet.md @@ -13,5 +13,5 @@ | 30.4. | 6 | Added check, checkmate and stalemate detection. Updated tests. | 2.5. | 2 | Initial work on algebraic notation. | 3.5. | 4 | Finished work on storing and applying moves in AN. Added a move log to the UI. Added support for loading FEN strings. -| 4.5. | 7 | Implemented viewing past games and reading/writing PGN. Implemented saving and loading games to/from a local database. Wrote documentation. -| **Total** | 45 +| 4.5. | 8 | Implemented viewing past games and reading/writing PGN. Implemented saving and loading games to/from a local database. Wrote documentation. Added more tests. Fixed AN ambiguity issues. +| **Total** | 46