Commit Graph

371 Commits

Author SHA1 Message Date
dependabot[bot] a79961fc99
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 05:23:50 +00:00
Fabien LOISON e827e647c5
Merge pull request #48 from wanadev/dependabot/github_actions/pypa/cibuildwheel-2.15.0
Bump pypa/cibuildwheel from 2.11.2 to 2.15.0
2023-08-28 10:45:55 +02:00
dependabot[bot] a6009440c8
Bump pypa/cibuildwheel from 2.11.2 to 2.15.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.2 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.11.2...v2.15.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 08:15:46 +00:00
Fabien LOISON e31f0b8750
Added dependabot config to update CI actions 2023-08-28 10:15:22 +02:00
Fabien LOISON 70e05003c8
Updated changelog 2023-08-28 10:14:38 +02:00
Fabien LOISON b3c49cd87c
Typo and fixed codespell config 2023-08-28 10:13:12 +02:00
Fabien LOISON 494a5fba72
Refacto: better type check, and removed Python 2.7 specific code 2023-08-28 10:12:46 +02:00
Fabien LOISON de66166f1c
Update winbuild workflow to use Python 3.11 2022-10-29 13:47:30 +02:00
Fabien LOISON fb2e982439
Fix memo 2022-10-29 13:40:04 +02:00
Fabien LOISON 2e4ad6d761
v1.2.2 2022-10-29 13:37:12 +02:00
Fabien LOISON d40912f4f4
Update release memo 2022-10-29 13:30:23 +02:00
Fabien LOISON 4f53834d06
Add a release memo 2022-10-29 13:29:04 +02:00
Fabien LOISON a60a6e1c65
Update CI workflows, add Python 3.11 support 2022-10-29 13:25:09 +02:00
Fabien LOISON da78f2f0ba
Add urls in setup.py 2022-10-29 13:20:52 +02:00
Fabien LOISON 30db97d426
CI: update actions 2022-10-18 11:38:55 +02:00
Fabien LOISON bb67915657
Update Changelog 2022-10-18 10:02:25 +02:00
Fabien LOISON 48fafc3226
Merge pull request #45 from kianmeng/fix-typos-and-add-nox-session
Fix typos and add codespell to nox
2022-10-18 10:00:03 +02:00
Kian-Meng Ang 1986a95063 Fix typos and add codespell to nox 2022-10-18 00:29:42 +08:00
Fabien LOISON 26635f0bd3
Update the code to not use deprecated constants on newer Pillow versions 2022-10-12 14:33:20 +02:00
Fabien LOISON 5818d7a984
v1.2.1 2022-06-27 17:38:38 +02:00
Fabien LOISON 300c53aff0
v1.2.0 2022-06-27 11:49:55 +02:00
Fabien LOISON 4dfbbf0bbc
Update dependencies 2022-06-27 11:49:05 +02:00
Fabien LOISON ff3c7f928f
Update readme 2022-06-27 11:39:22 +02:00
Fabien LOISON 3926b93e78
Use cibuildweel to build wheels 2022-06-27 11:39:04 +02:00
Fabien LOISON aef83d560b
Merge pull request #40 from wanadev/imagequant
Add color quantization options using libimagequant
2022-05-13 09:02:50 +02:00
Fabien LOISON 09147d9504
Update changelog 2022-05-12 17:04:40 +02:00
Fabien LOISON aaa6e5f1a1
Color quantization: Python documentation 2022-05-12 17:02:07 +02:00
Fabien LOISON 088017fe3e
Color quantization: CLI documentation 2022-05-12 15:50:52 +02:00
Fabien LOISON 4ed2de94c9
Image quantization implemented 2022-05-12 11:32:02 +02:00
Fabien LOISON 11637672e0
Add CLI options for image quantization 2022-05-11 16:57:00 +02:00
Fabien LOISON 9897107a66
Add options for quantization 2022-05-11 16:29:09 +02:00
Fabien LOISON 83f0edad70
Add imagequant>=1.0.2 dependency 2022-05-11 16:29:08 +02:00
Fabien LOISON aa5c2221be
Fix: YOGA Image: output file is not properly closed is some situations 2022-05-09 17:21:01 +02:00
Fabien LOISON 67c2aff568
v1.1.2 2021-10-15 10:00:48 +02:00
Fabien LOISON 52aad6e739
Add flag to CFFI builder to fix MacOS build 2021-10-15 09:57:52 +02:00
Fabien LOISON 1f8e63813e
v1.1.1 2021-10-14 16:02:39 +02:00
Fabien LOISON b690fb1b30
Add Python 3.10 support 2021-10-14 15:51:31 +02:00
Fabien LOISON 8cd77aee9a
JPEG: ignore invalid values for the the orientation tag (closes #38) 2021-10-04 15:42:28 +02:00
Fabien LOISON ac370d1b84
Use setuptools instead of distutils to manage the ext build (distutils will be deprecated in Python 3.10 and removed in Python 3.12) 2021-08-31 17:02:18 +02:00
Fabien LOISON 526657b311
Remove duplicate entry in the changelog 2021-08-27 14:31:09 +02:00
Fabien LOISON 1ed3a44570
v1.1.0 2021-08-27 14:01:56 +02:00
Fabien LOISON d3129ebe29
Update urllib3 (CVE-2021-33503) 2021-08-27 11:44:00 +02:00
Fabien LOISON 3a31472120
CLI: Add a --version option to display the YOGA's version 2021-08-27 11:35:39 +02:00
Fabien LOISON 0fb70bdc3a
Merge branch 'mozjpeg-progressive-jpeg' 2021-08-09 14:30:24 +02:00
Fabien LOISON 38b24e8b99
Update changelog 2021-08-09 14:30:13 +02:00
Fabien LOISON b405802d73
Add mozjpeg-lossless-optimization 2021-08-09 10:58:11 +02:00
Fabien LOISON 99c1a45360
Fix a typo in the doc 2021-08-04 16:17:48 +02:00
Fabien LOISON ce5e6102f2
Fix lsriff help/usage 2021-07-02 16:19:58 +02:00
Fabien LOISON 0cd6721436
Remove obsolete Python 2.7 code 2021-07-02 16:19:33 +02:00
Fabien LOISON ba7d209a8d
Merge branch 'improve-png-optimization' 2021-07-02 16:14:26 +02:00