From 63f7de33baabcd3fbc373bd9efa20691bd232f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net> Date: Tue, 25 Jun 2024 11:38:07 +0200 Subject: [PATCH] NEWS: add documentation for 3.6.0 --- Documentation/NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/NEWS.md b/Documentation/NEWS.md index e9b80efe2..dac1c405d 100644 --- a/Documentation/NEWS.md +++ b/Documentation/NEWS.md @@ -1,5 +1,15 @@ # Changelog +## iOS [3.6.0] +· Add rotation during video playback to show the video independent of the actual state of the device +· Add support for custom equalizer profiles +· Add support for playing entire folders and multiple files on iOS 11 and above stored outside the VLC context +· Rewrite OpenSubtitles.org integration using the JSON API +· Improve search of locally stored content with regex matching + +## tvOS [3.6.0] +· Rewrite OpenSubtitles.org integration using the JSON API + ## iOS [3.5.10] · Fix stability issues when decoding specific AV1 content on 64bit devices · Fix silence when playing specific content in the OPUS format -- GitLab