Update convertx to v0.17.0 (#4473)

This commit is contained in:
Alexander L. 2026-01-15 12:20:28 +01:00 committed by GitHub
parent f3150e0e71
commit c0cf67fe56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View File

@ -5,7 +5,7 @@ services:
APP_PORT: 3000
server:
image: c4illin/convertx:v0.16.1@sha256:1402221b314c794e918a219b7f7698a214e447304472ca406acccc91e9537e63
image: c4illin/convertx:v0.17.0@sha256:e1f85be04bbaf8a55ead9261194c3ae0fa0957d303ea537127154860b2552afd
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: convertx
category: files
name: ConvertX
version: "0.16.1"
version: "0.17.0"
tagline: Self-hosted online file converter
description: >
ConvertX is a self-hosted file converter. Supports over a thousand different formats.
@ -26,12 +26,15 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This update includes a minor fix for the version display and FFMPEG output arguments.
This release brings two new converters and a new bulk deletion UI.
Key changes include:
- Fixed version number display in the footer
- Added FFMPEG_OUTPUT_ARGS support
Key highlights include:
- Added VCF to CSV converter
- Added bulk job deletion with multi-select UI
- Added markitdown implementation for document conversion
- Fixed timezone display in history page
- Added support for .wma files in FFMPEG
Full changelog can be found at https://github.com/C4illin/ConvertX/releases