1
0
Fork 0
mirror of synced 2024-05-03 20:14:00 +12:00
czkawka/Changelog

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-09-27 00:13:06 +12:00
## Version 0.1.3
2020-09-27 06:51:28 +13:00
- Big code refactoring
2020-09-27 00:13:06 +12:00
## Version 0.1.2 - 26.09.2020r
2020-09-22 21:24:55 +12:00
- Add basic search empty folders in GTK GUI
- Remember place where button are placed
2020-09-25 08:25:24 +12: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-27 00:13:06 +12:00
- Biggest files support in CLI
2020-09-21 04:00:09 +12:00
## Version 0.1.1 - 20.09.2020r
- Added images to readme
2020-09-21 04:00:09 +12:00
- 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
2020-09-25 08:25:24 +12:00
- Print how much data was read by duplicate finder(debug only)
2020-09-21 04:00:09 +12:00
- Added Github CI
- Only debug build prints debug infos
- Clean code
- Add basic idea config to misc folder
2020-09-21 04:00:09 +12:00
## Version 0.1.0 - 07.09.2020r
2020-09-08 03:39:16 +12:00
- Initial Version
- Duplicate file finder
- Empty folder finder
- Very WIP Orbtk GUI frontend
- Basic GTK Frontend(without any logic)
- CLI
2020-09-21 04:00:09 +12:00
## Initial commit - 26.08.2020r