RetroArch/CHANGES.md

97 lines
5.1 KiB
Markdown
Raw Normal View History

2017-06-28 05:20:06 +00:00
# 1.6.2 (future)
2017-06-08 21:58:40 +00:00
- AUDIO: Mute now no longer disables/enables audio but instead properly mutes the audio volume.
Mute is also independent from the audio mixer volume.
- AUDIO: Audio mixer's volume can now be independently increased/decreased, and muted.
- SDL2: Fix 'SDL2 driver does not see the hat on wired Xbox 360 controller"
- SCANNING: Fix PS1 game scanning
- SCANNING: Move content list builder into scanner task with progress, fixes menu freeze with large playlists
2017-06-08 21:58:40 +00:00
- VITA: Add support for external USB if mounted
2017-07-06 10:59:03 +00:00
- VITA: Add cheevos support
2017-06-20 00:28:52 +00:00
- MENU: Add 'User Interface -> Views'. Ability to display/hide online updater and core updater
options.
2017-06-28 05:20:06 +00:00
- LINUX: Add a tinyalsa audio driver. Doesn't require asoundlib, should be self-contained and
lower-level.
2017-06-15 14:23:02 +00:00
- LOCALIZATION: Update French translation
2017-06-08 21:58:40 +00:00
- LOCALIZATION: Update Italian translation
2017-06-12 01:12:36 +00:00
- LOCALIZATION: Update Japanese translation
2017-06-08 21:58:40 +00:00
- LOCALIZATION: Update Russian translation
2017-06-08 22:00:28 +00:00
- WAYLAND: Fix menu mouse input
2017-06-18 12:15:02 +00:00
- WII: Add support for single-port 'PS1/PS2 to USB controller adapter'
2017-06-11 16:29:31 +00:00
- INPUT: Fix 'All Users Control Menu' setting
2017-06-11 16:30:10 +00:00
- INPUT: Add mouse index selection; ability now to select between different mice
2017-06-18 17:19:55 +00:00
- SETTINGS: Fix regression 'Custom Viewport is no longer overridable per-core or per-game'
2017-06-08 21:58:40 +00:00
2017-06-01 03:26:44 +00:00
# 1.6.0
2017-05-10 03:55:34 +00:00
- AUTOSAVE/SRAM - Fix bug #3829 / #4820 (https://github.com/libretro/RetroArch/issues/3829)
2017-05-22 08:03:49 +00:00
- ENDIANNESS: Fixed database scanning. Should fix scanning on PS3/WiiU/Wii, etc.
2017-03-25 09:26:52 +00:00
- NET: Fix bug #4703 (https://github.com/libretro/RetroArch/issues/4703)
- ANDROID: Runtime permission checking
2017-04-23 17:46:30 +00:00
- ANDROID: Improve autoconf fallback
- ANDROID: Improve shield portable/gamepad device grouping workaround
- ANDROID: Allow remotes to retain OK/Cancel position when menu_swap_ok_cancel is enabled
2017-03-25 09:26:52 +00:00
- LOCALIZATION: Update/finish French translation
- LOCALIZATION: Update German translation
- LOCALIZATION: Update Japanese translation
2017-05-28 01:12:25 +00:00
- LOCALIZATION/GUI: Korean font should display properly now with XMB/MaterialUI's default font
2017-06-01 10:43:27 +00:00
- LOCALIZATION: Update Russian translation
2017-05-22 08:03:49 +00:00
- MENU: Improved rendering for XMB ribbon; using additive blending (Vulkan/GL)
2017-04-23 17:08:58 +00:00
- OSX/MACOS: Fixes serious memory leak
2017-04-10 22:55:47 +00:00
- WINDOWS: Added WASAPI audio driver for low-latency audio. Both shared and exclusive mode.
2017-05-22 13:42:58 +00:00
- WINDOWS: Added RawInput input driver for low-latency, low-level input.
2017-04-23 17:46:30 +00:00
- WINDOWS: Core mouse input should be relative again in cores
2017-04-23 17:08:58 +00:00
- MISC: Various frontend optimizations.
- VIDEO: Fix threaded video regression; tickering of menu entries would no longer work.
2017-05-11 01:00:24 +00:00
- WII: Fix crashing issues which could occur with the dummy core
2017-05-22 08:01:38 +00:00
- WIIU: HID Controller support
- WIIU: XMB/MaterialUI menu driver support
2017-05-26 16:58:40 +00:00
- WIIU: Initial network/netplay support
2017-04-23 17:46:30 +00:00
- LOBBIES: Fallback to filename based matching if no CRC matches are found (for people making playlists by hand)
2017-05-16 01:13:39 +00:00
- LOBBIES: GUI refinement, show stop hosting when a host has been started, show disconnect when playing as client
2017-05-22 04:05:38 +00:00
- LOBBIES: if the game is already loaded it will try to connect directly instead of re-loading content (non-fullpath cores only)
2017-05-28 01:16:03 +00:00
- LOBBIES: unify both netplay menus
2017-05-22 08:01:38 +00:00
- THUMBNAILS: Thumbnails show up now in Load Content -> Collection, Information -> Database
2017-04-23 17:46:30 +00:00
- VITA: Fix slow I/O
2017-05-11 00:56:11 +00:00
- VITA: Fix 30fps menu (poke into input now instead of reading the entire input buffer which apparently is slow)
- VITA: Fix frame throttle
2017-05-15 03:21:28 +00:00
- VULKAN: Unicode font rendering support. Should fix bad character encoding for French characters, etc.
2017-05-06 16:07:11 +00:00
- VULKAN: Fix some crashes on loading some thumbnails
2017-06-01 03:26:44 +00:00
- AUDIO: Audio mixer support. Mix up to 8 streams with the game's audio.
2017-03-25 09:26:52 +00:00
# 1.5.0
2017-03-05 17:03:41 +00:00
- MOBILE: Single-tap for menu entry selection
- MOBILE: Long-tap a setting to reset to default
2017-02-11 19:45:11 +00:00
- ANDROID: Autoconf fallback
2017-02-15 23:26:18 +00:00
- ANDROID: Mouse support / Emulated mouse support
2017-02-15 23:25:21 +00:00
- AUTOCONF: Fix partial matches for pad name
2017-02-11 19:45:11 +00:00
- CHEEVOS: Fix crashes in the cheevos description menu
2017-03-05 19:22:50 +00:00
- CHEEVOS: WIP leaderboards support
- COMMON: Threading fixes
- COMMON: 9-slice texture drawing support
2017-03-06 01:48:14 +00:00
- CORETEXT/APPLE: Ability to load menu display font drivers and loading of custom font.
2017-02-11 19:45:11 +00:00
- DOS: Add keyboard driver
2017-03-05 19:22:50 +00:00
- DOS: Improve color accuracy and scaling
2017-02-15 23:25:21 +00:00
- GUI: Various settings are now only visible when advanced settings is enabled
2017-03-06 08:50:24 +00:00
- GUI: Allow changing icon theme on the fly
- GUI: Add a symbol page in the OSK
- GUI: Better dialogs for XMB
2017-03-05 17:04:29 +00:00
- LOCALIZATION: Add/update Korean translation
2017-03-06 01:48:14 +00:00
- LOCALIZATION: Rewrite German translation
- LOCALIZATION: Update several English sublabels
- LOCALIZATION: Update several Japanese labels
2017-03-05 19:22:50 +00:00
- NET: Allow manual netplay content loading
- NET: Announcing network games to the public lobby is optional now
2017-02-15 23:25:21 +00:00
- NET: Bake in miniupnpc
2017-03-05 19:22:50 +00:00
- NET: Fix netplay join for contentless cores
- NET: Lan games show next to lobbies with (lan) and connect via the private IP address
- NET: Use new lobby system with MITM support
2017-03-06 08:50:24 +00:00
- NET: Fix netplay rooms being pushed on the wrong tab
2017-03-05 19:22:50 +00:00
- NUKLEAR: Update to current version
2017-02-15 23:25:21 +00:00
- SCANNER: Always add 7z & zip to supported extensions
- VULKAN: Find supported composite alpha in swapchain
2017-02-21 05:04:48 +00:00
- VULKAN: Add snow/bokeh shader pipeline effects - at parity with GL now
2017-03-05 19:22:50 +00:00
- WIIU: Keyboard support
2017-02-15 23:25:21 +00:00
- WINDOWS: Logging to file no longer spawns an empty window
2017-03-05 19:22:50 +00:00
- WINDOWS: Fix loading of core/content via file menu
2017-02-11 19:43:28 +00:00
# 1.4.1