From 69fce52bed7d904edf099daa10f0a516a42e09a4 Mon Sep 17 00:00:00 2001 From: Lang <7system7@gmail.com> Date: Tue, 21 Apr 2026 11:47:58 +0200 Subject: [PATCH] chg: pkg: new version release !skipChangelog --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2bb12..96c2246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ # Changelog +## v2026.2.7-0 (2026-04-21) + +### Changes + +* Small changes on docs - and improve text on homepage #8. [Lang] + +* Massive refactor on front-end for unification and readiness #8. [Lang] + +* Update all doc blocks on back-end #8. [Lang] + +* Small refactors on back-end #8. [Lang] + +* Add RecentBattle entity that is a Materialized View to speed up the view - and further refactor on ProfileController #8. [Lang] + +* Create the UserStats entity what is a Materialized View to store Profile stats for every user - & massive ProfileController refactor #8. [Lang] + +* Refactor the SecurityController #7. [Lang] + +* Refactor the code - there was unnecessary codes and wrongly formatted or designed code that are related to Repositories #7. [Lang] + +* Upgrade the doctrine related back-end pkgs to the latest available version #7. [Lang] + +* Add filter to the Profile page's recent plays and an infite list too #7. [Lang] + +* Upgrade to the latest doctrine pkg on back-end #7. [Lang] + +### Fix + +* Do not hide the end-game overlay ever #8. [Lang] + +* The username was not recognized properly #7. [Lang] + + ## v2026.2.6-1 (2026-04-19) ### Fix