From 90baebea05c2e32d38e639fd00975cc3122855e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Wed, 30 Sep 2020 16:50:58 +0200 Subject: [PATCH] Use for now GTK 3.22 because is available in CI --- Changelog | 6 ++++++ czkawka_gui/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"]