Skip to content

Commit d2c7398

Browse files
committed
Release version 1.2.0
1 parent 4fed419 commit d2c7398

File tree

8 files changed

+47
-47
lines changed

8 files changed

+47
-47
lines changed

Cargo.lock

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Version 1.1.1 -
1+
## Version 1.2.0 - 15.10.2020r
22
- Replace String with PathBuf for paths [#59](https://github.com/qarmin/czkawka/pull/59)
33
- Add test suite to PR [#65](https://github.com/qarmin/czkawka/pull/65)
44
- Support for finding similar images to CLI [#66](https://github.com/qarmin/czkawka/pull/66)
55
- Fix grammar-related errors and Ponglish expressions [#62](https://github.com/qarmin/czkawka/pull/62), [#63](https://github.com/qarmin/czkawka/pull/63)
66
- Don't delete by default files in duplicate finder in CLI - [23f203](https://github.com/qarmin/czkawka/commit/23f203a061e254275c95ca23ca4f1a78bd941f02)
7-
8-
7+
- Support for finding similar images to GUI [#69](https://github.com/qarmin/czkawka/pull/69)
8+
- Add support for opening files/folders from GUI with double-click [#70](https://github.com/qarmin/czkawka/pull/70)
99

1010
## Version 1.1.0 - 10.10.2020r
1111
- Windows support [#58](https://github.com/qarmin/czkawka/pull/58)

czkawka_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_cli"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2018"
66
description = "CLI frontend of Czkawka"

czkawka_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_core"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2018"
66
description = "Core of Czkawka app"

czkawka_gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_gui"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2018"
66
description = "GTK frontend of Czkawka"

czkawka_gui_orbtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_gui_orbtk"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2018"
66
description = "Orbtk frontend of Czkawka"

misc/cargo/PublishCore.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
NUMBER="1.1.0"
2+
NUMBER="1.2.0"
33
CZKAWKA_PATH="/home/rafal"
44

55
cd "$CZKAWKA_PATH"

misc/cargo/PublishOther.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
NUMBER="1.1.0"
2+
NUMBER="1.2.0"
33
CZKAWKA_PATH="/home/rafal"
44

55
cd "$CZKAWKA_PATH"

0 commit comments

Comments
 (0)