Skip to content

Releases: worldcoin/orb-software

orb-attest/v0.2.9-beta.1+LL

19 Jul 15:51
461438a
Compare
Choose a tag to compare
attest: fix missing backtrace (#161)

fix missing backtrace in orb-attest

orb-attest/v0.2.9-beta.0+LL

18 Jul 14:16
6e14053
Compare
Choose a tag to compare
attest: switch to orb-security-utils (#159)

orb-ui/v0.0.2-beta.0+LL

03 Jul 16:21
531c988
Compare
Choose a tag to compare
fix cargo lock (#150)

orb-mcu-util/v0.7.2-beta.0+LL

03 Jul 16:22
531c988
Compare
Choose a tag to compare
fix cargo lock (#150)

orb-mcu-util/v0.7.1-beta.1+LL

17 Jun 20:37
c60d813
Compare
Choose a tag to compare
mcu-util: add colors (#138)

orb-mcu-util/v0.7.1-beta.0+LL

17 Jun 19:23
7b31302
Compare
Choose a tag to compare
orb-mcu-util: don't fail on building boards object (#136)

* orb-mcu-util: don't fail on building boards object

heartbeat is sent to check that mcu is alive
but if it's not, don't fail because the command
might be targeted to the other MCU

* orb-mcu-util: error trace

prettify

* address comments

---------

Co-authored-by: Ryan Butler <thebutlah@gmail.com>

orb-ui/v0.0.1-beta.9+LL

13 Jun 12:00
95dd9db
Compare
Choose a tag to compare
mcu-util: explicitly join on task handles (#125)

* mcu-interface: fix blocking, add kill for can_rx task, fix ack

* mcu-interface: use unbounded channel

* mcu-interface: introduce explicit task join handle

* fix typo

* switch info to debug

* mcu-util: kill tasks before joining

* improve task joining

orb-mcu-util/v0.7.0-beta.0+LL

04 Jun 13:34
893130b
Compare
Choose a tag to compare
mcu-util: pull out messaging module into a crate (#115)

* mcu-util: pull out messaging module into a crate

* rename to orb-mcu-interface

orb-ui/v0.0.1-beta.8+KK

30 Apr 19:02
613254f
Compare
Choose a tag to compare
orb-ui: remove logging of each UI event (#84)

* orb-ui: remove logging of each UI event

too loud in the logs

* fix security advisory

---------

Co-authored-by: Ryan Butler <thebutlah@gmail.com>

orb-ui/v0.0.1-beta.7+KK

18 Apr 18:00
4f1805c
Compare
Choose a tag to compare
fix Event::SoftwareVersionBlocked (#81)