Releases: Berghmans/yk-daemon
Releases · Berghmans/yk-daemon
v0.1.2
v0.1.1
v0.1.0
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)