File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ SPDX-License-Identifier: curl
88
99# Changelog
1010
11- ## [ UNRELEASED]
11+ ## [ v2025.02.24]
12+ * Allow ` -o ` and ` -O ` to be used without whitespaces (e.g.: ` -oNAME ` ).
13+ * Fix capitalization of the name of copyright owner sergiodj.
14+ * Use the standard copyright header in manpage.
15+ * Create a github workflow for tests and linting.
16+ * Add missing breakline to README to fix formatting.
17+ * Update manpage to describe that ` --output ` can be used without the equal sign.
18+ * Add installation instructions to README.
19+ * Fix punctuation in the list of features.
20+ * Throw an error message on tests if shunit's version is lower than 2.1.8.
21+ * Update AUTHORS.
1222
1323## [ v2024.12.08]
1424 * New parameter ` -o|-O|--output|output= ` which allows the user to choose the output filename.
Original file line number Diff line number Diff line change 2929# Stop on errors and on usage of unset variables.
3030set -eu
3131
32- VERSION=" 2024.12.08+dev "
32+ VERSION=" 2025.02.24 "
3333
3434PROGRAM_NAME=" $( basename " $0 " ) "
3535readonly PROGRAM_NAME
Original file line number Diff line number Diff line change 2121.\"
2222.\" SPDX-License-Identifier: curl
2323.\" **************************************************************************
24- .TH wcurl "1" "2024.12.08+dev " "wcurl" "User Commands"
24+ .TH wcurl "1" "2025.02.24 " "wcurl" "User Commands"
2525.SH NAME
2626.B wcurl
2727- a simple wrapper around curl to easily download files.
You can’t perform that action at this time.
0 commit comments