Update CHANGES.md

This commit is contained in:
twinaphex 2019-01-31 23:58:15 +01:00
parent db04ac0b2a
commit 374b724118

View File

@ -1,17 +1,21 @@
# 1.7.7 (future) # 1.7.7 (future)
# 1.7.6 # 1.7.6
- ANDROID: Fix Xperia Play input binding - ANDROID: Fix Xperia Play input binding.
- CHEEVOS: Reset when hardcore mode is toggled - CHEEVOS: Reset when hardcore mode is toggled.
- CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs). - CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs).
- COMMON: Add new JSON playlist format - COMMON: Add new JSON playlist format.
- COMMON: Fix playlist corruption when deleting items - COMMON: Fix playlist corruption when deleting items.
- COMMON: Fix archive progress display calculation - COMMON: Fix archive progress display calculation.
- COMMON: Fix playlist entries appearing with previously used names - COMMON: Fix playlist entries appearing with previously used names.
- COMMON: Fix screenshot filename with no core or content - COMMON: Fix screenshot filename with no core or content.
- COMMON: Allow compiling without menu support - COMMON: Allow compiling without menu support.
- CORE UPDATER: Allow sideloading cores from the menu - CORE UPDATER: Allow sideloading cores from the menu.
- CPU FILTERS: Add Normal2x filter. - CPU FILTERS: Add Normal2x filter.
- CRT/LINUX: New Linux switching method partially implemented.
- CRT/LINUX: Linux restore desktop resolution fixed.
- CRT/LINUX: Monitor index switching and auto enumerate for output detection in Linux (still working on the windows method).
- CRT/RASPBERRY PI: Initial support.
- DATE: Add Date / Time style options. - DATE: Add Date / Time style options.
- DEBUGGING: Add an integrated crash handler for debug builds (see https://docs.libretro.com/tech/debugging) - DEBUGGING: Add an integrated crash handler for debug builds (see https://docs.libretro.com/tech/debugging)
- DISCORD: Register the application name properly. - DISCORD: Register the application name properly.
@ -28,13 +32,19 @@
- MENU: New "ozone" menu driver. - MENU: New "ozone" menu driver.
- MENU: Only show CRT SwitchRes if video display server is implemented (Windows/Linux for now) - MENU: Only show CRT SwitchRes if video display server is implemented (Windows/Linux for now)
- MENU: User Interface -> Appearance -> 'Menu Font Green/Blue Color' settings now work properly. - MENU: User Interface -> Appearance -> 'Menu Font Green/Blue Color' settings now work properly.
- MENU: Add option to enable in-menu sound effects - MENU: Add option to enable in-menu sound effects.
- MENU/QT/WIMP: Allow building with MSVC2017 - MENU/D3D: Scissoring support (will be used for Ozone and menu widgets).
- MENU/QT/WIMP: Add detailed file browser table - MENU/QT/WIMP: Allow building with MSVC2017.
- MENU/QT/WIMP: New grid view implementation that is faster and loads thumbnails on-demand - MENU/QT/WIMP: Add detailed file browser table.
- MENU/QT/WIMP: New grid view implementation that is faster and loads thumbnails on-demand.
- MENU/QT/WIMP: Thumbnail drag and drop support.
- MENU/RGUI: Overhaul custom theme interface + add wallpaper support.
- MENU/RGUI: Thumbnail support and thumbnail downscaling.
- MENU: Hide password values.
- MENU/SOUNDS: Implement in-menu sound effects (not enabled by default for now, still experimental).
- MIDI: Add a Linux ALSA driver for MIDI. - MIDI: Add a Linux ALSA driver for MIDI.
- NETPLAY: Force fast-save-states when netlay is enabled - NETPLAY: Force fast-save-states when netplay is enabled.
- NETPLAY: Allow quick joining subsystem lobbies - NETPLAY: Allow quick joining subsystem lobbies.
- OSX: Initial CoreAudio V3 audio driver (not yet used in release builds). - OSX: Initial CoreAudio V3 audio driver (not yet used in release builds).
- OSX: OpenGL 3.2 Core support for cores. - OSX: OpenGL 3.2 Core support for cores.
- PS2: Initial PlayStation2 port. - PS2: Initial PlayStation2 port.
@ -49,20 +59,21 @@
- SWITCH: Proper button labels. - SWITCH: Proper button labels.
- TVOS: Initial tvOS port. - TVOS: Initial tvOS port.
- VULKAN: Fix RGUI crashing at startup. - VULKAN: Fix RGUI crashing at startup.
- VULKAN/RGUI: Enable 'Menu Linear Filter' option.
- VULKAN: Fix secondary screens in overlays not working. - VULKAN: Fix secondary screens in overlays not working.
- WAYLAND: Implement idle-inhibit support (needed for screensaver suspend). - WAYLAND: Implement idle-inhibit support (needed for screensaver suspend).
- WAYLAND: Fix fullscreen toggle - WAYLAND: Fix fullscreen toggle.
- WIIU: Initial netplay peer-to-peer support. Network information working. - WIIU: Initial netplay peer-to-peer support. Network information working.
- WINDOWS/WSA: Network Information info is blank until first network operation. - WINDOWS/WSA: Network Information info is blank until first network operation.
- WINDOWS: Fix an ancient bug that caused wrong mappings for keyboard arrows - WINDOWS: Fix an ancient bug that caused wrong mappings for keyboard arrows.
- WINDOWS: Remember window size and position if so desired - WINDOWS: Remember window size and position if so desired.
- WINDOWS: SSL/TLS connections now work properly. - WINDOWS: SSL/TLS connections now work properly.
- WINDOWS: Fall back to GDI driver if no accelerated graphics driver is found. - WINDOWS: Fall back to GDI driver if no accelerated graphics driver is found.
- UWP: Initial UWP port. - UWP: Initial UWP port.
- VFS: Update to version 3 - VFS: Update to version 3.
- XBONE: Initial Xbox One port. - XBONE: Initial Xbox One port.
- XMB/OZONE: Add more icons - XMB/OZONE: Add more icons.
- ???: Easter Egg - ???: Easter Egg.
# 1.7.5 # 1.7.5
- CAMERA: Fix Video4Linux2 driver that broke years ago. - CAMERA: Fix Video4Linux2 driver that broke years ago.