Releases: worldcoin/orb-software
Releases · worldcoin/orb-software
orb-fleet-cmdr/v0.0.0-beta.0+LL
feat(fleet-cmdr): FM-402-orbsoft-fleet-cmdr-v000 (#418) FM-402-orbsoft-fleet-cmdr-v000
orb-mcu-util/v0.7.3-beta.2+LL
fix(mcu-util): relative control of gimbal to allow negative numbers (…
orb-ui/v0.0.3-beta.13+LL
feat(ui): white during idle / user scanning (self-serve) (#401) * feat(ui): white breathe for user qr scan instead of spinner. breathe with 4-second period. 6 second once scanned, when waiting for user to trigger signup on app * feat(ui): wave with minimum brightness ensure leds are always on * feat(ui): diamond: solid white don't use waves on waiting user qr * make biometric-capture slider white * operator-qr-scan ring-led same as user-qr-scan * change min..max white color for wave * remove sound from user-qr-code backend validation * change min..max intensities * blink twice after bc success & stay blank * Ignore deny --------- Co-authored-by: Panagiotis Karelis <panagiotis.karelis@toolsforhumanity.com> Co-authored-by: Anastasios Andronidis <anastasios.andronidis@toolsforhumanity.com>
orb-ui/v0.0.3-beta.12+LL
feat(ui): white during idle / user scanning (self-serve) (#401) * feat(ui): white breathe for user qr scan instead of spinner. breathe with 4-second period. 6 second once scanned, when waiting for user to trigger signup on app * feat(ui): wave with minimum brightness ensure leds are always on * feat(ui): diamond: solid white don't use waves on waiting user qr * make biometric-capture slider white * operator-qr-scan ring-led same as user-qr-scan * change min..max white color for wave * remove sound from user-qr-code backend validation * change min..max intensities * blink twice after bc success & stay blank * Ignore deny --------- Co-authored-by: Panagiotis Karelis <panagiotis.karelis@toolsforhumanity.com> Co-authored-by: Anastasios Andronidis <anastasios.andronidis@toolsforhumanity.com>
orb-mcu-util/v0.7.3-beta.1+LL
feat(fleet-cmdr): FM-191-fleet-cmdr-check-my-orb (#398) FM-191-fleet-cmdr-check-my-orb
orb-ui/v0.0.3-beta.11+LL
feat(ui): change qr-scan animation & color (#399) * change qr-scan animation & color * Namespace new color for pearl as a dedicated scheme --------- Co-authored-by: Anastasios Andronidis <anastasios.andronidis@toolsforhumanity.com>
orb-update-agent/v6.0.2-beta.2+LL
feat(update-agent): publishing update-agent progress to dbus (#349) * feat(update-agent): publishing update-agent progress to dbus * adding detailed reporting * ryan review 1 * review vol 2 * missing signal * Working Signals * review vol 3 --------- Co-authored-by: Ryan Butler <thebutlah@gmail.com>
orb-update-agent/v6.0.2-beta.1+LL
test(test-utils): test-utils pkg (#352) * test(test-utils): test-utils pkg * chore(test-utils): remove set dbus env var from dbus container * chore(test-utils): oy m8 u got a loicense for that cr8?
orb-hil/v0.0.0-beta.5+LL
fix(device-unique): Do not change core-app registration query (#347)
orb-update-agent/v6.0.2-beta.0+LL
feat(ci): add support for build-time flavors in Cargo.toml (#333) * implement flavors for rust crates using cargo metadata * add orb-update-agent to software components in CI * also enforce lowercase and non-default flavor names * address pr feedback