Skip to content

Releases: curl/wcurl

v2025.02.24

24 Feb 21:58
v2025.02.24
Compare
Choose a tag to compare
  • Allow -o and -O to be used without whitespaces (e.g.: -oNAME).
  • Fix capitalization of the name of copyright owner sergiodj.
  • Use the standard copyright header in manpage.
  • Create a github workflow for tests and linting.
  • Add missing breakline to README to fix formatting.
  • Update manpage to describe that --output can be used without the equal sign.
  • Add installation instructions to README.
  • Fix punctuation in the list of features.
  • Throw an error message on tests if shunit's version is lower than 2.1.8.
  • Update AUTHORS.

v2024.12.08

08 Dec 23:07
v2024.12.08
Compare
Choose a tag to compare
  • New parameter -o|-O|--output|output= which allows the user to choose the output filename.
  • Default to index.html as filename if none can be inferred from the URL.
  • Percent-decode output filenames by default.
  • New option to disable percent-decoding of output filenames: --no-decode-filename.
  • Fix typo in the list of features of the manpage.
  • README/manpage: Point to the curl issue tracker.
  • README:
    • Add a missing dash to the --dry-run command.
    • Add a logo.
    • Add a brief section explaining about our testsuite.
    • Remove HTML <a name> anchors.
  • Symlink LICENSE to LICENSES/curl.txt.
  • Update AUTHORS.