chore: release v0.49.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-05-08 20:20:57 +02:00
parent 761408ae7c
commit e024a8eaf9
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.49.0] - 2026-05-08
### Added
- **Housekeeping module**: new dedicated module for managing household staff workflows. Features include staff profiles (with avatar, daily rate, calendar color, payment schedule), work session check-in/check-out (with automatic local calendar event creation), recurring chore tracking with urgency decay indicators, supply requests (linked to shopping lists), and a monthly visit log with payment summaries.
- **Document folders**: documents can now be organized into custom folders. A "Hausreinigung" folder is auto-created when a housekeeping worker is first added.
- **Calendar icon picker**: calendar events now support a custom icon selected from a curated set of Lucide icons.
- **Payment task integration**: each housekeeping check-in can optionally create a payment task; completing the task marks the visit as paid. Toggle in Settings → Haushaltshilfe.
### Changed
- **Documents page**: added a folder browser sidebar and folder filter; existing documents without a folder remain accessible under "Alle Ordner".
- **Dashboard**: housekeeping widgets show today's open sessions and upcoming chores.
- **Settings**: new "Haushaltshilfe" section for the payment task toggle.
- **Navigation**: housekeeping module appears in the main nav with Violet accent theming.
## [0.48.3] - 2026-05-06 ## [0.48.3] - 2026-05-06
### Changed ### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "oikos", "name": "oikos",
"version": "0.48.3", "version": "0.49.0",
"description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.",
"main": "server/index.js", "main": "server/index.js",
"type": "module", "type": "module",