From c8b96ab8e7940696eb6e1bbcdd67c0fcaf1bb7ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 07:41:54 +0000 Subject: [PATCH] chore(release): bump version to v0.0.1 and update changelog [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f08d32e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## [v0.0.1] - 2026-02-21 + +* feat: Introduce application version display in the frontend footer, showing both frontend and backend versions with integrated build arguments. (37ae9db) +* feat: Automate versioning, changelog updates, and Git tagging, using the generated version for Docker image tags. (bbd3beb) +* feat: Add `https://todo.almazlar.com` to allowed CORS origins. (a606983) +* refactor: Update TodoController base request mapping from `/todos` to `/api/todos`. (e8be570) +* refactor: remove `/api` prefix from TodoController request mapping. (d118222) +* feat: Broaden backend CORS mapping to all paths and update frontend API base URL to production. (ca838b1) +* refactor: switch to using docker/login-action for container registry authentication (568f662) +* build: Update Gitea workflow to use `docker login` with `password-stdin` instead of `docker/login-action`. (dd0c2e2) +* ci: Replace github context variables with gitea context variables in Docker build workflow. (082abfc) +* feat: Add initial frontend dependencies, base CSS, and Gitea Docker build workflow. (cf58ccb) +* Initial commit (c8572c5) +