We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf7975 commit ddb975fCopy full SHA for ddb975f
1 file changed
CHANGELOG.md
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.3.1] - 2026-03-06
9
+
10
+### Changed
11
12
+- `cumulate-daily-worklogs` tool now filters entries by `notes === "Manual entry"` only
13
+- Booking proposals now correctly use only manually tracked entries, ignoring auto-tracked session entries
14
15
+### Removed
16
17
+- Obsolete `sync-worklogs` command (functionality replaced by `booking-proposal`)
18
19
+### Fixed
20
21
+- Replace real email addresses with `j.doe@example.com` in documentation examples
22
23
## [1.3.0] - 2026-03-05
24
25
### Added
0 commit comments