From 65e0699cb101f62d35db4ba2ba359faf63b4adec Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Mon, 30 Oct 2023 11:19:39 +0100 Subject: [PATCH] Add changelog --- ...ment-add-support-for-audio-files-to-thumbnails-service.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/enhancement-add-support-for-audio-files-to-thumbnails-service.md diff --git a/changelog/unreleased/enhancement-add-support-for-audio-files-to-thumbnails-service.md b/changelog/unreleased/enhancement-add-support-for-audio-files-to-thumbnails-service.md new file mode 100644 index 0000000000..47d67e2849 --- /dev/null +++ b/changelog/unreleased/enhancement-add-support-for-audio-files-to-thumbnails-service.md @@ -0,0 +1,5 @@ +Enhancement: Add support for audio files to the thumbnails service + +The thumbnails service can now extract artwork from audio files (mp3, ogg, flac) and render it just like any other image. + +https://github.com/owncloud/ocis/pull/7491