From df8a2274dfe8dce3a304cd99b6809f52fc57d639 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 5 Dec 2017 13:47:23 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 17bb6ec41b..cabe1a0b9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # 1.7.0 (future) -- CHEEVOS: Add badges +- CHEEVOS: Add badges for achievements, shows thumbnail images of achievements. +- COMMON: Add 'Automatically Load Content To Playlist' feature, enabled by default. +- COMMON: Fix slowmotion ratio always being reset back to 1. +- COMMON: Optimized NBIO implementations now for Apple, Windows, and Linux. Uses mmap for Linux/Windows/BSD if/when available. File I/O should now be much faster for loading images inside the menu. +- COMMON: Native Blissbox support now for latest firmware as of writing (2.0). Implementation through libusb and/or native Windows HID. +- COMMON: New lightgun API. +- FREEBSD: Support libusb HID input driver. +- HAIKU: Buildfix. +- LOCALIZATION: Update Italian translation. +- LOCALIZATION: Update Portuguese-Brazilian translation. +- LOCALIZATION: Update Russian translation. +- OSX/PPC: Fix the GL2 renderchain, had to use EXT versions of framebuffer/renderbuffer functions. +- SCANNER: Fix crash from Windows-incompatible format string. +- WIIU: Disabled the controller patcher for now since it was the source of many stability issues. +- WINDOWS: Raw input driver now supports new lightgun code. +- X11: Add RetroArch logo to window title bar. +- X11: Input driver now supports new lightgun code. # 1.6.9 - COMMON: Small memory leak.