Skip to content

Releases: GoosiferIO/ztalib

v0.10.2

Choose a tag to compare

@GoosiferIO GoosiferIO released this 30 Apr 11:24
0620830

What's Changed

  • [Build] Bump cibuildwheel to 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

Choose a tag to compare

@GoosiferIO GoosiferIO released this 30 Apr 05:40
96c3e45

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

Choose a tag to compare

@GoosiferIO GoosiferIO released this 27 Apr 04:51
fa33f7a

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

Choose a tag to compare

@GoosiferIO GoosiferIO released this 26 Apr 15:25
52ec082

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

Choose a tag to compare

@GoosiferIO GoosiferIO released this 26 Apr 09:36
e0dbbcd

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