Update convertx to v0.17.0 (#4473)
This commit is contained in:
parent
f3150e0e71
commit
c0cf67fe56
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user