-
v0.18.0 Stable
released this
2026-06-21 22:29:15 +02:00 | 28 commits to main since this release📅 Originally published on GitHub: Sun, 21 Jun 2026 20:30:24 GMT
🏷️ Git tag created: Sun, 21 Jun 2026 20:29:15 GMTWhat's Changed
- feat: PDF to DOCX using LibreOffice, fixes #425 by @ToniRos in https://github.com/C4illin/ConvertX/pull/510
- fix: allow dynamic server port via environment variable by @giuliolibrando in https://github.com/C4illin/ConvertX/pull/530
- feat: update to debian testing (forky) by @C4illin in https://github.com/C4illin/ConvertX/pull/534
- fix(assimp): pass -f so non-extension targets work by @dantebarbieri in https://github.com/C4illin/ConvertX/pull/557
- security: fix path traversal vulnerability in conversion API by @Fluxmux in https://github.com/C4illin/ConvertX/pull/532
New Contributors
- @ToniRos made their first contribution in https://github.com/C4illin/ConvertX/pull/510
- @giuliolibrando made their first contribution in https://github.com/C4illin/ConvertX/pull/530
- @dantebarbieri made their first contribution in https://github.com/C4illin/ConvertX/pull/557
- @Fluxmux made their first contribution in https://github.com/C4illin/ConvertX/pull/532
Full Changelog: https://github.com/C4illin/ConvertX/compare/v0.17.0...v0.18.0
Downloads
-
v0.17.0 Stable
released this
2026-01-13 20:38:35 +01:00 | 51 commits to main since this release📅 Originally published on GitHub: Tue, 13 Jan 2026 20:47:26 GMT
🏷️ Git tag created: Tue, 13 Jan 2026 19:38:35 GMTThis release brings two new converters and a new bulk deletion UI. Thanks to all contributors! :)
What's Changed
- feat: add VCF to CSV converter by @kunal763 in https://github.com/C4illin/ConvertX/pull/497
- feat: bulk job deletion with multi-select UI. Closes #445 by @Namit2003 in https://github.com/C4illin/ConvertX/pull/481
- feat: markitdown implementation by @SAHIL-Sharma21 in https://github.com/C4illin/ConvertX/pull/486
- fix: add .wma file as ffmpeg input by @GeekSquirrel in https://github.com/C4illin/ConvertX/pull/485
- fix: timezone display in history page by @majiayu000 in https://github.com/C4illin/ConvertX/pull/479
- fix(docker): add python3-tinycss2 for Inkscape DXF export by @mehulanshumali in https://github.com/C4illin/ConvertX/pull/498
- test: add more unit tests by @Laertes87 in https://github.com/C4illin/ConvertX/pull/462
New Contributors
- @GeekSquirrel made their first contribution in https://github.com/C4illin/ConvertX/pull/485
- @majiayu000 made their first contribution in https://github.com/C4illin/ConvertX/pull/479
- @Namit2003 made their first contribution in https://github.com/C4illin/ConvertX/pull/481
- @mehulanshumali made their first contribution in https://github.com/C4illin/ConvertX/pull/498
- @kunal763 made their first contribution in https://github.com/C4illin/ConvertX/pull/497
Full Changelog: https://github.com/C4illin/ConvertX/compare/v0.16.1...v0.17.0
Downloads
-
v0.16.1 Stable
released this
2025-12-14 14:12:21 +01:00 | 79 commits to main since this release📅 Originally published on GitHub: Sun, 14 Dec 2025 13:21:05 GMT
🏷️ Git tag created: Sun, 14 Dec 2025 13:12:21 GMTJust a small update to fix the version in the footer
What's Changed
- fix: Version wasn't bumped for v0.16.0 by @C4illin in https://github.com/C4illin/ConvertX/pull/456
- fix: add FFMPEG_OUTPUT_ARGS by @C4illin in https://github.com/C4illin/ConvertX/pull/470
Full Changelog: https://github.com/C4illin/ConvertX/compare/v0.16.0...v0.16.1
Downloads
-
v0.16.0 Stable
released this
2025-12-01 22:31:10 +01:00 | 87 commits to main since this release📅 Originally published on GitHub: Mon, 01 Dec 2025 21:35:19 GMT
🏷️ Git tag created: Mon, 01 Dec 2025 21:31:10 GMTFinally a proper delete function thanks to @paramsiddharth and some bugfixes.
This version also fixes CVE-2025-66449.
What's Changed
- feat: add healthcheck endpoint by @C4illin in https://github.com/C4illin/ConvertX/pull/431
- feat: add delete button in history by @C4illin in https://github.com/C4illin/ConvertX/pull/440
- feat: Add button and API endpoint to delete job by @paramsiddharth in https://github.com/C4illin/ConvertX/pull/423
- fix: workaround for #435 by @C4illin in https://github.com/C4illin/ConvertX/pull/438
- fix: getPossibleTargets select correct targets by @C4illin in https://github.com/C4illin/ConvertX/pull/441
- fix: ensure data dir exists before loading db by @Rdeisenroth in https://github.com/C4illin/ConvertX/pull/433
- chore: fix typescript-eslint by @C4illin in https://github.com/C4illin/ConvertX/pull/439
New Contributors
- @paramsiddharth made their first contribution in https://github.com/C4illin/ConvertX/pull/423
- @Rdeisenroth made their first contribution in https://github.com/C4illin/ConvertX/pull/433
Full Changelog: https://github.com/C4illin/ConvertX/compare/v0.15.1...v0.16.0
Downloads
-
v0.15.1 Stable
released this
2025-10-07 22:27:38 +02:00 | 107 commits to main since this release📅 Originally published on GitHub: Tue, 07 Oct 2025 20:30:56 GMT
🏷️ Git tag created: Tue, 07 Oct 2025 20:27:38 GMTPublish package correctly. See v0.15.0 for changelog
Downloads
-
v0.15.0 Stable
released this
2025-10-07 21:58:11 +02:00 | 110 commits to main since this release📅 Originally published on GitHub: Tue, 07 Oct 2025 20:03:08 GMT
🏷️ Git tag created: Tue, 07 Oct 2025 19:58:11 GMTLots of new contributors for this release! Thank you :)
What's Changed
- feat: Text files support using libreoffice by @fasonju in https://github.com/C4illin/ConvertX/pull/354
- feat: Add Dasel Converter for Data Files - JSON, TOML, YAML, CSV and XML by @ben-burwood in https://github.com/C4illin/ConvertX/pull/402
- feat: add download all file by file alongside the tar download by @C4illin in https://github.com/C4illin/ConvertX/pull/415
- feat: Add MSG to EML email conversion support (#367) by @gingeekrishna in https://github.com/C4illin/ConvertX/pull/370
- feat: add VTracer converter for raster to vector conversion by @SAHIL-Sharma21 in https://github.com/C4illin/ConvertX/pull/388
- feat: Better handling of multiples files (Added Archive downloads and env var to set maximum concurrent processes) by @Netzz0 in https://github.com/C4illin/ConvertX/pull/342
- fix: Adding latexmk to dockerfile install packages, convertx errors otherw… by @r0gueSch0lar in https://github.com/C4illin/ConvertX/pull/394
- fix: EMF to PNG conversion issue #362 by @gingeekrishna in https://github.com/C4illin/ConvertX/pull/365
- fix: history for users who have a setup that does not use accounts by @NickJ-7010 in https://github.com/C4illin/ConvertX/pull/368
- fix: linting issues: configure knip for test files and fix prettier formatting by @Copilot in https://github.com/C4illin/ConvertX/pull/391
- fix: run qtwebengine without sandbox by @C4illin in https://github.com/C4illin/ConvertX/pull/322
- fix: update favicon by @C4illin in https://github.com/C4illin/ConvertX/pull/344
- ci: check formatting by @C4illin in https://github.com/C4illin/ConvertX/pull/383
- ci: remove hardcoded ghcr image name by @C4illin in https://github.com/C4illin/ConvertX/pull/378
- ci: remove release please by @C4illin in https://github.com/C4illin/ConvertX/pull/416
- test: add unit tests for converters by @Laertes87 in https://github.com/C4illin/ConvertX/pull/373
- chore: add devcontainer by @C4illin in https://github.com/C4illin/ConvertX/pull/413
- chore: hardcode ghcr token by @C4illin in https://github.com/C4illin/ConvertX/pull/381
- chore: test with id-token permissions by @C4illin in https://github.com/C4illin/ConvertX/pull/384
- chore: test without push by @C4illin in https://github.com/C4illin/ConvertX/pull/385
- chore: ts to js by @VictorBravo9er in https://github.com/C4illin/ConvertX/pull/355
New Contributors
- @gingeekrishna made their first contribution in https://github.com/C4illin/ConvertX/pull/365
- @fasonju made their first contribution in https://github.com/C4illin/ConvertX/pull/354
- @Netzz0 made their first contribution in https://github.com/C4illin/ConvertX/pull/342
- @NickJ-7010 made their first contribution in https://github.com/C4illin/ConvertX/pull/368
- @VictorBravo9er made their first contribution in https://github.com/C4illin/ConvertX/pull/355
- @Laertes87 made their first contribution in https://github.com/C4illin/ConvertX/pull/373
- @SAHIL-Sharma21 made their first contribution in https://github.com/C4illin/ConvertX/pull/388
- @r0gueSch0lar made their first contribution in https://github.com/C4illin/ConvertX/pull/394
- @ben-burwood made their first contribution in https://github.com/C4illin/ConvertX/pull/402
Full Changelog: https://github.com/C4illin/ConvertX/compare/v0.14.1...v0.15.0
Downloads
-
v0.14.1 Stable
released this
2025-06-04 10:57:03 +02:00 | 257 commits to main since this release📅 Originally published on GitHub: Wed, 04 Jun 2025 08:57:15 GMT
🏷️ Git tag created: Wed, 04 Jun 2025 08:57:03 GMT0.14.1 (2025-06-04)
Bug Fixes
Downloads
-
v0.14.0 Stable
released this
2025-06-03 20:07:34 +02:00 | 264 commits to main since this release📅 Originally published on GitHub: Tue, 03 Jun 2025 18:07:47 GMT
🏷️ Git tag created: Tue, 03 Jun 2025 18:07:34 GMT0.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
Downloads
-
v0.13.0 Stable
released this
2025-05-14 13:07:23 +02:00 | 312 commits to main since this release📅 Originally published on GitHub: Wed, 14 May 2025 11:07:41 GMT
🏷️ Git tag created: Wed, 14 May 2025 11:07:23 GMT0.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
Downloads
-
v0.12.1 Stable
released this
2025-04-01 14:15:28 +02:00 | 349 commits to main since this release📅 Originally published on GitHub: Tue, 01 Apr 2025 12:15:46 GMT
🏷️ Git tag created: Tue, 01 Apr 2025 12:15:28 GMT0.12.1 (2025-03-20)
Bug Fixes
- rollback to bun 1.2.2 (cdae798)
Downloads
mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-09-12 09:57:46 +02:00