diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dab28c..cbef736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.4.3 +## Improvement +- `dc update` now checks for version of wget, as `--show-progress` does not exist in wget2 anymore and is replaced by `--force-progress` + # Version 3.4.2 ## Bugfix - `dc help` out put was skewed - #70 - fixed by @mrtnbr in #71 diff --git a/build-files/CHANGELOG.md b/build-files/CHANGELOG.md index 728b68c..320d44f 100644 --- a/build-files/CHANGELOG.md +++ b/build-files/CHANGELOG.md @@ -1,3 +1,3 @@ -# Version 3.4.2 -## Bugfix -- `dc help` out put was skewed - #70 - fixed by @mrtnbr in #71 +# Version 3.4.3 +## Improvement +- `dc update` now checks for version of wget, as `--show-progress` does not exist in wget2 anymore and is replaced by `--force-progress` diff --git a/dc b/dc index bd6ba5e..4098c34 100755 --- a/dc +++ b/dc @@ -6,7 +6,7 @@ set -m # VERSION -export DC_VERSION=v3.4.3-dev +export DC_VERSION=v3.4.3 ###### VARIABLES if [[ -z "${DC_DIR}" ]]; then diff --git a/dc-completion b/dc-completion index eed1ddb..c8f7936 100755 --- a/dc-completion +++ b/dc-completion @@ -2,7 +2,7 @@ # Copyright (C) 2022 - 2023 Ben Hählen # This is the completion file for `dc` ############## -# Version 3.4.2 +# Version 3.4.3 ############## _dc_completions() {