Skip to content

Releases: qarmin/czkawka

0.1.4

01 Oct 17:41
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • 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

0.1.3

27 Sep 09:19
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • 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

0.1.2

26 Sep 12:14
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • 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
  • Biggest files support in CLI

0.1.1

20 Sep 16:21
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

I made a mistake, and files with compressed code seems to not point to actual files from 0.1.1 release

  • 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