You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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