From 2e6e0bd6a6667af607824ffbd5f11b746026f8a9 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Fri, 28 Mar 2025 07:55:18 +0100 Subject: [PATCH] Bump the app to 3.6.4 Beta 4 --- NEWS | 15 +++++++++++++++ build.gradle | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index dea187de2b..43cf639cd3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Changes between 3.6.4 Beta 3 and 3.6.4 Beta 4: +------------------ + * New default playback setting + * New feedback section in the about screen + * Resume playback and player behavior fixes + * Remove the reporter from the app launcher + * Add a quick play setting to play files without parsing + * Remote access: fix some mini player layout + * Remote access: always show the volume bar + * Remote access: fix the streams playback + * Fix some subtitles download issues + * Android auto behavior improvements + * Fix the equalizer navigation with DPAD + * Crash and behavior fixes + Changes between 3.6.4 Beta 2 and 3.6.4 Beta 3: ------------------ * New bookmark navigation diff --git a/build.gradle b/build.gradle index ea7b90c99d..7004c21385 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionCode = 3060330 - versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 3' + versionCode = 3060340 + versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 4' vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 remoteAccessVersion = '0.5.0' libvlcVersion = vlcMajorVersion == 3 ? '3.6.1' :'4.0.0-eap19' -- GitLab