Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Dec 8, 2020
1 parent c1afbe6 commit f0f3073
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*~
*#
results*.txt
TestSuite*
TestSuite*
*.snap
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion czkawka_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "czkawka_cli"
version = "1.5.0"
version = "1.5.1"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2018"
description = "CLI frontend of Czkawka"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "czkawka_core"
version = "1.5.0"
version = "1.5.1"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2018"
description = "Core of Czkawka app"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "czkawka_gui"
version = "1.5.0"
version = "1.5.1"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2018"
description = "GTK frontend of Czkawka"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_gui_orbtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "czkawka_gui_orbtk"
version = "1.5.0"
version = "1.5.1"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2018"
description = "Orbtk frontend of Czkawka"
Expand Down
2 changes: 1 addition & 1 deletion misc/cargo/PublishCore.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
NUMBER="1.5.0"
NUMBER="1.5.1"
CZKAWKA_PATH="/home/rafal"

cd "$CZKAWKA_PATH"
Expand Down
2 changes: 1 addition & 1 deletion misc/cargo/PublishOther.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
NUMBER="1.5.0"
NUMBER="1.5.1"
CZKAWKA_PATH="/home/rafal"

cd "$CZKAWKA_PATH"
Expand Down

0 comments on commit f0f3073

Please sign in to comment.