From a3a360ad60a7bd0a4eec68ef14bc3dd6aa885fef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Apr 2023 11:20:49 +0200 Subject: [PATCH] 0.4: release time --- RELEASE-NOTES | 38 ++++++++++++++++++++++---------------- trurl.1 | 2 +- version.h | 2 +- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b6e67a0e..da6cf186 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,22 +1,28 @@ -trurl 0.3 +trurl 0.4 Changes since previous release - * the set port is the same as the scheme-default, don't show - * many more tests - * https://curl.se/trurl is now the project's website - * added --accept-space - * added --trim + * --get supports showing {query:key} + * --json outputs query pairs under "params" + * -a is an --append shortcut + * add --query-separator + * add --sort-query + * install instructions for cygwin Bugfixes since previous release - * setting port to a blank now clears it - * improved the man page - * fix --append query when no previous query exists - * output JSON as an array - * provide the -h list in pure alphabetical order - * add an INSTALL variable to the Makefile - * enable building with msvc on Windows - * use 0644 for the man page install - * use Test::More inside of test.pl - * nicer JSON tests and test output + * build: compile with msvc again + * components names are lower case and case sensitive + * fixed the json output of UTF-8 sequences + * flush stdout after handling every URL + * mixing --json with --get is an error + * more test cases + * show error messsage when component setting fails + * support "--" end-of-options argument + * support for building with older libcurl versions + * checksrc: check code style in CI job and with 'make checksrc' + +Contributors to this release: + + Dan Fandrich, Daniel Stenberg, Emanuele Torre, Håvard Bønes, + Krishean Draconis Sajad F. Maghrebi diff --git a/trurl.1 b/trurl.1 index 810ecc38..694ea607 100644 --- a/trurl.1 +++ b/trurl.1 @@ -2,7 +2,7 @@ .\" man -l trurl.1 .\" Written by Daniel Stenberg .\" -.TH trurl 1 "3 Apr 2023" "trurl 0.3" "trurl Manual" +.TH trurl 1 "3 Apr 2023" "trurl 0.4" "trurl Manual" .SH NAME trurl \- transpose URLs .SH SYNOPSIS diff --git a/version.h b/version.h index 15c6dece..dbac37b3 100644 --- a/version.h +++ b/version.h @@ -22,6 +22,6 @@ * ***************************************************************************/ -#define TRURL_VERSION_TXT "0.3" +#define TRURL_VERSION_TXT "0.4" #endif