|
1 |
| -## Version 9.0.0 - ? |
| 1 | +## Version 9.0.0 - 16.03.2025r |
2 | 2 |
|
3 | 3 | ## Breaking changes
|
4 | 4 |
|
5 |
| -- Video, Duplicate (smaller prehash size), and Image cache (EXIF orientation + faster resize implementation) are incompatible with previous versions and need to be regenerated. |
| 5 | +- Video, Duplicate (smaller prehash size), and Image cache (EXIF orientation + faster resize implementation) are incompatible with previous versions and need to be regenerated. |
6 | 6 |
|
7 | 7 | ### Core
|
8 | 8 | - Automatically rotating all images based on their EXIF orientation - [#1368](https://github.com/qarmin/czkawka/pull/1368)
|
|
21 | 21 | - Added support for configuring config/cache paths using the `CZKAWKA_CONFIG_PATH` and `CZKAWKA_CACHE_PATH` environment variables - [#1464](https://github.com/qarmin/czkawka/pull/1464)
|
22 | 22 | - Fixed a crash in debug mode when checking broken files named `.mp3` - [#1464](https://github.com/qarmin/czkawka/pull/1464)
|
23 | 23 | - Catching panics from symphonia crashes in broken files mode - [#1466](https://github.com/qarmin/czkawka/pull/1466)
|
24 |
| -- Printing a warning, when using `panic=abort`(this may cause ocassional crashes) - [#1466](https://github.com/qarmin/czkawka/pull/1466) |
| 24 | +- Printing a warning, when using `panic=abort`(that may speedup app and cause occasional crashes) - [#1466](https://github.com/qarmin/czkawka/pull/1466) |
25 | 25 |
|
26 | 26 | ### Krokiet
|
27 | 27 | - Changed the default tab to "Duplicate Files" - [#1368](https://github.com/qarmin/czkawka/pull/1368)
|
|
38 | 38 | ### Prebuild-binaries
|
39 | 39 | - This release is last version, that supports Ubuntu 20.04 - github actions drops this OS in its runners
|
40 | 40 | - Linux and Mac binaries now are provided with two options x86_64 and arm64
|
| 41 | +- Arm linux builds needs at least Ubuntu 24.04 |
41 | 42 | - Gtk 4.12 is used to build windows gtk gui instead gtk 4.10
|
42 | 43 | - Dropping support for snap builds - too much time-consuming to maintain and testing(also it is broken currently)
|
| 44 | +- Removed native windows build krokiet version - now it is available only cross-compiled version from linux(should not be any difference) |
43 | 45 |
|
44 | 46 | ## Version 8.0.0 - 11.10.2024r
|
45 | 47 |
|
|
55 | 57 | ### CI
|
56 | 58 |
|
57 | 59 | - Providing nightly builds - [#1360](https://github.com/qarmin/czkawka/pull/1360) - https://github.com/qarmin/czkawka/releases/tag/Nightly
|
58 |
| -- Added finding duplicated options in CLI -[#1364](https://github.com/qarmin/czkawka/pull/1364) |
| 60 | +- Added finding duplicated options in CLI - [#1364](https://github.com/qarmin/czkawka/pull/1364) |
59 | 61 |
|
60 | 62 | ### Core
|
61 | 63 |
|
|
86 | 88 | - Avoid errors when trying to load preview of not supported file - [#1359](https://github.com/qarmin/czkawka/pull/1359)
|
87 | 89 | - Added ability to show preview of referenced folders - [#1359](https://github.com/qarmin/czkawka/pull/1359)
|
88 | 90 | - Enable selecting with space and jumping over entries with arrows and opening with enter - [#1359](https://github.com/qarmin/czkawka/pull/1359)
|
89 |
| -- Added button to rename files with invalid extension -[#1364](https://github.com/qarmin/czkawka/pull/1364) |
| 91 | +- Added button to rename files with invalid extension - [#1364](https://github.com/qarmin/czkawka/pull/1364) |
90 | 92 |
|
91 | 93 | ### GTK GUI
|
92 | 94 |
|
|
102 | 104 | - Fixed and added more input parameters to the application - [#1354](https://github.com/qarmin/czkawka/pull/1354)
|
103 | 105 | - Fixed crash when stopping scan multiple times - [#1355](https://github.com/qarmin/czkawka/pull/1355)
|
104 | 106 | - Print results also in debug build - [#1355](https://github.com/qarmin/czkawka/pull/1355)
|
105 |
| -- Added support for selecting reference directories -[#1364](https://github.com/qarmin/czkawka/pull/1364) |
| 107 | +- Added support for selecting reference directories - [#1364](https://github.com/qarmin/czkawka/pull/1364) |
106 | 108 |
|
107 | 109 | ## Version 7.0.0 - 19.02.2024r
|
108 | 110 |
|
|
138 | 140 | - Added bigger stack size by default(fixes stack overflow in some musl apps) - [#1102](https://github.com/qarmin/czkawka/pull/1102)
|
139 | 141 | - Added optional libraw dependency(better single-core performance and support more raw files) - [#1102](https://github.com/qarmin/czkawka/pull/1102)
|
140 | 142 | - Speedup checking for wildcards and fix invalid recognizing long excluded items - [#1152](https://github.com/qarmin/czkawka/pull/1152)
|
141 |
| -- Big speedup when searching for empty folders(especially with multithreading + cached FS schema) - [#1152](https://github.com/qarmin/czkawka/pull/1152) |
| 143 | +- Big speedup when searching for empty folders(especially with multithreading + cached FS schema) - [#1152](https://github.com/qarmin/czkawka/pull/1152) |
142 | 144 | - Collecting files for scan can be a lot of faster due lazy file metadata gathering - [#1152](https://github.com/qarmin/czkawka/pull/1152)
|
143 | 145 | - Fixed recognizing not accessible folders as non-empty - [#1152](https://github.com/qarmin/czkawka/pull/1152)
|
144 | 146 | - Unifying code for collecting files to scan - [#1159](https://github.com/qarmin/czkawka/pull/1159)
|
|
203 | 205 |
|
204 | 206 | - Fixed problem with missing some similar images when using similarity > 0 - [#799](https://github.com/qarmin/czkawka/pull/799)
|
205 | 207 | - Prebuilt Linux binaries are compiled without heif support - [24b](https://github.com/qarmin/czkawka/commit/24b64a32c65904c506b54270f0977ccbe5098cc8)
|
206 |
| -- Similar videos stops to proceed video after certain amount of time(fixes freezes) - [#815](https://github.com/qarmin/czkawka/pull/815) |
| 208 | +- Similar videos stops to proceed video after certain amount of time(fixes freezes) - [#815](https://github.com/qarmin/czkawka/pull/815) |
207 | 209 | - Add --version argument for czkawka_cli - [#806](https://github.com/qarmin/czkawka/pull/806)
|
208 | 210 | - Rewrite a little nonsense message about minimal file size - [#807](https://github.com/qarmin/czkawka/pull/807)
|
209 | 211 |
|
|
281 | 283 | - Add support for raw images(NEF, CR2, KDC...) - [#532](https://github.com/qarmin/czkawka/pull/532)
|
282 | 284 | - Image compare performance and usability improvements - [#529](https://github.com/qarmin/czkawka/pull/529), [#528](https://github.com/qarmin/czkawka/pull/528), [#530](https://github.com/qarmin/czkawka/pull/530), [#525](https://github.com/qarmin/czkawka/pull/525)
|
283 | 285 | - Reorganize(unify) saving/loading data from file - [#524](https://github.com/qarmin/czkawka/pull/524)
|
284 |
| -- Add "reference folders" - [#516](https://github.com/qarmin/czkawka/pull/516) |
| 286 | +- Add "reference folders" - [#516](https://github.com/qarmin/czkawka/pull/516) |
285 | 287 | - Add cache for similar music files - [#558](https://github.com/qarmin/czkawka/pull/558)
|
286 | 288 |
|
287 | 289 | ## Version 3.3.1 - 22.11.2021r
|
|
0 commit comments