Skip to content

Releases: worldcoin/orb-software

orb-fleet-cmdr/v0.0.0-beta.0+LL

17 Mar 23:42
69e8534
Compare
Choose a tag to compare
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

13 Mar 14:24
1e4c3a9
Compare
Choose a tag to compare
fix(mcu-util): relative control of gimbal to allow negative numbers (…

orb-ui/v0.0.3-beta.13+LL

11 Mar 11:50
8effc0a
Compare
Choose a tag to compare
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

11 Mar 06:03
8effc0a
Compare
Choose a tag to compare
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

10 Mar 08:46
e6d16f4
Compare
Choose a tag to compare
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

06 Mar 05:58
e77e45f
Compare
Choose a tag to compare
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

28 Jan 12:23
9a58dd1
Compare
Choose a tag to compare
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

24 Jan 08:16
d61e38e
Compare
Choose a tag to compare
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

07 Jan 09:25
71e9a34
Compare
Choose a tag to compare
fix(device-unique): Do not change core-app registration query (#347)

orb-update-agent/v6.0.2-beta.0+LL

20 Dec 00:49
9001e2b
Compare
Choose a tag to compare
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