Releases: a-scie/ptex
ptex 0.5.0
0.5.0
This release begins sending a User-Agent header of ptex/<version>
and
also adds support for dumping received headers to stderr via either the
-D|--dump-header
switches or a non-empty PTEX_DUMP_HEADERS
environment variable.
ptex 0.4.0
0.4.0
This release adds support for saving fetched content to a file by
specifying the -O
or --remote-name
option when in direct URL mode.
The ptex version can also e queried with -V
or --version
.
ptex 0.3.0
0.3.0
This release adds support for direct use by passing a single URL to
fetch and improves command line help to fully explain both the existing
scie binding file source mode and the new direct URL mode.
ptex 0.2.0
0.2.0
This release brings fully static binaries for Linux with zero runtime
linkage by switching the Linux targets to use musl. As part of this
switch, the Rust toolchain used is stabilized to stable / 1.65.0.
ptex 0.1.15
0.1.15
This release completes as much static linking as possible on Linux by
bringing zlib into the fold.
ptex 0.1.14
0.1.14
This release fixes a bug downloading large files and isolates the ptex
binary more fully from the end user system by statically linking as much
as possible.
ptex 0.1.13
0.1.13
The 1st public release of the project.