From 3e578598e95a6aa84d684c79d4a37b86c443dc22 Mon Sep 17 00:00:00 2001 From: Thord Setsaas Date: Wed, 11 Dec 2024 20:54:32 +0100 Subject: [PATCH] Prepare for release of v2.8.0 --- .gitignore | 3 +++ CHANGELOG.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ead47d..358b0dd 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,6 @@ public/images/players .DS_Store .aider* + +# Ignore SQL files +*.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index 3127178..4433b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog A preview of major changes can be found in the Wiki ([Latest Changes](https://github.com/kcapp/frontend/wiki/Latest_Changes)) -## [2.8.0] - TBD +## [2.8.0] - 2024-12-11 #### Feature - New game type `170` - "Badges" page showing overview of all badges and how many players have unlocked them @@ -231,7 +231,7 @@ A preview of major changes can be found in the Wiki ([Latest Changes](https://gi - Multiple score entry methods - Including [Unicorn Smartboard](https://github.com/kcapp/smartboard) -[2.8.0]: https://github.com/kcapp/frontend/compare/v2.7.0...develop +[2.8.0]: https://github.com/kcapp/frontend/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/kcapp/frontend/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/kcapp/frontend/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/kcapp/frontend/compare/v2.4.0...v2.5.0