Skip to content

Releases: fzdarsky/boardingpass

v0.1.1

14 Mar 07:39
ce06df5

Choose a tag to compare

Changelog

  • e2d0e04 fix(app): Fix USB device discovery
  • 9cb99ea fix(svc): Fix missing SANs using USB
  • 51f59ee fix(svc): Protect provisioning route, fix activation

v0.1.0

12 Mar 08:37
bdf8a12

Choose a tag to compare

Changelog

  • d9992d7 chore(app): Design the enrollment flow
  • 484d4d8 chore(app): Fix build, update package deps
  • ca3ddd4 chore(app): add an app icon
  • 89f28b9 chore(svc): Clean up and document config.yaml
  • 32e1188 feat(app): Add button to manually add device, fix theming
  • 581c823 feat(app): Add delete device from list
  • 17bf968 feat(app): Add review and apply page
  • a20d4c6 feat(app): Better handle self-signed certs
  • cab3cfb feat(app): Do not require reauth to access details again
  • a020904 feat(app): Implement authentication screen
  • 28e81d3 feat(app): Implement cert pinning
  • a156e2b feat(app): Implement configuration application
  • aa4372b feat(app): Implement device info screen
  • 93807bd feat(app): Implement service enrollment
  • 8706c71 feat(app): Improve error handling
  • 97651b7 feat(app): Improve system info details
  • bc754fd feat(app): Initial wizard flow
  • a888621 feat(app): Lots of usability improvements
  • 5e0bf2c feat(app): Made small UI improvements
  • 1be9afe feat(app): Usability improvements
  • 2fe33f5 feat(app): Visual improvements
  • 5b501af feat(app): add auth and tests
  • 82d8aab feat(app): add core infrastructure
  • 2593cb2 feat(app): add device discovery
  • 264adfa feat(app): add spec and plan for mobile app
  • 56a9860 feat(cli): add assumeyes flag
  • d83c2e4 feat(cli): add base for CLI with auth
  • 435b3de feat(cli): add e2e tests, improve error handling
  • cc49d3a feat(cli): add remaining commands
  • e4747cf feat(cli): add spec and plan for CLI
  • 75e0f64 feat(cli): persist login host and port
  • 2ed04b7 feat(svc): Add mDNS announcements
  • f67268c feat(svc): Extend API to better support app
  • b97afab feat: Add targeted device scanning
  • b0e294b feat: Design alternative transports
  • 2fe869b feat: Improve device state management
  • 6d2c4ed feat: Support WiFi, Bluetooth, and USB transports
  • d56f5c6 feat: add device inventory endpoint
  • c677561 feat: add provisioning of configuration
  • a133ede feat: add service lifecycle management
  • 4d229f8 feat: add spec and plan for service and API
  • 31be788 feat: implement basic SRP
  • 6315cd4 feat: implement command execution
  • 713aceb feat: implement server
  • 6a581f8 feat: implement verifier
  • 0d8358e fix(app): Add missing cert pinning module
  • cc7bc93 fix(app): Add splash screen, fix various errors
  • 234c035 fix(app): Fix WiFi scanning, add missing scripts
  • a7a8c21 fix(app): Fix a permissions issue
  • b6ac9b6 fix(app): Fix failing CI tests
  • 6926bf1 fix(app): Improve table formatting
  • 638361c fix(app): Use right keyboard type of IPv4
  • 2491083 fix(app): Various UI improvements
  • 33c244c fix(app): fix a few React issues
  • e6035c0 fix(app): handle missing mDNS more gracefully
  • ae93c80 fix(cli): Fix wrong content legth and request retries
  • b21e780 fix(cli): Normalize password before auth
  • 5cce49e fix(svc): Fix Bluetooth support
  • 7091430 fix(svc): Fix config bundle handling
  • 8b97d7b fix(svc): Fix handling of USB tethering
  • 9e8447b fix(svc): Fix hostapd SELinux issue
  • 7fcf306 fix(svc): Fix more permission issues
  • 14db4c7 fix(svc): Fix permission issues on applying config
  • 97c640d fix(svc): Lookup human-friendly TPM info
  • 0c19c75 fix(svc): Resolve PCI ID to vendor
  • 826654a fix: Add expo-dev-menu patch
  • feb9c3a fix: Align package naming with conventions
  • a995089 fix: Enrollment cert for Flight Control
  • 6cd7f4b fix: Fix flaky SRP auth test
  • d2a1983 fix: Fix local development builds
  • fc67051 fix: Fix protocol encoding mismatch
  • 2e9fe28 fix: Fix workflow
  • 77fd52c fix: Insights management cannot be disabled before RHEL 10
  • b474802 fix: More robust service probing