Skip to content

Releases: sghng/typ2docx

v0.8.0

07 Dec 21:31
e5d6790

Choose a tag to compare

It is now possible to use this tool without installing any additional software or obtaining API keys.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

28 Nov 06:49
c37b775

Choose a tag to compare

This release significantly improved the usability of Acrobat engine. This tool is now finally stable and cross-platform!

Added

  • Acrobat export is now achieved via Acrobat JavaScript API, which is stable and
    cross-platform. (#31, #39, #42)
  • As a result, Acrobat export is now also supported on Windows.

Fixed

  • A small delay is added if Acrobat isn't launched, fixing the "Unknown Error"
    in export. (#44)
  • Fixed a runtime dependency problem that breaks package importing in web app.
    (#43)

Full Changelog: v0.6.0...v0.7.0

v0.6.0

25 Nov 18:20
035c515

Choose a tag to compare

Added

  • A web app for trying out this tool. (#24)
  • Initial support for Windows through ported PowerShell scripting for merging
    documents. (#26)
  • Support package import. (#28)

Fixed

  • Scripts for merging Word documents are now invoked explicitly with
    corresponding interpreter, addressing script permission issues.

Full Changelog: v0.5.0...v0.6.0

v0.5.1

21 Nov 17:19
e6f8c5c

Choose a tag to compare

This patch release invokes scripts with corresponding interpreter explicitly, fixing permission issues.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Nov 17:58
be769ba

Choose a tag to compare

No need for manual installation of Saxon starting from this version!

What's Changed

  • refactor: bundle saxonche python package by @sghng in #21

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Nov 19:10
fdb1442

Choose a tag to compare

This new version provides important performance improvement!

What's Changed

  • refactor: rust extension refactor by @sghng in #15
  • refactor: asyncio for better cancellation handling by @sghng in #16
  • refactor: parallel processing for extract and export by @sghng in #19

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Nov 16:13
b04104a

Choose a tag to compare

What's Changed

  • refactor: organize tests by @sghng in #8
  • feat: pass additional flags to Typst by @sghng in #9

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Nov 19:34
60e1e5b

Choose a tag to compare

What's Changed

  • feat: PDFServices engine for pdf2docx by @sghng in #3
  • fix: derive output path using with_suffix by @sghng in #6

New Contributors

  • @sghng made their first contribution in #3

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Nov 03:36
02d2830

Choose a tag to compare

First release of the tool 🚀.