Skip to content

0.15

Compare
Choose a tag to compare
@bagder bagder released this 28 Aug 06:57
· 26 commits to master since this release
trurl-0.15
7b06ecf

trurl 0 15

⏯️ release video presentation

What's Changed

  • mkrelease: script to run at release by @bagder in #316
  • trurl: use casecompare instead of a strncasecmp define by @bagder in #317
  • singleurl: fix query_is_modified by @emanuele6 in #323
  • Makefile: fix LDFLAGS order; and don't force -Werror by @emanuele6 in #322
  • trurl: on strdup() failures, exit immediately by @bagder in #324
  • trurl: make --replace URL encode the provided data argument by @bagder in #327
  • trurl: "normalize" query pairs by @bagder in #328
  • trurl: optimize the path append loop by @bagder in #330
  • trurl: canonicalize the path by @bagder in #331
  • trurl: rename --force-replace to --replace-append by @bagder in #332
  • tests: add a simple URL canonicalization test by @bagder in #334
  • trurl: allow "control bytes" in JSON output by @bagder in #333
  • trurl: fix memory leaks on errors by @bagder in #335
  • trurl.md: the manpage in markdown by @bagder in #337
  • support a must: prefix for gets by @bagder in #336
  • trurl: accept "control codes" in get output by @bagder in #340
  • trurl.md: list the options alphabetically by @bagder in #342
  • use correct ascii code representation of project name by @NicolasCARPi in #344

New Contributors

Full Changelog: trurl-0.14...trurl-0.15