Skip to content

Commit 5ea5557

Browse files
titouanmathisclaude
andcommitted
Prepare CHANGELOG for 0.10.4 release
Co-authored-by: Claude <claude@anthropic.com>
1 parent 7f4014b commit 5ea5557

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.4] - 2026-02-22
9+
10+
### Fixed
11+
12+
- **Core**: Fix `person_id: "me"` resolution — resolver now substitutes `"me"` with current userId for person-type filters instead of searching API for people named "me" ([7f4014b], [#120], [#118])
13+
- **Core**: Fix `weekly_standup` showing "Unknown Project" for time entries — add `include: ["project"]` to time entries fetch and merge included resources ([7f4014b], [#120], [#119])
14+
- **API**: Add `include` parameter support to `getTimeEntries()` client method ([7f4014b], [#120])
15+
16+
[0.10.4]: https://github.com/studiometa/productive-tools/compare/0.10.3...0.10.4
17+
[7f4014b]: https://github.com/studiometa/productive-tools/commit/7f4014b
18+
[#118]: https://github.com/studiometa/productive-tools/issues/118
19+
[#119]: https://github.com/studiometa/productive-tools/issues/119
20+
[#120]: https://github.com/studiometa/productive-tools/pull/120
21+
822
## [0.10.3] - 2026-02-22
923

1024
### Added

0 commit comments

Comments
 (0)