diff --git a/Changelog b/Changelog index f86c27f..06f7336 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ ## Version 0.1.4 dev +- 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 ## Version 0.1.3 - 27.09.2020r - Big code refactoring - now is a lot of easier create new modules and maintain old ones diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml index 2133c59..ffd5430 100644 --- a/czkawka_gui/Cargo.toml +++ b/czkawka_gui/Cargo.toml @@ -21,5 +21,5 @@ chrono = "0.4" [dependencies.gtk] version = "0.9.2" default-features = false # just in case -features = ["v3_24"] +features = ["v3_22"]