2020-10-02 06:58:02 +00:00
|
|
|
## 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
|
2020-09-30 14:50:58 +00:00
|
|
|
- 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
|
2020-10-01 14:54:26 +00:00
|
|
|
- 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
|
2020-10-02 06:58:02 +00:00
|
|
|
- Added Big, Temporary and Empty folders finder to GUI
|
2020-09-27 09:17:14 +00:00
|
|
|
|
|
|
|
## Version 0.1.3 - 27.09.2020r
|
2020-09-27 06:32:44 +00:00
|
|
|
- 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
|
2020-09-27 09:17:14 +00:00
|
|
|
- Added support for finding temporary folder finder
|
|
|
|
- Improved README
|
|
|
|
- Simplify CLI help and improve it
|
2020-09-26 12:13:06 +00:00
|
|
|
|
|
|
|
## Version 0.1.2 - 26.09.2020r
|
2020-09-22 09:24:55 +00:00
|
|
|
- Add basic search empty folders in GTK GUI
|
|
|
|
- Remember place where button are placed
|
2020-09-24 20:25:24 +00:00
|
|
|
- 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
|
2020-09-26 12:13:06 +00:00
|
|
|
- Biggest files support in CLI
|
2020-09-20 16:00:09 +00:00
|
|
|
|
|
|
|
## Version 0.1.1 - 20.09.2020r
|
2020-09-15 17:17:13 +00:00
|
|
|
- Added images to readme
|
2020-09-20 16:00:09 +00:00
|
|
|
- Better GTK buttons and glade file
|
2020-09-15 17:17:13 +00:00
|
|
|
- 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
|
2020-09-24 20:25:24 +00:00
|
|
|
- Print how much data was read by duplicate finder(debug only)
|
2020-09-20 16:00:09 +00:00
|
|
|
- Added Github CI
|
2020-09-27 06:32:44 +00:00
|
|
|
- Only debug build prints debug information's
|
2020-09-20 16:00:09 +00:00
|
|
|
- Clean code
|
|
|
|
- Add basic idea config to misc folder
|
2020-09-15 17:17:13 +00:00
|
|
|
|
2020-09-20 16:00:09 +00:00
|
|
|
## Version 0.1.0 - 07.09.2020r
|
2020-09-07 15:39:16 +00:00
|
|
|
- Initial Version
|
|
|
|
- Duplicate file finder
|
|
|
|
- Empty folder finder
|
|
|
|
- Very WIP Orbtk GUI frontend
|
|
|
|
- Basic GTK Frontend(without any logic)
|
|
|
|
- CLI
|
2020-09-20 16:00:09 +00:00
|
|
|
|
|
|
|
## Initial commit - 26.08.2020r
|