• Joined on 2025-09-23
kfickel merged pull request kfickel/streamd#86 2026-04-13 19:53:30 +02:00
chore(deps): lock file maintenance
kfickel pushed to 80_windows-build-support at kfickel/streamd 2026-04-13 19:53:16 +02:00
3745b88730 feat: add Windows cross-compilation and release artifacts
a5d143758a fix: cross-platform compatibility for Windows support
693ffbc764 chore: release 0.2.3
ee96033639 refactor: remove duplicate code
Compare 4 commits »
kfickel pushed to main at kfickel/streamd 2026-04-13 19:53:08 +02:00
693ffbc764 chore: release 0.2.3
kfickel pushed to main at kfickel/streamd 2026-04-13 19:49:57 +02:00
ee96033639 refactor: remove duplicate code
kfickel pushed to renovate/lock-file-maintenance at kfickel/streamd 2026-04-13 19:38:25 +02:00
7f1a1afaf7 chore(deps): lock file maintenance
b8a73bfb3e docs: document file_type prefix convention and streamd daily command
bf700a15af feat: add streamd daily command
b653590c36 feat(localize): extract file_type from filename prefix
e15e6f1053 fix: broken tasks extraction
Compare 5 commits »
kfickel pushed to 80_windows-build-support at kfickel/streamd 2026-04-13 19:38:16 +02:00
aa1fbbc4b8 feat: add Windows cross-compilation and release artifacts
822d9194ae fix: cross-platform compatibility for Windows support
b8a73bfb3e docs: document file_type prefix convention and streamd daily command
bf700a15af feat: add streamd daily command
b653590c36 feat(localize): extract file_type from filename prefix
Compare 6 commits »
kfickel deleted branch 87_add-streamd-daily from kfickel/streamd 2026-04-13 19:38:07 +02:00
kfickel closed issue kfickel/streamd#87 2026-04-13 19:38:06 +02:00
Add streamd daily.
kfickel pushed to main at kfickel/streamd 2026-04-13 19:38:06 +02:00
b8a73bfb3e docs: document file_type prefix convention and streamd daily command
bf700a15af feat: add streamd daily command
b653590c36 feat(localize): extract file_type from filename prefix
Compare 3 commits »
kfickel merged pull request kfickel/streamd#88 2026-04-13 19:38:06 +02:00
feat: add `streamd daily` command and file_type dimension
kfickel commented on issue kfickel/streamd#87 2026-04-13 19:33:48 +02:00
Add streamd daily.

Implementation Summary

Implemented in PR #88.

Duration: ~25 minutes
Tokens: ~50k (estimate based on session length)

What was done

  1. file_type extraction — Added…
kfickel created pull request kfickel/streamd#88 2026-04-13 19:33:37 +02:00
feat: add streamd daily command and file_type dimension
kfickel pushed to 87_add-streamd-daily at kfickel/streamd 2026-04-13 19:33:25 +02:00
b8a73bfb3e docs: document file_type prefix convention and streamd daily command
bf700a15af feat: add streamd daily command
b653590c36 feat(localize): extract file_type from filename prefix
Compare 3 commits »
kfickel created branch 87_add-streamd-daily in kfickel/streamd 2026-04-13 19:33:25 +02:00
kfickel pushed to main at kfickel/streamd 2026-04-13 19:26:36 +02:00
e15e6f1053 fix: broken tasks extraction
kfickel commented on issue kfickel/streamd#87 2026-04-13 19:13:07 +02:00
Add streamd daily.

Updated Implementation Plan

Change from previous plan: timezone already exists in RepositoryConfig (in src/timesheet/config.rs), loaded from .streamd.toml via `load_repository_con…

kfickel opened issue kfickel/streamd#87 2026-04-13 19:02:06 +02:00
Add streamd daily.
kfickel pushed to 80_windows-build-support at kfickel/streamd 2026-04-13 18:56:23 +02:00
ca2ebd5949 feat: add Windows cross-compilation and release artifacts
4ded06748b fix: cross-platform compatibility for Windows support
10f4ae282a chore(deps): update rust crate clap_complete to v4.6.1
c2b4fb5160 chore(deps): update rust crate indexmap to v2.14.0
Compare 4 commits »
kfickel commented on issue kfickel/streamd#80 2026-04-07 14:23:23 +02:00
Add Windows build support and release artifacts

Implementation Summary

PR: #83 Duration: ~15 minutes Tokens used: ~18k input / ~3k output

Findings

  • The implementation plan was accurate and complete. All changes landed as…
kfickel created pull request kfickel/streamd#83 2026-04-07 14:22:57 +02:00
feat: add Windows build support and release artifacts