mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 07:05:39 +00:00
Documentation update
This commit is contained in:
parent
a0f5e013cc
commit
e1e8420306
|
@ -11,22 +11,27 @@
|
|||
* Completely removed support for legacy EmulationStation themes
|
||||
* Removed the "Legacy gamelist view style" and "Legacy theme transitions" settings
|
||||
* Removed the "Display pillarboxes for gamelist videos" and "Render scanlines for gamelist videos" settings
|
||||
* Added a utility for removing orphaned data (game media, gamelist entries and custom collection entries)
|
||||
* Added support for downloading the Windows and macOS packages via the application updater (manual installation still required)
|
||||
* Added support for pasting text into the application (when a text input field is focused)
|
||||
* Added support for using most characters (including multi-byte Unicode characters) in custom collection names
|
||||
* Added a new Utilities menu to the main menu
|
||||
* Added an entry to the Utilities menu for rescanning the ROM directory
|
||||
* Added a utility for removing orphaned data (game media, gamelist entries and custom collection entries)
|
||||
* Added ares standalone as an alternative emulator for the gamegear, gb, gba, gbc and satellaview systems
|
||||
* Changed the "no games" dialog to no longer save the ROM directory to es_settings.xml if its value hasn't changed
|
||||
* When editing custom collections with really long names, the "Y" helpsystem text now gets abbreviated
|
||||
* Removed Linux DEB package support from ApplicationUpdater as these packages are no longer provided
|
||||
* Changed ComponentList to fixed row heights which fixed many alignment issues
|
||||
* Improved the layout for the scraper and theme downloader to look more consistent across different display aspect ratios
|
||||
* Added a download percentage indicator to the application updater
|
||||
* Made the miximage offline generator GUI sizing more consistent across different display aspect ratios
|
||||
* Removed the es_log.txt entry when an es_systems.cfg legacy systems configuration file was found on startup
|
||||
* Improved menu system font rendering on GPUs without proper texture filtering support
|
||||
* Added theme support for the "manual" metadata type for the text element
|
||||
* Changed the application updater to not use the scraper's transfer and connection timeout settings
|
||||
* Replaced a number of homecooked functions in FileSystemUtil with those from the C++ standard library
|
||||
* (Windows) Added a warning dialog on startup if an unsafe upgrade of the portable release has been made
|
||||
* (Windows) Improved the README.txt file for the portable release
|
||||
* (macOS) Changed the minimum required OS version from 10.14 "Mojave" to 10.15 "Catalina"
|
||||
* (macOS) Completely removed support for the legacy OS build
|
||||
* Updated LunaSVG to 2.3.6
|
||||
|
|
|
@ -120,27 +120,23 @@ _This is the dialog shown if no game files were found. It lets you configure the
|
|||
|
||||
**Note:** Before upgrading ES-DE, make sure that you have not made any system customizations anywhere in the installation directory structure as these files will be overwritten during the upgrade process. All customizations should go into ~/.emulationstation/custom_systems/ as described elsewhere in this guide. None of the upgrade methods mentioned below will ever touch any files inside your .emulationstation directory tree.
|
||||
|
||||
As of ES-DE 2.1.0 there is a built-in application updater that can update the Linux AppImage releases. Later on this will hopefully be expanded to cover more package formats and operating systems. Its use is straightforward, just follow the on-screen instructions. The old AppImage file is retained by renaming it, adding its version to the filename followed by the .OLD extension, for example `EmulationStation-DE-x64_SteamDeck.AppImage_2.1.0.OLD`
|
||||
There is a built-in application updater that can automatically update the Linux AppImage releases, and as of ES-DE 2.2.0 there is also support for downloading the Windows and macOS packages. Just be aware that these will still need to be manually installed. Using the application updater is straightforward, just follow the on-screen instructions. For the AppImage releases the old file is retained by renaming it, adding its version to the filename followed by the .OLD extension, for example `EmulationStation-DE-x64_SteamDeck.AppImage_2.1.0.OLD`
|
||||
|
||||
Note that the updater will keep whatever filename you had for your running AppImage file, which could potentially be confusing if you for example added version information to the filename. It's always recommend to keep the default AppImage filenames, i.e. `EmulationStation-DE-x64.AppImage` and `EmulationStation-DE-x64_SteamDeck.AppImage`
|
||||
|
||||
Regardless of package format and operating system it's a good idea to update the ROMs directory tree after upgrading to a new version. It's possible that the new ES-DE release adds support for more systems and emulators compared to the version you previously had installed. The easiest way to do this is to start ES-DE once with the _--create-system-dirs_ command line option which will create any missing system directories and also update the systems.txt and systeminfo.txt files. This is a safe operation as it will not overwrite or delete your game files.
|
||||
|
||||
![alt text](images/es-de_application_updater.png "ES-DE Application Updater")
|
||||
_This is what the application updater looks like when the update process has been completed._
|
||||
|
||||
**Linux .deb package**
|
||||
|
||||
Upgrading ES-DE using this package type is very straightforward, just run it through the package manager of your operating system and the process should be entirely automatic.
|
||||
|
||||
**Linux AUR**
|
||||
|
||||
AUR upgrades should be automatically handled via your package manager and it should be a completely automatic process. When a new release is available you should be notified of this.
|
||||
_This is what the application updater looks like when the update process has been completed for the Linux AppImage release._
|
||||
|
||||
**Linux AppImage**
|
||||
|
||||
Use the built-in application updater as described above.
|
||||
|
||||
**Linux AUR**
|
||||
|
||||
AUR upgrades should be automatically handled via your package manager and it should be a completely automatic process. When a new release is available you should be notified of this.
|
||||
|
||||
**macOS**
|
||||
|
||||
Open _Applications_ in Finder and right click on _EmulationStation Desktop Edition_ and choose _Move to Trash_. Then simply install the new release using the .dmg drag-and-drop installer.
|
||||
|
|
|
@ -127,18 +127,14 @@ Regardless of package format and operating system it's a good idea to update the
|
|||
![alt text](images/es-de_application_updater.png "ES-DE Application Updater")
|
||||
_This is what the application updater looks like when the update process has been completed._
|
||||
|
||||
**Linux .deb package**
|
||||
**Linux AppImage**
|
||||
|
||||
Upgrading ES-DE using this package type is very straightforward, just run it through the package manager of your operating system and the process should be entirely automatic.
|
||||
Use the built-in application updater as described above.
|
||||
|
||||
**Linux AUR**
|
||||
|
||||
AUR upgrades should be automatically handled via your package manager and it should be a completely automatic process. When a new release is available you should be notified of this.
|
||||
|
||||
**Linux AppImage**
|
||||
|
||||
Use the built-in application updater as described above.
|
||||
|
||||
**macOS**
|
||||
|
||||
Open _Applications_ in Finder and right click on _EmulationStation Desktop Edition_ and choose _Move to Trash_. Then simply install the new release using the .dmg drag-and-drop installer.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 117 KiB |
Loading…
Reference in a new issue