Files
todo/CHANGELOG.md

76 lines
3.0 KiB
Markdown

## [v0.0.15] - 2026-02-22
* degisiklik (6ba8d8b)
## [v0.0.14] - 2026-02-22
* feat: replace rich cerulean color variables with a new color palette for improved theming (53cb84d)
## [v0.0.13] - 2026-02-22
* feat: update button and input styles with new color variables and hover/focus states (fe20a69)
## [v0.0.12] - 2026-02-22
* feat: update CSS variables for improved theming and styling (24424cc)
## [v0.0.11] - 2026-02-22
* fix: correct spelling of 'application' in README (f450b6f)
## [v0.0.10] - 2026-02-22
* feat: add deployment steps for Backend and Frontend to Dokploy (b3f09d5)
* fix: update VITE_BASE_URL to use port 8080 in Dockerfile (4c83f66)
* fix: update server port to 8080 in Dockerfile and application properties (d9e69e0)
## [v0.0.9] - 2026-02-22
* feat: add createdAt field to Todo entity and update database migration script (c26ee4f)
## [v0.0.8] - 2026-02-22
* fix: update Dockerfile, application properties, and controller mappings for health check and CORS support (386f513)
* fix: update application properties and Dockerfile for local development configuration (b5dcba1)
* fix: update Dockerfile to run tests during build and adjust TodoController request mapping (854a0ba)
* fix: add CrossOrigin annotation to TodoController for CORS support (fda1f39)
## [v0.0.7] - 2026-02-22
* fix: update API base URL and add healthcheck for backend service (4050c08)
## [v0.0.6] - 2026-02-22
* fix: update database connection URL and configure frontend build context (000d1db)
## [v0.0.5] - 2026-02-21
* fix: add missing comma in settings.json for Java configuration (73c2147)
## [v0.0.4] - 2026-02-21
* test: add integration tests for TodoController and update test configuration. (c32e321)
## [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)