Skip to content

Commit 480528e

Browse files
authored
Merge pull request #44 from matbgn/feat/add-custom-due-hours-settings/matbgn
Feat: Add custom due hours settings
2 parents 9147d59 + 6d62e40 commit 480528e

30 files changed

+4253
-632
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
# Changelog
22

3-
## v0.4.0 (2025-12-01)
3+
## v0.5.0 (2025-12-03)
44

55
### Features
66

7+
- **settings:** reorganize time & hours settings out of goal metrics stuff (e05f782)
8+
- **timetable:** introduce a new workspace setting to set the hours due (7e1384e)
79
- **timetable:** persist data once month is done (001a80b)
810
- **forecast:** incorporate vacation hours into projected hours and balance calculations (8b2579b)
911
- **forecast:** enhance projected hours calculation with a gliding average combining current and historical pace (3dfdf9e)
1012
- **timetable:** implement year and month selection in the forecast view (4896e55)
13+
14+
### Bug Fixes
15+
16+
- add user-specific timezone setting and refactor settings persistence with scope (a0de78c)
17+
- **timetable:** use Temporal API for consistent date string generation in time entries (b306c7a)
18+
- **data export:** add missing attributes to export and import (a40868d)
19+
- **timetable:** fix user selection on timetable entries for current user (e4e02ca)
20+
- **forecast:** restore linear progression for the projected hours (c4b8af2)
21+
- applied effective user workload settings when calculating projected hours for the current month (6774e92)
22+
23+
---
24+
25+
## v0.4.0 (2025-11-29)
26+
27+
### Features
28+
1129
- **vacations:** introduce a graph to project and report vacations usage (70368af)
1230
- **programm view:** add default plan view setting (6c85f16)
1331
- **user settings:** add a starting day param in settings for Mo VS Su (36a8d1a)
@@ -16,8 +34,6 @@
1634

1735
### Bug Fixes
1836

19-
- **forecast:** restore linear progression for the projected hours (c4b8af2)
20-
- applied effective user workload settings when calculating projected hours for the current month (6774e92)
2137
- **metrics:** correct `newCapabilitiesTime` cutoff date calculation missing seconds conversion (8902d2b)
2238
- export all user settings and enable their import for full data restoration (4f8d653)
2339
- team QoL survey index to be user-specific (99a26c1)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _check-env var:
2121
dev:
2222
@echo "--- Starting P3FO Development Environment ---"
2323
@echo "[1/2] Starting development server..."
24-
npm run dev:all
24+
pnpm run dev:all
2525

2626
# --- Version Management Tasks ---
2727
sync-versions version:

0 commit comments

Comments
 (0)