v0.9.0
Highlights
What's Changed
- [Feature] Update documentation with new PyPi installation instructions by @GoosiferIO in #57
- [Feature] Support for ZT1 graphic export by @GoosiferIO in #58
Users can now save ZT1 graphic files after load:
void save(std::string fileName,
std::string projectRoot,
std::string palettePath
);https://ztalib.goosifer.io/reference/ztaf/#meth-save
Full Changelog: v0.8.1...v0.9.0