File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 22Changelog
33---------
44
5- master
6- ~~~~~~
5+ 5.0.0
6+ ~~~~~
77
881) [FEATURE] Support for executorsDefault and providersDefault.
992) [TASK][BREAKING] Remove executor.enabled option.
@@ -12,11 +12,16 @@ master
12125) [TASK] Add support for TYPO3 7.6 and PHP 5.6.
13136) [FEATURE] Add .env files for unit test passwords for remote executors.
14147) [FEATURE] Add type for providers and config override by type.
15- 8) [FEATURE] Add new way to decide what images should be optimized: mix of provider type and regexp on
16- filepath and filename.
15+ 8) [FEATURE] Add new way to decide what images should be optimized: mix of provider type and regexp on filepath and filename.
17169) [FEATURE] Add support for mozjpeg.
181710) [TASK][BREAKING] Remove int key based quality as its hard to compare qualities.
191811) [BUGFIX] Fix results not being persisted.
19+ 12) [FEATURE][!!!BREAKING] Add support for chained provides executors.
20+ 13) [TASK] Rename models / fix TCA relations.
21+ 14) [TASK] Set name and description for mode and step for better CLI reporting.
22+ 15) [TASK] Update FAL with file outside file storage.
23+ 16) [TASK] Make cli results more descriptive and easy to understand.
24+ 17) [FEATURE] Add configuration sets choosable in page properties
2025
21264.0.0
2227~~~~~
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ Features
4444
4545 * for png - pngquant, optipng, pngcrush,
4646 * for gif - gifsicle,
47- * for jpeg - mozjpeg, jpegoptim, jpegrescan, jpegtran.
47+ * for jpeg - mozjpeg, jpegoptim, jpegtran.
4848
4949- Support for following remote providers:
5050
51- * kraken.io
52- * imageoptim.com
51+ * kraken.io,
52+ * imageoptim.com,
5353 * tinypng.com.
5454
5555- Own providers can be registered with page TSconfig.
You can’t perform that action at this time.
0 commit comments