• Joined on 2025-09-23
kfickel deleted branch 63_smoother-todo-editing from kfickel/streamd 2026-04-02 18:45:25 +02:00
kfickel merged pull request kfickel/streamd#73 2026-04-02 18:45:24 +02:00
63_smoother-todo-editing
kfickel pushed to 63_smoother-todo-editing at kfickel/streamd 2026-04-02 18:37:04 +02:00
aa8f83e321 fix: replace vec! with array to satisfy clippy useless_vec lint
kfickel created pull request kfickel/streamd#73 2026-04-02 18:31:48 +02:00
63_smoother-todo-editing
kfickel closed issue kfickel/streamd#72 2026-04-02 18:30:42 +02:00
feat(todo): add numbered tasks, edit, done, and future filtering
kfickel opened issue kfickel/streamd#72 2026-04-02 18:30:36 +02:00
feat(todo): add numbered tasks, edit, done, and future filtering
kfickel created branch 63_smoother-todo-editing in kfickel/streamd 2026-04-02 18:29:19 +02:00
kfickel pushed to 63_smoother-todo-editing at kfickel/streamd 2026-04-02 18:29:19 +02:00
926a239d7e docs: add todo edit/done and --show-future documentation
e05e9cfd90 test(todo): add comprehensive unit tests for todo features
124a5b7e2a feat(todo): add numbered tasks, edit, done, and future filtering
Compare 3 commits »
kfickel pushed to main at kfickel/streamd 2026-04-02 18:18:58 +02:00
a8c41ec833 refactor: use chrono for month names
kfickel deleted branch 29_timesheet-management from kfickel/streamd 2026-04-02 18:17:39 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-02 18:17:39 +02:00
d11a35c157 refactor(timesheet): use repeat() for separator lines and sort points before grouping
b51fb511ac fix(timesheet): display zero hours as positive instead of negative zero
7bee32886f feat(timesheet): sort months ascending so newest is at bottom
070a47e241 docs: add timesheet management documentation
ca43106486 feat(timesheet): add formatted report output to CLI
Compare 9 commits »
kfickel merged pull request kfickel/streamd#64 2026-04-02 18:17:37 +02:00
29_timesheet-management
kfickel pushed to 29_timesheet-management at kfickel/streamd 2026-04-02 17:10:20 +02:00
d11a35c157 refactor(timesheet): use repeat() for separator lines and sort points before grouping
b51fb511ac fix(timesheet): display zero hours as positive instead of negative zero
7bee32886f feat(timesheet): sort months ascending so newest is at bottom
070a47e241 docs: add timesheet management documentation
ca43106486 feat(timesheet): add formatted report output to CLI
Compare 15 commits »
kfickel deleted branch renovate/directories-6.x from kfickel/streamd 2026-04-02 16:19:36 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-02 16:19:36 +02:00
38597e9fbb fix(deps): update rust crate directories to v6
kfickel merged pull request kfickel/streamd#69 2026-04-02 16:19:34 +02:00
fix(deps): update rust crate directories to v6
kfickel deleted branch renovate/toml-1.x from kfickel/streamd 2026-04-02 16:19:13 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-02 16:19:13 +02:00
55d55ffb25 fix(deps): update rust crate toml to v1
kfickel merged pull request kfickel/streamd#70 2026-04-02 16:19:12 +02:00
fix(deps): update rust crate toml to v1
kfickel commented on issue kfickel/streamd#29 2026-03-29 22:11:44 +02:00
Timesheet Mangement

Implementation Complete

Branch 29_timesheet-management has been pushed with the following commits:

  1. 86433ca - feat(timesheet): add configuration model with period validation 2.…