From f796819af45061ba6474546292fd46a3808d4d2c Mon Sep 17 00:00:00 2001 From: Lang <7system7@gmail.com> Date: Tue, 21 Apr 2026 18:12:32 +0200 Subject: [PATCH] chg: pkg: new version release !skipChangelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1008c14..e64065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v2026.2.8-0 (2026-04-21) + +### New + +* Add CI/CD improvements - add new CI workflow - & improve the deployment w/ tests #10. [Lang] + +* Add test cases to back-end w/ real database connection in it #10. [Lang] + +### Changes + +* The original CI/CD workflow is restored - the work with tests is postponed #10. [Lang] + +* Add sound when the game start #10. [Lang] + +* Create AGENTS.md file for future maintenance #9. [Lang] + +* Remove the wrongly implemented font installation in docker - & replace it with static font on BattleCardGenerator (it solves the shareable image problem on bare-metal too) #8. [Lang] + + ## v2026.2.7-1 (2026-04-21) ### Changes