Releases: wtetzner/waterbear
Releases · wtetzner/waterbear
v0.22.0: Version 0.22.0
- Fix VMS filename writing in the 'vmi' command.
- Improve error message around including sprites that are too large.
- Add a 'header' property to the '.include sprite' directive, allowing it to omit the header.
- Fix up path handling. This has been broken for a while, so it still supports falling back to the wrong file path with a warning.
v0.21.0: Version 0.21.0
- Update dependencies.
- Return a proper error when failing to load an image, instead of panicking.
- Allow two different macro definitions to have the same name as long as the arity differs.
v0.19.0: Version 0.19.0
* Add .include sprite directive * Support different modes in disassemble * Include decoded ASCII comments in disassembly
v0.18.0: Version 0.18.0
Changelist: * Add support for `.text` directive * Add support for `.string` directive * Add support for the `icon` variant of the `.include` directive