File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ trurl 0.3
2+
3+ Changes since previous release
4+
5+ * the set port is the same as the scheme-default, don't show
6+ * many more tests
7+ * https://curl.se/trurl is now the project's website
8+ * added --accept-space
9+ * added --trim
10+
11+ Bugfixes since previous release
12+
13+ * setting port to a blank now clears it
14+ * improved the man page
15+ * fix --append query when no previous query exists
16+ * output JSON as an array
17+ * provide the -h list in pure alphabetical order
18+ * add an INSTALL variable to the Makefile
19+ * enable building with msvc on Windows
20+ * use 0644 for the man page install
21+ * use Test::More inside of test.pl
22+ * nicer JSON tests and test output
Original file line number Diff line number Diff line change 22.\" man -l trurl.1
33.\" Written by Daniel Stenberg
44.\"
5- .TH trurl 1 "3 Apr 2023" "trurl 0.2 " "trurl Manual"
5+ .TH trurl 1 "3 Apr 2023" "trurl 0.3 " "trurl Manual"
66.SH NAME
77trurl \- transpose URLs
88.SH SYNOPSIS
Original file line number Diff line number Diff line change 2222 *
2323 ***************************************************************************/
2424
25- #define TRURL_VERSION_TXT "0.2 "
25+ #define TRURL_VERSION_TXT "0.3 "
2626
2727#endif
You can’t perform that action at this time.
0 commit comments