Releases: GoosiferIO/ztalib
Releases · GoosiferIO/ztalib
Release list
v0.10.2
What's Changed
- [Build] Bump
cibuildwheelto v3.4.1 by @GoosiferIO in #65 - [Chore] Bump version of library to 0.10.2 in build instructions by @GoosiferIO in #66
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- [Build] Add additional CPython build steps and add fallback mechanism in case version not found by @GoosiferIO in #63
- [Fix] LICENSE was missing from new build instructions by @GoosiferIO in #64
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- [Fix] Background frame was skipped on buffer creation by @GoosiferIO in #60
- [Feature] Support shadow graphic read/write by @GoosiferIO in #61
Full Changelog: v0.9.0...v0.10.0
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
v0.8.1
Highlights
- CMake build infrastructure
- Refactoring of codebase into decoupled header files (away from single source file)
- Addition of documentation in repo and deployed here: https://ztalib.goosifer.io/
- Implementation of Python bindings
- PyPi CI/CD workflow integration