chore(release): bump version to v0.0.1 and update changelog [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-21 07:41:54 +00:00
parent 37ae9dbe53
commit c8b96ab8e7

14
CHANGELOG.md Normal file
View File

@@ -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)