Skip to content

Releases: solokeys/solo2-cli

v0.2.2

17 Jan 00:19
Compare
Choose a tag to compare
  • bump lpc55 dependency, enabling flash progress callback
  • bump external dependencies

v0.2.1

11 Sep 23:51
Compare
Choose a tag to compare
  • quick hint in solo2 update when LPC 55 udev rule might be missing

v0.2.0

24 May 08:54
Compare
Choose a tag to compare
  • --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

07 Jan 18:29
Compare
Choose a tag to compare
  • Implement CTAP basics (unlocks firmware update on macOS + conservative Linux)

v0.1.0

21 Nov 16:33
Compare
Choose a tag to compare
  • 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

21 Nov 02:00
Compare
Choose a tag to compare
  • Fix the Windows 10 bug (via lpc55-host bump)
  • Fix the incorrect udev rules file
  • Fix and improve the AUR Arch Linux package (@Foxboron)
  • Completely redesign the update process (modeling Device, Firmware, etc.)
  • Re-activate OATH (via released flexiber)
  • Expose parts of Solo 2 PKI

v0.0.6

06 Nov 22:49
Compare
Choose a tag to compare

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

06 Nov 21:32
Compare
Choose a tag to compare

Added

  • Display firmware version in human-readable format
  • Start using a Changelog
  • Add CI with cargo clippy/fmt
  • Add binary releases following svenstaro/miniserve