From 243505b692a0d36233645de4a5207ec477a4761c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Sat, 7 Aug 2021 21:25:43 +0200 Subject: [PATCH] Release 3.2.0 --- Cargo.lock | 6 +++--- Changelog.md | 16 ++++++++++++++++ czkawka_cli/Cargo.toml | 2 +- czkawka_core/Cargo.toml | 2 +- czkawka_gui/Cargo.toml | 2 +- czkawka_gui/ui/about_dialog.glade | 2 +- czkawka_gui/ui/main_window.glade | 2 +- data/com.github.qarmin.czkawka.metainfo.xml | 2 +- flatpak/com.github.qarmin.czkawka.yaml | 2 +- misc/cargo/PublishCore.sh | 2 +- misc/cargo/PublishOther.sh | 2 +- snap/snapcraft.yaml | 2 +- 12 files changed, 29 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9aec43..6872397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "czkawka_cli" -version = "3.1.0" +version = "3.2.0" dependencies = [ "czkawka_core", "structopt", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "czkawka_core" -version = "3.1.0" +version = "3.2.0" dependencies = [ "audiotags", "bitflags", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "czkawka_gui" -version = "3.1.0" +version = "3.2.0" dependencies = [ "chrono", "crossbeam-channel", diff --git a/Changelog.md b/Changelog.md index 8066690..04c40ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,19 @@ +## Version 3.2.0 - 07.08.2021r +- Use checkbox instead selection to select files [#392](https://github.com/qarmin/czkawka/pull/392) +- Re-enable hardlink on windows - [#410](https://github.com/qarmin/czkawka/pull/410) +- Fix symlink and harlink creating - [#409](https://github.com/qarmin/czkawka/pull/409) +- Add image preview to duplicate finder [#408](https://github.com/qarmin/czkawka/pull/408) +- Add setting maximum file size [#407](https://github.com/qarmin/czkawka/pull/407) +- Add new grouping algorithm to similar images [#405](https://github.com/qarmin/czkawka/pull/405) +- Update to Rust 1.54 [#400](https://github.com/qarmin/czkawka/pull/400) +- Add webp support to similar images [#396](https://github.com/qarmin/czkawka/pull/396) +- Use GtkScale instead radio buttons for similarity [#397](https://github.com/qarmin/czkawka/pull/397) +- Update all dependencies [#405](https://github.com/qarmin/czkawka/pull/405), [#395](https://github.com/qarmin/czkawka/pull/395) +- Split UI into multiple files [#391](https://github.com/qarmin/czkawka/pull/391) +- Update to gtk-rs 0.14 [#383](https://github.com/qarmin/czkawka/pull/383) +- Fix bug with moving windows [#361](https://github.com/qarmin/czkawka/pull/361) +- Generate Minimal Appimage [#339](https://github.com/qarmin/czkawka/pull/339) + ## Version 3.1.0 - 09.05.2021r - Clean README, by moving instructions to different files - [9aea6e9b](https://github.com/qarmin/czkawka/commit/9aea6e9b1ef5ac1e56ccd008e7456b80401179d0) - Fix excluded items on Windows - [#324](https://github.com/qarmin/czkawka/pull/324) diff --git a/czkawka_cli/Cargo.toml b/czkawka_cli/Cargo.toml index 125c6a6..f166eec 100644 --- a/czkawka_cli/Cargo.toml +++ b/czkawka_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_cli" -version = "3.1.0" +version = "3.2.0" authors = ["Rafał Mikrut "] edition = "2018" description = "CLI frontend of Czkawka" diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml index bce0b08..7879752 100644 --- a/czkawka_core/Cargo.toml +++ b/czkawka_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_core" -version = "3.1.0" +version = "3.2.0" authors = ["Rafał Mikrut "] edition = "2018" description = "Core of Czkawka app" diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml index 9b627d7..9dcd904 100644 --- a/czkawka_gui/Cargo.toml +++ b/czkawka_gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_gui" -version = "3.1.0" +version = "3.2.0" authors = ["Rafał Mikrut "] edition = "2018" description = "GTK frontend of Czkawka" diff --git a/czkawka_gui/ui/about_dialog.glade b/czkawka_gui/ui/about_dialog.glade index 2ac87d6..948a424 100644 --- a/czkawka_gui/ui/about_dialog.glade +++ b/czkawka_gui/ui/about_dialog.glade @@ -37,7 +37,7 @@ Author: Rafał Mikrut center dialog Czkawka - 3.1.0 + 3.2.0 2020 - 2021 Rafał Mikrut(qarmin) This program is free to use and will always be. diff --git a/czkawka_gui/ui/main_window.glade b/czkawka_gui/ui/main_window.glade index 7454aeb..cb51e70 100644 --- a/czkawka_gui/ui/main_window.glade +++ b/czkawka_gui/ui/main_window.glade @@ -1928,7 +1928,7 @@ Author: Rafał Mikrut True False False - Czkawka 3.1.0 + Czkawka 3.2.0 1 none False diff --git a/data/com.github.qarmin.czkawka.metainfo.xml b/data/com.github.qarmin.czkawka.metainfo.xml index 665944a..011dae8 100644 --- a/data/com.github.qarmin.czkawka.metainfo.xml +++ b/data/com.github.qarmin.czkawka.metainfo.xml @@ -19,7 +19,7 @@ - + Rafał Mikrut diff --git a/flatpak/com.github.qarmin.czkawka.yaml b/flatpak/com.github.qarmin.czkawka.yaml index 0f7042f..8286e3a 100644 --- a/flatpak/com.github.qarmin.czkawka.yaml +++ b/flatpak/com.github.qarmin.czkawka.yaml @@ -29,4 +29,4 @@ modules: - cargo-sources.json - type: git url: https://github.com/qarmin/czkawka.git - tag: 3.1.0 + tag: 3.2.0 diff --git a/misc/cargo/PublishCore.sh b/misc/cargo/PublishCore.sh index c1d63c4..4acc23c 100755 --- a/misc/cargo/PublishCore.sh +++ b/misc/cargo/PublishCore.sh @@ -1,5 +1,5 @@ #!/bin/bash -NUMBER="3.1.0" +NUMBER="3.2.0" CZKAWKA_PATH="/home/rafal" cd "$CZKAWKA_PATH" diff --git a/misc/cargo/PublishOther.sh b/misc/cargo/PublishOther.sh index 3012fbc..801c429 100755 --- a/misc/cargo/PublishOther.sh +++ b/misc/cargo/PublishOther.sh @@ -1,5 +1,5 @@ #!/bin/bash -NUMBER="3.1.0" +NUMBER="3.2.0" CZKAWKA_PATH="/home/rafal" cd "$CZKAWKA_PATH" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 65b086d..d97d579 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: czkawka # you probably want to 'snapcraft register ' base: core18 # the base snap is the execution environment for this snap -version: '3.1.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '3.2.0' # just for humans, typically '1.2+git' or '1.3.2' summary: Czkawka - fast data cleaner written in Rust # 79 char long summary description: | Czkawka is very fast and feature rich cleaner which finds file duplicates, empty folders and files, duplicated music, similar images or the biggest files in selected directories.