Commit Graph

545 Commits (ddc4def99e85449662989757f9a37aed3764fe69)
 

Author SHA1 Message Date
Kian-Meng Ang ddc4def99e
Fix typos (#840)
Found via `codespell -S i18n -L crate,nd,gir,noo`
2 years ago
OMEGA_RAZER 42ecc94deb
Update bad_extensions.rs (#834)
* Update bad_extensions.rs

Extensions are interchangeable. mp4 files being flagged as bad extensions of m4v. Apologies if they are in the wrong order.

* Update bad_extensions.rs
2 years ago
Dominik Piątkowski c549057cc8
Added missing spaces in translation files (#830) 2 years ago
Rafał Mikrut e731f5ed75
Faster similar images with reference folders (#826)
* Faster similar images with reference folders

* Still not works

* Probably works now

* Unnecessary assert when using reference folders

* HumanSize 2.0.0

* 1.62
2 years ago
Rafał Mikrut f16818dc8e Release 5.0.2 version 2 years ago
Rafał Mikrut d29935d208
Fix similar images algorithm (#799)
* Fixed missing images with similarity equal to 0

* Checking

* Unify algorithm between two functions

* Finally fix problem with missing images

* Lock and debug

* No comment
2 years ago
Rafał Mikrut 24b64a32c6 Compile heif image support only with Rust 1.60.0 which is not used to create official binaries 2 years ago
Rafał Mikrut d3e7c2d777
Update dependencies and fix clippy warnings (#815) 2 years ago
0x4A6F e20f30c66f
Reintroduce support for version argument e.g. (#806)
`czkawka_cli --version`
2 years ago
Alexis Lefebvre 95d1d73a29
CLI: rewrite the message for minimal file size (#807) 2 years ago
Rafał Mikrut ae87489f3b Release hotfix 5.0.1 version 2 years ago
Rafał Mikrut 7d654a7899
Added korean language to GUI (#797) 2 years ago
alexdraconian 624be66b4d
Added Korean localization to GUI (#796) 2 years ago
Rafał Mikrut 44fb75ada5
Smaller fixes (#795)
* Improve a little documentation, add missing bad extension

* Allow to find the smallest files from CLo

* Show error when all directories are reference folders

* 2 more testing objects

* Add missing original preset
2 years ago
Rafał Mikrut 67db713a05
Add tests to CI (#791)
* Add tests to CI

* Xvfb

* Smaller amount of workflows

* ABCD
2 years ago
Rafał Mikrut 97563a7b2a Fix problem with manual adding of windows disks like C:/ 2 years ago
Rafał Mikrut 5d79dc7ccf Sort big files by default descending 2 years ago
Rafał Mikrut 390f4751e8 Release 5.0.0 version 2 years ago
Rafał Mikrut bf9dd352dd
Small fixes (#786) 2 years ago
Rafał Mikrut d5b08787a0 Update translates 2 years ago
Rafał Mikrut 2f932e20ff
Sort speedup and manual add window improvements (#782)
* Sort unstable

* Multiple entries when using manual add

* Do not allow to add multiple same directories to check

* Assert
2 years ago
Rafał Mikrut 8f0527cd33
Add option to exclude files from other filesystems in GUI(Linux) (#776)
* Add exclude other fs to GUI

* Exclude in FS

* Fix crashes in gui and core

* More tests
2 years ago
Rafał Mikrut 07cfc7884f Fix crash with 0 checked images 2 years ago
Rafał Mikrut e3cea67634
Default to 16 hash size and add "Original" similarity (#768) 2 years ago
Rafał Mikrut d1c66fda1b
Change image hash compare algorithm and add multithreading (#762)
* New image compare algorithm

* Par iter

* Ending words
2 years ago
Rafał Mikrut 4765bee87f
Add info about column type to global variable (#760) 2 years ago
Rafał Mikrut d42e17c15f
Update to clap from structopt (#759) 2 years ago
Rafał Mikrut 486bec15ad
Add more windows extension and add selection of type of broken files (#749)
* Add more windows extension

* ABCD

* Windows CI and basic choosing broken files

* Core and GUI support for few
2 years ago
Rafał Mikrut db09dc9363
Heic or heif support, don't know (#750) 2 years ago
Rafał Mikrut 56fc29fa4f
Speedup little entry access in maps and fix missing extension workarounds (#747) 2 years ago
Rafał Mikrut ec13f86aee
Add smallest files mode (#746) 2 years ago
Rafał Mikrut cf94ab918e
Reformat code with Intelij tool (#741) 2 years ago
Rafał Mikrut 5119a377c7
Fix pack (#740) 2 years ago
Rafał Mikrut 3748411ebd
Trash music (#732) 2 years ago
Rafał Mikrut 19afce5d2e
Several small fixes (#727) 2 years ago
Rafał Mikrut 6d8b33d8cf
GTK 4 Port (#466) 2 years ago
Dominik Piątkowski 849eb5a637
Grammatical/typo fix of the Compilation.md instruction file (#719) 2 years ago
Joey Babcock da061e8037
Small typo/grammatical fix (#709)
"they extension" -> their extension
Small fix that you can also feel free to include in a larger commit at a later time :)
2 years ago
ChihWei Wang 96def07bc9
Change option of dup subcommand from '-ht' to 't' (#720)
Option 'ht' conflicts with 'h' since the short option should be one char.
2 years ago
Rafał Mikrut a54224fbd0
Update ImagePipe (#705)
* Update ImagePipe, fixes music finder

* Change rodio library, enable by default checking for broken audio files

* Don't crash when checking for broken files

* Fix stopping of scan in broken files

* No more

* PDF Support

* Infer and crash handler for music
2 years ago
Rafał Mikrut 073ae6f72f
Saves results when stopping scan (#713) 2 years ago
Alexis Lefebvre 637e97e66d
Instruction.md: fix typo (#707) 2 years ago
Rafał Mikrut dd103b9520
Take info about music file from all available tags (#698) 2 years ago
Rafał Mikrut cb7e9573ef
Show preview also for non lowercase extensions (#694) 2 years ago
Rafał Mikrut 58b3d3e556
Fix problem with cargo packing (#687) 2 years ago
Rafał Mikrut b00420d8c0 Release 4.1.0 version 2 years ago
Rafał Mikrut 642a6369f3 Update authors, translations, changelog, fix issue with translation 2 years ago
Kerfuffle c48b355bf0
Periodically check for and handle pending GTK events while performing long operations. (#625) 2 years ago
ChihWei Wang c64ab05648
Add exclude other filesystems option (#673) 2 years ago
Gitoffthelawn 0a35e542a3
Misc improvements (#674)
I haven't tried this tool yet, but it looks great!

While reading the README, I found some errors, so I fixed them.

There is one sentence that is still unclear because I'm not sure what you meant:
*"I prepared a disk and performed a test without any folder exceptions and with disabled ignoring of hard links."*

Did you mean that you specified to ignore hard links or that you specified to follow hard links?
2 years ago