File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ SPDX-License-Identifier: curl
88
99# Changelog
1010
11+ ## [ UNRELEASED]
12+
1113## [ v2024.12.08]
1214 * New parameter ` -o|-O|--output|output= ` which allows the user to choose the output filename.
1315 * Default to ` index.html ` as filename if none can be inferred from the URL.
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"
32+ VERSION=" 2024.12.08+dev "
3333
3434PROGRAM_NAME=" $( basename " $0 " ) "
3535readonly PROGRAM_NAME
Original file line number Diff line number Diff line change 2121.\" * SPDX-License-Identifier: curl
2222.\" *
2323.\" **************************************************************************
24- .TH wcurl "1" "2024.12.08" "wcurl" "User Commands"
24+ .TH wcurl "1" "2024.12.08+dev " "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