Skip to content

v0.3.0

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 04 Aug 13:27
09a8bd4
  • (breaking) genie: Raise minimum language version requirement to Rust 1.34, for the TryFrom trait.
  • (breaking) scx: Add descriptive error types.
  • (breaking) cpx: Add descriptive error types.
  • (breaking) drs: Add descriptive error types.
  • (breaking) hki: Add non-destructive update functions for binding hotkeys. (@twestura in #3)
  • (breaking) lang: Overhaul APIs. (@twestura in #3)
  • (breaking) pal: Replace chariot_palette with custom jascpal crate, adding support for writing palette files.
  • drs: Add a DRS file writer.
  • cpx: Detect and convert non-UTF8 encodings.
  • drs: find resources faster using binary search. (#6)