Update CHANGES.md

This commit is contained in:
Autechre 2020-03-24 18:24:55 +01:00 committed by GitHub
parent af52212e6d
commit a0e12fecde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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