Skip to content

Releases: a-scie/ptex

ptex 0.5.0

10 Dec 06:50
v0.5.0
ae5fabc
Compare
Choose a tag to compare

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

06 Dec 00:58
v0.4.0
7ee117a
Compare
Choose a tag to compare

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

06 Dec 01:05
v0.3.0
ad12cf6
Compare
Choose a tag to compare

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

02 Dec 01:53
v0.2.0
4be4130
Compare
Choose a tag to compare

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

30 Nov 22:52
v0.1.15
9b5a07e
Compare
Choose a tag to compare

0.1.15

This release completes as much static linking as possible on Linux by
bringing zlib into the fold.

ptex 0.1.14

26 Nov 16:30
v0.1.14
c2eb257
Compare
Choose a tag to compare

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

24 Nov 19:28
v0.1.13
9ef7386
Compare
Choose a tag to compare

0.1.13

The 1st public release of the project.