Skip to content
Version 0.12.0

New features:
* Added support for OpenComputers 1.8’s signal encoding changes
  (integer parameters less than 64 bits wide are now passed as integers,
  whereas in OpenComputers 1.7 they were turned into `f64`s).
* Added support for OpenComputers 1.8’s modem API changes (new data
  types are supported and costs of certain data types differ between the
  two versions).

Changes:
* OC-Wasm-related crates will be versioned in lockstep, starting from
  0.12.0. This means that equal version numbers should now be compatible
  with each other.

Fixes:
* The `screen` component’s `turn_on` and `turn_off` functions did not
  work due to an undocumented second return value from OpenComputers.
  That second return value is now properly ignored. Thanks to DCNick3
  for this fix.

Maintenance:
* Bumped `minicbor` dependency to version 0.21.
* Bumped `oc-wasm-futures` dependency to version 0.12.
* Bumped `oc-wasm-helpers` dependency to version 0.12.
* Bumped `oc-wasm-safe` dependency to version 0.12.