Releases: Isotr0py/pillow-jpegxl-plugin
Releases · Isotr0py/pillow-jpegxl-plugin
v1.3.7
What's Changed
- 🔧 (CI): Update deprecated macos13 runner to macos15-intel by @Isotr0py in #137
- ️👷 (deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #134
- ️👷 (deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #133
- 🔧 (CI): Clean windows-arm release CI by @Isotr0py in #138
- Revert "Fix missing cmake in build-system" by @Isotr0py in #136
- ⬆️ (cargo): bump plugin version to 1.3.7 by @Isotr0py in #139
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- ️👷 (deps): Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #123
- ️👷 (deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #125
- (Plugin): Implement float 16 decode by @wsulais in #126
- ️👷 (deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #129
- 🔧 (CI): Add pre-commit to CI for code formatting by @Isotr0py in #128
- ️👷 (deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #130
- 🐍 (Plugin): Add plugin decoding test for FP16 images by @Isotr0py in #127
- ⬆️ (deps): Update pyo3 requirement from 0.26.0 to 0.27.1 by @dependabot[bot] in #124
- 🦀 (Rust): Implement JXLBox parsing with Rust by @Isotr0py in #120
- 📜 (metadata): Update license view on pypi by @Isotr0py in #131
- ⬆️ (cargo): bump plugin version to 1.3.6 by @Isotr0py in #132
New Contributors
Full Changelog: v1.3.5...v1.3.6
v1.3.5rc0
What's Changed
- ️👷 (deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #112
- ️👷 (deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #113
- ️👷 (deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #115
- ️👷 (deps): Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #116
- ⬆️ (deps): Update pyo3 requirement from 0.25.1 to 0.26.0 by @dependabot[bot] in #114
- Fix missing cmake in build-system by @Isotr0py in #118
⚠️ (CI): Deprecate cp3.9 and add cp3.14 and pypy3.11 to release CI by @Isotr0py in #119- ⬆️ (cargo): bump plugin version to 1.3.5 by @Isotr0py in #121
Full Changelog: v1.3.4...v1.3.5rc0
v1.3.5
What's Changed
- ️👷 (deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #112
- ️👷 (deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #113
- ️👷 (deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #115
- ️👷 (deps): Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #116
- ⬆️ (deps): Update pyo3 requirement from 0.25.1 to 0.26.0 by @dependabot[bot] in #114
- Fix missing cmake in build-system by @Isotr0py in #118
⚠️ (CI): Deprecate cp3.9 and add cp3.14 and pypy3.11 to release CI by @Isotr0py in #119- ⬆️ (cargo): bump plugin version to 1.3.5 by @Isotr0py in #121
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- 🔧 (CI): Fix missing win-arm release and optimize test CI by @Isotr0py in #105
- ⬆️ (deps): Update pyo3 requirement from 0.24.0 to 0.25.1 by @dependabot in #107
- 🔧 (CI): Enable benchmark CI on linux and windows by @Isotr0py in #109
- 🔧 (CI): Switch to dynamic linking for windows x64 release CI by @Isotr0py in #110
- ⬆️ (cargo): bump plugin version to 1.3.4 by @Isotr0py in #111
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- ⬆️ (deps): Update pyo3 requirement from 0.23.3 to 0.24.0 by @dependabot in #96
- 📜 Clarify license about test images by @Isotr0py in #98
- 🔧 (CI): Add manylinux and windows aarch64 workflow to release CI by @Isotr0py in #101
- Add exif reading support by @Disty0 in #103
- ⬆️ (cargo): bump plugin version to 1.3.3 by @Isotr0py in #104
New Contributors
Full Changelog: v1.3.2...v1.3.3
win-arm-dev
What's Changed
Full Changelog: v1.3.3...win-arm-dev
aarch64-dev
What's Changed
- ⬆️ (deps): Update pyo3 requirement from 0.23.3 to 0.24.0 by @dependabot in #96
- 📜 Clarify license about test images by @Isotr0py in #98
- 🔧 (CI): Add manylinux and windows aarch64 workflow to release CI by @Isotr0py in #101
Full Changelog: v1.3.2...aarch64-dev
v1.3.2
v1.3.1
What's Changed
- ️👷 (deps): Bump docker/setup-qemu-action from 1 to 3 by @dependabot in #85
- 🦀 (Rust): Expose metadata compress and disable metadata compress by default by @Isotr0py in #87
- 🔧 (CI): Update EOL Macos x86_64 runner to macos-13 by @Isotr0py in #90
- ️👷 (deps): Bump actions/attest-build-provenance from 1 to 2 by @dependabot in #88
- ⬆️ (deps): Bump PyO3 version to 0.23.3 by @Isotr0py in #91
- ⬆️ (cargo): Bump jpegxl-rs version to 0.11.2 and plugin version to 1.3.1 by @Isotr0py in #92
Full Changelog: v1.3.0...v1.3.1