From 1f20f0242677e3be4b08349e58d9e9e146d43f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Thu, 8 Aug 2019 14:20:11 +0200 Subject: [PATCH] Update NEWS --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index afa91d5f7..d64f8e22f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Changes between 3.2.0-beta-02 and 3.2.0-beta-03: +------------------ + +Application: + * Add a crash send dialog for betas + * Improve display during lists scrolling + * Fix crash on seek in video player during Chromecasting + * Menu option to switch between list and grid for artists and albums + * Fix subtitles picker + * Fix languages change not effective + * Tons of UI improvements + * Browsers performance improvements + * Misc. crash fixes + +TV: + * Fix headers display in browsing + * Load relevant item icons in browsers + * Display network protocol and network icon + +VLC: + * Fix UPnP discovery crash + * Improve SMBv2 anonymous login support + Changes between 3.2.0-beta-01 and 3.2.0-beta-02: ------------------