Skip to content

Commit

Permalink
0.4: release time
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 10, 2023
1 parent a995eee commit a3a360a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
38 changes: 22 additions & 16 deletions 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
2 changes: 1 addition & 1 deletion trurl.1
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -22,6 +22,6 @@
*
***************************************************************************/

#define TRURL_VERSION_TXT "0.3"
#define TRURL_VERSION_TXT "0.4"

#endif

0 comments on commit a3a360a

Please sign in to comment.