v4.6
In this release:
- XMake support. The project now includes the required lua file to make it an official xmake package. Thanks @darcy-shen for his contribution.
- Bundled Tiff library upgrade. Bundled tiff lib is upgraded to 4.6 (matching hummus version is unintentional haha). This might break your code if you have been using the bundled tiff code directly, which good chances you didn't and so nothing to worry about. I hope the upgrade process is not going to be too difficult. In the project it was just a matter of few type updates. The upgrade happened as part of the discussion in #226 to avoid a future deprecation of the basic types used in libtiff. Hope its not gonna inconvenience you.
What's Changed
- Add xmake build definition and enable ci by @darcy-shen in #228
- feat: upgrade bundled libtiff to 4.6 by @galkahana in #227
New Contributors
- @darcy-shen made their first contribution in #228
Full Changelog: v4.5.12...v4.6