Skip to content

Releases: tectonic-typesetting/tectonic

tectonic_geturl 0.2.0

04 Jun 00:52
Compare
Choose a tag to compare

tectonic_geturl 0.2.0 (2021-06-03)

  • Expose a new native-tls-vendored Cargo feature, to allow people to control
    vendoring in the native-tls dependency crate.
  • Work on the docs a bit.

tectonic_errors 0.2.0

04 Jun 00:52
Compare
Choose a tag to compare

tectonic_errors 0.2.0 (2021-06-03)

The only change in this release is to add a helpful tectonic_errors::prelude
module, which makes it easy to get all of the names you need without getting
compiler warnings about the ones that you don't end up using.

tectonic_engine_xetex 0.1.0

04 Jun 00:53
Compare
Choose a tag to compare

tectonic_engine_xetex 0.1.0 (2021-06-03)

This crate introduces the XeTeX engine as a standalone crate, building on the
new "core bridge" functionality.

Compared to the implementation previously provided in the main tectonic crate,
it also adds shell-escape functionality and iterates the Rust API somewhat.

tectonic_engine_xdvipdfmx 0.1.0

04 Jun 00:53
Compare
Choose a tag to compare

tectonic_engine_xdvipdfmx 0.1.0 (2021-06-03)

This crate introduces the xdvipdfmx engine as a standalone crate, building on
the new "core bridge" functionality. The API is iterated somewhat from the one
that was previously provided in the main tectonic crate.

Note that the vast majority of the xdvipdfmx C/C++ code is found in the new
tectonic_pdf_io crate, because both this crate and the XeTeX engine need to
share library routines to do I/O on PDF files.

tectonic_engine_bibtex 0.1.1

04 Jun 02:25
Compare
Choose a tag to compare

tectonic_engine_bibtex 0.1.1 (2021-06-04)

No code changes; the Cargo package didn't publish because I hit the crates.io
rate limit in the previous batch of updates!

tectonic_engine_bibtex 0.1.0

04 Jun 00:53
Compare
Choose a tag to compare

tectonic_engine_bibtex 0.1.0 (2021-06-03)

This crate introduces the bibtex engine as a standalone crate, building on
the new "core bridge" functionality.

tectonic_cfg_support 0.1.3

04 Jun 00:52
Compare
Choose a tag to compare

tectonic_cfg_support 0.1.3 (2021-06-03)

  • No code changes, just issuing a new release to make Cranko happy.

tectonic_bridge_icu 0.2.0

04 Jun 00:52
Compare
Choose a tag to compare

tectonic_bridge_icu 0.2.0 (2021-06-03)

Fix up handling of how C/C++ header file paths are exported to dependent crates.
This is a breaking change: we've moved from a single include directory to a list
of them.

tectonic_bridge_harfbuzz 0.2.0

04 Jun 00:53
Compare
Choose a tag to compare

tectonic_bridge_harfbuzz 0.2.0 (2021-06-03)

  • Update the vendored Harfbuzz to 2.8.1.
  • Fix up handling of how C/C++ header file paths are exported to dependent
    crates. This is a breaking change: we've moved from a single include directory
    to a list of them.

tectonic_bridge_graphite2 0.2.0

04 Jun 00:53
Compare
Choose a tag to compare

tectonic_bridge_graphite2 0.2.0 (2021-06-03)

  • Fix up handling of how C/C++ header file paths are exported to dependent
    crates. This is a breaking change: we've moved from a single include directory
    to a list of them.
  • Some improvements to the documentation