Skip to content

Releases: C4illin/ConvertX

v0.17.0

13 Jan 20:47

Choose a tag to compare

This release brings two new converters and a new bulk deletion UI. Thanks to all contributors! :)

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

14 Dec 13:21
df3330f

Choose a tag to compare

Just a small update to fix the version in the footer

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

01 Dec 21:35

Choose a tag to compare

Finally a proper delete function thanks to @paramsiddharth and some bugfixes.

This version also fixes CVE-2025-66449.

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

07 Oct 20:30

Choose a tag to compare

Publish package correctly. See v0.15.0 for changelog

v0.15.0

07 Oct 20:03
4f61577

Choose a tag to compare

Lots of new contributors for this release! Thank you :)

What's Changed

  • feat: Text files support using libreoffice by @fasonju in #354
  • feat: Add Dasel Converter for Data Files - JSON, TOML, YAML, CSV and XML by @ben-burwood in #402
  • feat: add download all file by file alongside the tar download by @C4illin in #415
  • feat: Add MSG to EML email conversion support (#367) by @gingeekrishna in #370
  • feat: add VTracer converter for raster to vector conversion by @SAHIL-Sharma21 in #388
  • feat: Better handling of multiples files (Added Archive downloads and env var to set maximum concurrent processes) by @Netzz0 in #342
  • fix: Adding latexmk to dockerfile install packages, convertx errors otherw… by @r0gueSch0lar in #394
  • fix: EMF to PNG conversion issue #362 by @gingeekrishna in #365
  • fix: history for users who have a setup that does not use accounts by @NickJ-7010 in #368
  • fix: linting issues: configure knip for test files and fix prettier formatting by @Copilot in #391
  • fix: run qtwebengine without sandbox by @C4illin in #322
  • fix: update favicon by @C4illin in #344
  • ci: check formatting by @C4illin in #383
  • ci: remove hardcoded ghcr image name by @C4illin in #378
  • ci: remove release please by @C4illin in #416
  • test: add unit tests for converters by @Laertes87 in #373
  • chore: add devcontainer by @C4illin in #413
  • chore: hardcode ghcr token by @C4illin in #381
  • chore: test with id-token permissions by @C4illin in #384
  • chore: test without push by @C4illin in #385
  • chore: ts to js by @VictorBravo9er in #355

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

04 Jun 08:57
ce41ee2

Choose a tag to compare

0.14.1 (2025-06-04)

Bug Fixes

v0.14.0

03 Jun 18:07
0f2172d

Choose a tag to compare

0.14.0 (2025-06-03)

The biggest change in this release is the change from Alpine to Debian, which fixes many long standing issues. Hopefully it doesn't introduce to many new ones...

Features

  • add dvisvgm (625e1a5)
  • add ImageMagick (b47e575), closes: #295, closes: #269
  • enhance job details display with file information (50725ed), closes: #251
  • improve job details interaction and accessibility (29ba229)
  • show version in footer (9a49ded)

Bug Fixes

v0.13.0

14 May 11:07
7914194

Choose a tag to compare

0.13.0 (2025-05-14)

Features

  • add HIDE_HISTORY option to control visibility of history page (9d1c931)
  • add potrace converter (bdbd4a1)
  • add support for .HIF files (70705c1)
  • add support for drag/drop of images (ff2ef74)

Bug Fixes

v0.12.1

01 Apr 12:15
5b6e70e

Choose a tag to compare

0.12.1 (2025-03-20)

Bug Fixes

v0.12.0

06 Mar 17:47
24394ca

Choose a tag to compare

0.12.0 (2025-03-06)

Features

  • added progress bar for file upload (db60f35)
  • made every upload file independent (cc54bdc)
  • replace exec with execFile (9263d17)

Bug Fixes

  • add libheif (6b92540)
  • add libheif (decfea5), closes #202
  • added onerror log (ae4bbc8)
  • refactored uploadFile to only accept a single file instead of multiple (dc82a43)
  • update libheif to 1.19.5 (fba5e21), closes #202