mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
5.7 KiB
5.7 KiB
Version 1.3.0 - 02.11.2020r
- Appimage support - #77
- Removed warnings about non existend excluded directories - #79
- Updated README - 8ec
- Added pre hash support(speedup for searching big duplicates) - #83
- Support for searching duplicates by file name - #84
- Added support for checking for zeroed file - #88
- Refactored GUI code to faster and safer changing/adding code - #89
- Added some missing options to CLI in some modes - #90
- Implemented finding duplicates by music tags - #95
Version 1.2.1 - 17.10.2020r
- Make image similarity search significantly faster. #72
- Improve similar images GUI a little and add sorting to Similarity Enum #73
- Improve deleting files in Similar files in GUI #75
Version 1.2.0 - 15.10.2020r
- Replace String with PathBuf for paths #59
- Add test suite to PR #65
- Support for finding similar images to CLI #66
- Fix grammar-related errors and Ponglish expressions #62, #63
- Don't delete by default files in duplicate finder in CLI - 23f203
- Support for finding similar images to GUI #69
- Add support for opening files/folders from GUI with double-click #70
Version 1.1.0 - 10.10.2020r
- Windows support #58
- Improve code quality/Simplify codebase #52
- Fixed skipping some correct results in specific situations #52
- Added support for searching in other thread #51
- Divide CI across files #48
- Added ability to stop task from GUI #55
- Fixed removing directories which contains only empty directories from GUI #57
Version 1.0.1 - 06.10.2020r
- Replaced default argument parser with StructOpt #37
- Added all(except MacOS GTK build) builds to CI where can be freely downloaded #41 #39
- App can be downloaded also from Arch AUR and Cargo #36
- Fixed crash with invalid file modification date #33
- Upper tabs can hide and show when this is necessary #38
- Fixed crash when file/folder name have non Unicode character #44
- Added support for finding similar pictures in GUI #69
Version 1.0.0 - 02.10.2020r
- Added confirmation button to delete button
- Updated Readme
- Tested a lot app, so I think that it version 1.0.0 can be freely released
Version 0.1.4 - 01.10.2020r
- Fixes -f default argument
- Added save button to GUI
- Cleaned a little code
- Deleting files and folders i GUI
- Support for all notebooks items in GUI
- Support for deleting and adding directories to search and to exclude in GUI
- Support for light themes in GUI
- Changed SystemTime to u64 from EPOCH_TIME
- Selective selecting of rows duplicate finder in GUI
- Changed minimum version of GTK to 3.22
- Added save system to GUI
- Added Big, Temporary and Empty folders finder to GUI
Version 0.1.3 - 27.09.2020r
- Big code refactoring - now is a lot of easier create new modules and maintain old ones
- Added finding empty files
- Added new option to find duplicates by checking hash max 1MB of file
- Added support for finding temporary folder finder
- Improved README
- Simplify CLI help and improve it
Version 0.1.2 - 26.09.2020r
- Add basic search empty folders in GTK GUI
- Remember place where button are placed
- Read and parse more values from GUI
- Print errors/warnings/messages to text field in GUI
- Add upper notebook with included, excluded directories, items and extensions
- Improve a little GUI
- Add version argument which print version e.g.
czkawka_gui --version
- Simple Empty folder support in GUI
- The biggest files support in CLI
Version 0.1.1 - 20.09.2020r
- Added images to readme
- Better GTK buttons and glade file
- Basic search in GTK
- Cleaned core from println
- Core functions doesn't use now process::exit(everything is done with help of messages/errors/warnings)
- Added support for non recursive search
- Improved finding number and size of duplicated files
- Saving results to file
- Print how much data was read by duplicate finder(debug only)
- Added Github CI
- Only debug build prints debug information's
- Clean code
- Add basic idea config to misc folder
Version 0.1.0 - 07.09.2020r
- Initial Version
- Duplicate file finder
- Empty folder finder
- Very WIP Orbtk GUI frontend
- Basic GTK Frontend(without any logic)
- CLI