diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a8223fd..8f8cdb9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: splendid-bear steps: - name: Deploy run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 817c8d6..f8ac476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,53 @@ Changelog ========= -(unreleased) ------------- +v2026.01 (2026-04-14) +--------------------- New ~~~ +- Registered users have avatars next to the timer #4. [Lang] +- Add opportunity to use profile picture. #4. [Lang] +- Add more stats and a dialog for the recent battle that can be + shareable #4. [Lang] +- Implement the 2FA authentication (TOTP and backup codes) #4. [Lang] - Add beta logo to the corner #3. [Lang] - Add mineseeker game to the symfony 4 project #3. [Lang] - Upgrade to the latest symfony v4 #3. [Lang] Changes ~~~~~~~ +- Fix missing favicon #4. [Lang] +- Add modern Webauthn authentication #4. [Lang] +- Refactor all forms to have Symfony Form Types & Validation + Constrainsts - & implement Google ReCapthca v3 #4. [Lang] +- Add forgot password functionality #4. [Lang] +- Increase the minimum PHP version to the latest major - and massive + refactor on back-end, like Controllers and Repositories #4. [Lang] +- Redesign the resign dialog #4. [Lang] +- Re-implement the waiting for opponent dialog - refactor its gfx - & + add online user selection dialog #4. [Lang] +- Improve the gfx on homepage - implement login/register and activation + for authentication - and add the first version of profile page #4. + [Lang] +- Refactor and redesign the gfx on front-end #4. [Lang] +- Add timers to each player - renew the whole migration #4. [Lang] +- Use namespaces for front-end #4. [Lang] +- Replace webpack w/ vite & remove old, legacy jQuery from the code #4. + [Lang] +- More, massive refactor for front-end #4. [Lang] +- Massive refactor on front-end - and remove unnecessary deps #4. [Lang] +- Change the code style to fit the current standard #4. [Lang] +- Refactor to use Attributes instead of yaml markdown #4. [Lang] +- Outsource the Grid generation and interactions to the backend #4. + [Lang] +- Remove unnecessary variables and prune the Facebook registration + method #4. [Lang] +- Replace the legacy gos/web-socket-bundle & replace it with Mercure + protocol #4. [Lang] +- Created the first working solution since 7 yrs #4. [Lang] +- Make the first working version - the stepping is broken due to the + algorythm structure #4. [Lang] - Change the composer default php minimum environment #3. [Lang] - Change the default url to wss on frontend #3. [Lang] - Refactor Rpc and Topic classes #3. [Lang] @@ -23,6 +59,8 @@ Changes Other ~~~~~ +- Pkg: usr: solve the not-working mailing on dev env under docker #4. + [Lang] - Deploy version 1.1.0 !deploy #11. [Lang]