Skip to content

Releases: Berghmans/yk-daemon

v0.1.2

31 Oct 10:03
7fe57d2

Choose a tag to compare

0.1.2 (2025-10-31)

Bug Fixes

  • ensure consistent config file loading across all entry points (#29) (7e7e357), closes #28

v0.1.1

30 Oct 17:51
7426733

Choose a tag to compare

0.1.1 (2025-10-30)

Bug Fixes

  • implement flexible account name matching for AWS ARN prefixes (#26) (41a5d39)

v0.1.0

18 Oct 10:06
eae116c

Choose a tag to compare

0.1.0 (2025-10-18)

Features

  • add GitHub Actions CI/CD workflows and release automation (#12) (2eba98b)
  • add WSL client examples with bash script using curl and netcat (#20) (55449aa)
  • implement configuration management module (#15) (0e7fa0a), closes #4
  • implement main daemon entry point with orchestration (#19) (366d17a)
  • implement REST API server (#16) (9362500)
  • implement TCP socket server for low-latency TOTP requests (#18) (d31e8f9), closes #6
  • implement Windows notifications (#17) (9cca668)
  • implement Windows service wrapper (#21) (e968ae1)
  • implement YubiKey OATH-TOTP integration (#14) (0013078)
  • setup Poetry configuration and project structure (f4418c5)
  • setup Poetry configuration and project structure (3e928fe), closes #2
  • use GitHub App token for release-please workflow (1b146e4)

Bug Fixes

  • update default ports from 5000/5001 to 5100/5101 (#23) (7229e9f), closes #22
  • update release-please to correct action and remove invalid parameter (46ee50d)

Documentation

  • add initial project documentation (e6bec70)