diff --git a/changelog/77_UNRELEASED_xxxx-xx-xx.md b/changelog/77_4.4.0_2025-01-24.md similarity index 98% rename from changelog/77_UNRELEASED_xxxx-xx-xx.md rename to changelog/77_4.4.0_2025-01-24.md index 5ebd67d9..4e4747fb 100644 --- a/changelog/77_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/77_4.4.0_2025-01-24.md @@ -62,7 +62,7 @@ ### 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 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) diff --git a/version.json b/version.json index b5a5fbf8..85703997 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.3.0", - "ReleaseDate": "2024-12-23" + "Version": "4.4.0", + "ReleaseDate": "2025-01-24" }