Prepared next release

This commit is contained in:
Bernd Bestel
2025-01-24 17:30:04 +01:00
parent ab09ce219c
commit e3d0ddbce6
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
### Chores ### Chores
- Added a possibility to see if a scheduled schedule chore was tracked/done on time or not: - Added a possibility to see if a scheduled chore was tracked/done on time or not:
- When tracking chores, the "Next estimated tracking date" (so the current scheduled time) is now also stored in the corresponding chore journal entry and displayed in a new column "Scheduled tracking time" on the chores journal page - When tracking chores, the "Next estimated tracking date" (so the current scheduled time) is now also stored in the corresponding chore journal entry and displayed in a new column "Scheduled tracking time" on the chores journal page
- When the "Tracked time" is later than the "Scheduled tracking time", the corresponding chore journal entry is now highlighted in red on the chores journal page - When the "Tracked time" is later than the "Scheduled tracking time", the corresponding chore journal entry is now highlighted in red on the chores journal page
- Added a new column "Time of tracking" on the chores journal page (displays the time when the tracking actually happened, hidden by default) - Added a new column "Time of tracking" on the chores journal page (displays the time when the tracking actually happened, hidden by default)

View File

@@ -1,4 +1,4 @@
{ {
"Version": "4.3.0", "Version": "4.4.0",
"ReleaseDate": "2024-12-23" "ReleaseDate": "2025-01-24"
} }