• Joined on 2025-09-23
kfickel pushed to 80_windows-build-support at kfickel/streamd 2026-04-07 14:22:42 +02:00
dbc68da5c9 feat: add Windows cross-compilation and release artifacts
9d9330d6bc fix: cross-platform compatibility for Windows support
Compare 2 commits »
kfickel created branch 80_windows-build-support in kfickel/streamd 2026-04-07 14:22:41 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-07 13:43:59 +02:00
e562af0dc3 fix: clippy warnings
kfickel pushed to main at kfickel/streamd 2026-04-07 13:27:00 +02:00
5dca68037d chore: fix timezone handling
e8dc2013bc chore: make datetime pure
Compare 2 commits »
kfickel pushed to main at kfickel/streamd 2026-04-07 09:57:35 +02:00
2ab2b6a52b ci: bump to 0.2.2
22ada87de6 feat(timesheet): make hour-output default, decimal with two decimals
7f4d3bb147 ci: remove cargo-audito from pre-commit-hooks
Compare 3 commits »
kfickel deleted tag v0.2.1 from kfickel/streamd 2026-04-07 08:47:56 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-07 08:47:42 +02:00
60fac418f8 fix: forgot to bump lock-file
kfickel pushed to main at kfickel/streamd 2026-04-07 08:42:51 +02:00
b322c0307d chore: bump version to 0.2.1
0533c7777a feat: add timesheet debug
Compare 2 commits »
kfickel pushed to main at kfickel/streamd 2026-04-07 08:28:56 +02:00
d614d678af chore: switch from h-float to min-int in timesheet
a79111c650 ci: add cargo audit
Compare 2 commits »
kfickel deleted branch 79_timesheet-use-minutes-flag from kfickel/streamd 2026-04-07 08:13:23 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-07 08:13:23 +02:00
a9acd34801 ci: fix release-pipeline running on feature-branches
9563ff4d93 feat: bump to 0.2.0
42d9ecd3d9 feat: add --minutes flag to timesheet command
Compare 3 commits »
kfickel merged pull request kfickel/streamd#82 2026-04-07 08:13:21 +02:00
feat: add --minutes flag to timesheet command (#79)
kfickel closed issue kfickel/streamd#79 2026-04-07 08:13:21 +02:00
streamd timesheet report --use-minutes
kfickel pushed to 79_timesheet-use-minutes-flag at kfickel/streamd 2026-04-07 08:09:54 +02:00
a9acd34801 ci: fix release-pipeline running on feature-branches
kfickel deleted tag v0.2.0 from kfickel/streamd 2026-04-07 08:08:31 +02:00
kfickel pushed to 79_timesheet-use-minutes-flag at kfickel/streamd 2026-04-07 08:07:07 +02:00
9563ff4d93 feat: bump to 0.2.0
kfickel pushed to 79_timesheet-use-minutes-flag at kfickel/streamd 2026-04-07 07:59:56 +02:00
b9954d2157 feat: bump to 0.2.0
kfickel commented on issue kfickel/streamd#79 2026-04-07 07:58:11 +02:00
streamd timesheet report --use-minutes

Implementation Summary

PR: #82 Time taken: ~10 minutes Tokens used: ~15k

What was done

Implemented the -m/--minutes flag exactly as planned. The changes were straightforwa…

kfickel created pull request kfickel/streamd#82 2026-04-07 07:58:00 +02:00
feat: add --minutes flag to timesheet command (#79)
kfickel created branch 79_timesheet-use-minutes-flag in kfickel/streamd 2026-04-07 07:57:35 +02:00