From 513919b3cf4d8b6772e97cc162476c0891c75524 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Tue, 15 Mar 2022 13:03:51 +0100 Subject: [PATCH] Bump app to 3.5.0 Beta 1 --- NEWS | 11 +++++++++++ build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0db6a25847..3a3e9728a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes between 3.4.4 and 3.5.0 Beta 1: +------------------ + * Network indexation is now stable + * New dedicated tablet UI + * New video controls settings screen allowing more customization + * Revamped about screen and audio list + * Small visual improvements in the audio player + * Improved video ratio and notch management + * Improved keyboard shortcuts support + * A lot of visual and behavior fixes + Changes between 3.4.3 and 3.4.4: ------------------ * Fix a crash on null medias diff --git a/build.gradle b/build.gradle index 5522f2043a..fc55fdb116 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionName = '3.4.4' - versionCode = 3040400 + versionName = '3.5.0 Beta 1' + versionCode = 3040410 libvlcVersion = '3.5.0-eap4' medialibraryVersion = '0.11.0-eap4' minSdkVersion = 17 -- GitLab