From 071b7b50efb15c74d1c10c71d01878f1e404f860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Tue, 8 Dec 2020 17:36:31 +0100 Subject: [PATCH] Release version 1.5.1 --- .gitignore | 3 ++- Cargo.lock | 8 ++++---- Changelog.md | 5 +++++ czkawka_cli/Cargo.toml | 2 +- czkawka_core/Cargo.toml | 2 +- czkawka_gui/Cargo.toml | 2 +- czkawka_gui_orbtk/Cargo.toml | 2 +- misc/cargo/PublishCore.sh | 2 +- misc/cargo/PublishOther.sh | 2 +- 9 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index c9204a8..1dcc1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *~ *# results*.txt -TestSuite* \ No newline at end of file +TestSuite* +*.snap diff --git a/Cargo.lock b/Cargo.lock index a950544..873fe4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "czkawka_cli" -version = "1.5.0" +version = "1.5.1" dependencies = [ "czkawka_core", "structopt", @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "czkawka_core" -version = "1.5.0" +version = "1.5.1" dependencies = [ "audiotags", "bitflags", @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "czkawka_gui" -version = "1.5.0" +version = "1.5.1" dependencies = [ "chrono", "crossbeam-channel 0.4.4", @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "czkawka_gui_orbtk" -version = "1.5.0" +version = "1.5.1" dependencies = [ "czkawka_core", "orbtk", diff --git a/Changelog.md b/Changelog.md index 31f52ea..5628d86 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## Version 1.5.1 - 08.12.2020r +- Fix errors in progress bar caused by dividing by 0 - [#109](https://github.com/qarmin/czkawka/pull/109) +- Add option to save file, store settings and load them - [#108](https://github.com/qarmin/czkawka/pull/108) +- Center dialog to current window - [a04](https://github.com/qarmin/czkawka/commit/a047380dbe8aa4d04f9c482364469e21d231fab2) + ## Version 1.5.0 - 02.12.2020r - Added progress bar - [#106](https://github.com/qarmin/czkawka/pull/106) - Removed unused buttons - [#107](https://github.com/qarmin/czkawka/pull/107) diff --git a/czkawka_cli/Cargo.toml b/czkawka_cli/Cargo.toml index 92960dd..b67f3c6 100644 --- a/czkawka_cli/Cargo.toml +++ b/czkawka_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_cli" -version = "1.5.0" +version = "1.5.1" authors = ["Rafał Mikrut "] edition = "2018" description = "CLI frontend of Czkawka" diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml index c2fd061..e5e3f27 100644 --- a/czkawka_core/Cargo.toml +++ b/czkawka_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_core" -version = "1.5.0" +version = "1.5.1" authors = ["Rafał Mikrut "] edition = "2018" description = "Core of Czkawka app" diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml index 95bb7c5..ca97e29 100644 --- a/czkawka_gui/Cargo.toml +++ b/czkawka_gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_gui" -version = "1.5.0" +version = "1.5.1" authors = ["Rafał Mikrut "] edition = "2018" description = "GTK frontend of Czkawka" diff --git a/czkawka_gui_orbtk/Cargo.toml b/czkawka_gui_orbtk/Cargo.toml index 1c4e01e..eb14f99 100644 --- a/czkawka_gui_orbtk/Cargo.toml +++ b/czkawka_gui_orbtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czkawka_gui_orbtk" -version = "1.5.0" +version = "1.5.1" authors = ["Rafał Mikrut "] edition = "2018" description = "Orbtk frontend of Czkawka" diff --git a/misc/cargo/PublishCore.sh b/misc/cargo/PublishCore.sh index d264a63..3ffa8b4 100755 --- a/misc/cargo/PublishCore.sh +++ b/misc/cargo/PublishCore.sh @@ -1,5 +1,5 @@ #!/bin/bash -NUMBER="1.5.0" +NUMBER="1.5.1" CZKAWKA_PATH="/home/rafal" cd "$CZKAWKA_PATH" diff --git a/misc/cargo/PublishOther.sh b/misc/cargo/PublishOther.sh index e1be442..e97f2b3 100755 --- a/misc/cargo/PublishOther.sh +++ b/misc/cargo/PublishOther.sh @@ -1,5 +1,5 @@ #!/bin/bash -NUMBER="1.5.0" +NUMBER="1.5.1" CZKAWKA_PATH="/home/rafal" cd "$CZKAWKA_PATH"