Releases: solokeys/solo2-cli
Releases · solokeys/solo2-cli
v0.2.2
v0.2.1
- quick hint in
solo2 update
when LPC 55 udev rule might be missing
v0.2.0
--dry-run
flag for updating- winking
- readout factory settings lock status (if admin app supports it)
--all
flag for apps (likely not consistently working yet)- "boot-to-bootrom" renamed to "maintenance"
- pull device Trussed certificates from web
- don't attempt firmware rollbacks
- timeout if owner is not present for firmware update
--verbose
flag to configure log level instead of env variable- fix for multiple smartcard readers (@borgoat)
v0.1.1
- Implement CTAP basics (unlocks firmware update on macOS + conservative Linux)
v0.1.0
- Give the owner a chance to tap device during update
- Bump to version 0.1 so we can distinguish patch and breaking release in the future
v0.0.7
v0.0.6
Changed
- No more async - we're not a high throughput webserver
- Nicer user dialogs (dialoguer/indicatif)
- Model devices modes (bootloader/card)
- Add udev rules
v0.0.5
Added
- Display firmware version in human-readable format
- Start using a Changelog
- Add CI with cargo clippy/fmt
- Add binary releases following svenstaro/miniserve