From a0e12fecde6379605c247a69bc89e3ad882ddc39 Mon Sep 17 00:00:00 2001 From: Autechre Date: Tue, 24 Mar 2020 18:24:55 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 308837cefa..c5864b1a11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ # Future +- AUTOCONFIG: Use correct port index in input device configured/disconnected notifications +- MENU: Prevent font-related segfaults when using extremely small scales/window sizes +- MENU/OZONE: Update timedate style options for Last Played sublabel metadata +- MENU/OZONE: Hide 'Menu Color Theme' setting when 'Use preferred system color theme' is enabled +- MENU/OZONE: Fix thumbnail switching via 'scan' button functionality +- MENU/XMB: Fix thumbnail switching via 'scan' button functionality +- SCANNER: Prevent redundant playlist entries when handling M3U content # 1.8.5 - 3DS: Keep the bottom screen hidden on sleep/wakeup. When the 3DS wakes back up after being closed, the bottom screen needs to be reinitialized. Adding the condition here will cause the screen to be turned on or off based on the state of ctr_bottom_screen_enabled, as you'd expect