Highlights
- #16 Backend internationalization — backend-generated text is now localized in German and English, completing the i18n effort the v1.0.13 frontend rollout began. API error messages, email subjects & bodies, and in-app notification titles & bodies are rendered in the recipient's language (per-user preference, English fallback) via Spring
MessageSource. Delivered across three phases (foundation + full API-error sweep, then emails + notifications); three CI gates keep coverage from regressing.
Security
- jackson-databind 2.21.4 → 2.21.5 (#93) — fixes two
@JsonViewbypass advisories, GHSA-mhm7-754m-9p8w and GHSA-5gvw-p9qm-jgwh / CVE-2026-59889 (both medium), via a Spring Boot BOMjackson-bomoverride.
Maintenance
- Backend dependencies (#89), incl.
postgresql42.7.12 (CVE-2026-54291); grouped GitHub Actions bumps (#88).
Docker images: kwolfgang/taskowolf-backend:1.0.15 and kwolfgang/taskowolf-frontend:1.0.15.