2020-06-14 10:55:31 +00:00
v1.0.0
2020-06-14 11:16:51 +00:00
======
2020-06-14 10:55:31 +00:00
### General
* Initial version, fork from RetroPie EmulationStation 2.10.0rp-dev (master)
* Reorganization and general overhaul of the menu system, hopefully making it more intuitive and easy to understand
* Many quality of life improvements and removal of GUI inconsistencies
* New game media file logic using a media directory with files matching the ROM names instead of pointing to the media files in gamelist.xml
* Updated scraper to support additional media files, detailed configuration of what to scrape, semi-automatic mode etc.
2020-07-15 15:44:27 +00:00
* In the metadata editor, any values updated by the single-game scraper or by the user are now highlighted using a different font color
2020-06-14 10:55:31 +00:00
* Gamelist sorting now working as expected and is persistent throughout the application session
* Full navigation sound support, configurable per theme
2020-06-24 21:25:23 +00:00
* New default theme rbsimple-DE bundled with the software, this theme is largely based on recalbox-multi by the Recalbox community
2020-07-07 19:33:33 +00:00
* Added extensive es_systems.cfg templates for Unix and Windows
2020-07-10 16:32:23 +00:00
* Updated the application to compile and work on Microsoft Windows, including full UTF-16 (Unicode) support
2020-06-14 10:55:31 +00:00
* Seamless (almost) launch of games without showing the desktop when starting and returning from RetroArch and other emulators
2020-07-07 19:33:33 +00:00
* Per-game launch command override, so that different cores or emulators can be used on a per-game basis (saved to gamelist.xml)
* Core location can be defined relative to the emulator binary using the %EMUPATH% varible in es_systems.cfg (mostly useful for Windows)
2020-07-26 20:19:29 +00:00
* Properly implemented the option to show or hide hidden files and folders
* Properly implemented the option to show or hide games flagged as hidden in the metadata editor
2020-06-14 10:55:31 +00:00
* Help system updated and expanded to the complete application (previously it was only partially implemented)
2020-07-14 17:16:21 +00:00
* Improved input device configuration, and default keyboard mappings are now applied if the keyboard has not been configured by the user
2020-06-14 10:55:31 +00:00
* GUI-configurable option to sort favorite games on the top of the game lists (favorites marked with stars)
2020-06-21 12:25:28 +00:00
* Added new component GuiComplexTextEditPopup to handle changes to configuration file entries and similar
2020-06-14 10:55:31 +00:00
* Speed improvements and optimizations, the application now starts faster and feels more responsive
2020-06-21 19:08:54 +00:00
* Moved all resources to a subdirectory structure and enabled the CMake install prefix variable to generate the resources search path
* Changed theme directory to the install prefix (e.g. /usr/local/share/emulationstation/themes) with themes in the home directory taking precedence
2020-06-22 17:46:09 +00:00
* No more attempts to open files directly under /etc, instead only the install prefix directory and the home directory are used
2020-07-08 15:01:47 +00:00
* Added proper error handling for missing resource files and improved overall logging
2020-06-14 10:55:31 +00:00
* Refactoring, cleanup and documentation of the source code, removal of deprecated files etc.
* All required fonts bundled with the application, no dependencies on the OS to provide them any longer
2020-06-24 20:20:23 +00:00
* Made pugixml an external dependency instead of bundling it
2020-07-07 19:33:33 +00:00
* Updated the CMake/CPack install and package build script to work as expected (can now generate .deb, .rpm and NSIS installation packages)
* Added support for Clang/LLVM, made the application build with no errors or warnings using this compiler (Unix only)
2020-06-14 10:55:31 +00:00
* License files included for all the libraries and resources that are bundled with the application
2020-06-24 21:25:23 +00:00
* Updated the MAME ROM index files to include ROMs up to MAME version 0.221 (and created scripts to easily generate these index files in the future)
2020-06-14 10:55:31 +00:00
### Bug fixes
* Metadata editor insisted that changes were made although nothing was updated
2020-07-15 15:44:27 +00:00
Note: The editor will still ask for save confirmations after automatically rounding fractional game ratings to half-star values, but any time such a rounding has taken place, the rating stars will be colored green in the metadata editor to nofity the user
2020-06-14 10:55:31 +00:00
* Game images were sometimes scaled incorrectly
* Non-transparent favorite icons were not rendered correctly
2020-07-13 18:13:48 +00:00
* Restart and power-off menu entries not working
2020-06-22 15:27:53 +00:00
* Toggling the screensaver didn't work as expected
2020-07-13 18:13:48 +00:00
* Deleting a game did not delete the game media files or its entry in the gamelist.xml file
2020-07-19 17:50:14 +00:00
* SystemView didn't properly loop the systems if only two systems were available
2020-07-26 13:21:41 +00:00
* Hidden files still showed up if they had a gamelist.xml entry
* On Unix, adding a hidden folder with a game in it crashed the application on startup
2020-07-26 13:50:40 +00:00
* If the user tried to enter a blank game name in the metadata editor, the application would crash upon saving
2020-06-15 20:14:41 +00:00
* Lots and lots of small bugs and inconsistencies fixed