|
| 1 | +## 1.1.0 - 2024-12-09 |
| 2 | + |
| 3 | +### Added |
| 4 | + |
| 5 | +- Add "Verify" feature to Lossless JPEG Transcoding. |
| 6 | +- Add "Normalize" feature to Lossless JPEG Transcoding. |
| 7 | +- Add new AVIF encoder: `SVT-AV1-PSY` (#70). |
| 8 | +- Add instant cancellation. |
| 9 | +- Release a portable build for Windows. |
| 10 | +- Add "Optimize RAM Usage" option to JPEG XL (#57). |
| 11 | +- Add downscaling to megapixels (#67). |
| 12 | +- Add image type filters to "Add Files" (#58). |
| 13 | +- Add options to disable width or height when downscaling to resolution. |
| 14 | +- File dialogs now remember their last used directory (#66). |
| 15 | +- Add new theme. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Change default file dialog location to the home directory. |
| 20 | +- Terminate encoder processes when application is closed during processing. |
| 21 | +- Show `stderr` in exceptions for accurate errors. |
| 22 | +- Improve estimated time left accuracy. |
| 23 | +- Improve path assignment system to prevent rare path conflicts. |
| 24 | +- Adjust UI naming, tooltips and defaults. |
| 25 | +- Reduce ExifTool calls required for validation. |
| 26 | +- Save widget states to disk more often. |
| 27 | +- Anchor progress dialog to the main window. |
| 28 | +- Replace "Multithreading" modes with "JPEG XL - Optimize RAM Usage". |
| 29 | +- Disable drag and drop during conversion. |
| 30 | +- Disable ExifTool for all lossless_jpeg operations. |
| 31 | +- Hide the JPEG XL lossy modular mode behind a flag. |
| 32 | +- Adjust logs verbosity to lower log file size. |
| 33 | +- Update ImageMagick to `7.1.1-41`. |
| 34 | +- Update `libavif` to `v1.1.1`. |
| 35 | +- Update `AOM AV1` to `v3.10.0`. |
| 36 | + |
| 37 | +### Fixed |
| 38 | + |
| 39 | +- Fix opening URLs on KDE Plasma (#54). |
| 40 | +- Fix "Copy Original When Result is Larger" when combined with "Replace" (#60). |
| 41 | +- Fix wiping logs stopping log files from being generated until log handler is reloaded (Windows). |
| 42 | +- Fix estimated time left counting skipped items as completed (#69). |
| 43 | + |
| 44 | +### Deprecated |
| 45 | + |
| 46 | +- Deprecate "Intelligent Effort" and hide it behind a flag. |
| 47 | + |
| 48 | +### Removed |
| 49 | + |
| 50 | +- Remove the requirement to have `vc_redist` installed. |
| 51 | +- Remove `pyqtdarktheme` theme module due to being abandoned. |
| 52 | +- Remove HEIC/HEIF support due to licensing issues. |
| 53 | + |
1 | 54 | ## 1.0.2 - 2024-08-07 |
2 | 55 |
|
3 | 56 | - Added tooltips |
|
0 commit comments