Files
todo/CHANGELOG.md

1.3 KiB

[v0.0.3] - 2026-02-21

  • feat: add custom favicon and update page title (52f2903)

[v0.0.2] - 2026-02-21

  • feat: Implement responsive styling for various screen sizes and refactor the main todo list container class. (2810044)

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