1
0
Fork 0
mirror of synced 2024-05-02 19:44:09 +12:00

Use for now GTK 3.22 because is available in CI

This commit is contained in:
Rafał Mikrut 2020-09-30 16:50:58 +02:00
parent f550b42fc2
commit 90baebea05
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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"]