From 45d9eca4d3fc28c9e6f1431c18c81b9e8f044a4f Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 30 Nov 2024 11:22:21 +0100 Subject: [PATCH] Documentation update --- CHANGELOG.md | 1 + FAQ-ANDROID.md | 2 +- ROADMAP.md | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637727e50..76661a93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ In addition to the above there are a number of bug fixes and other minor improve * (Android) Audio was not working correctly on some Android 15 devices (fixed by updating SDL to 2.30.9) * (Android) Switching from ES-DE to another app and back again while the "no ROMs" dialog was shown crashed the application * (Android) Switching from ES-DE to the home app and back again while the onboarding configurator was running crashed the application +* (Android) On some devices, disabling the "Blur background when menu is open" option led to rendering issues * (Windows) The video and slideshow screensavers didn't work if a custom game media directory had been configured * There was a regression where filesystem case-sensitivity was not considered when looking for media files for the screensaver * Invalid popup notifications were sometimes shown after a download error message had been displayed in the theme downloader diff --git a/FAQ-ANDROID.md b/FAQ-ANDROID.md index 26685e24a..1b712d3fe 100644 --- a/FAQ-ANDROID.md +++ b/FAQ-ANDROID.md @@ -24,7 +24,7 @@ You only need to buy the Patreon release once, and then you can use it on all yo ## ES-DE doesn't work on my device, can I get a refund? -Although the overwhelming majority of people have successfully got ES-DE to run on their devices (assuming they are fulfilling the basic requirements of 64-bit Android 10 or later) there are some devices that have been problematic. Unfortunately Android is not really a standardized operating system and hardware manufacturers are sometimes applying custom patches and such which may prevent ES-DE from working correctly. We will refund anyone that bought ES-DE on Patreon within one month from the purchase date if they are unable to get ES-DE to run on their device. Just send a DM on Patreon and we will issue a refund as soon as possible. We are however unfortunately not able to refund purchases on the Samsung Galaxy Store and Huawei AppGallery. But make sure to read the next question below as your device may be compatible after all. +Although the overwhelming majority of people have successfully got ES-DE to run on their devices (assuming they are fulfilling the basic requirements of 64-bit Android 10 or later) there are some devices that have been problematic. Unfortunately Android is not really a standardized operating system and hardware manufacturers are sometimes applying custom patches and such which may prevent ES-DE from working correctly. We will refund anyone that bought ES-DE on Patreon within one month from the purchase date if they are unable to get ES-DE to run on their device. Just send a DM on Patreon and we will issue a refund as soon as possible. We are unfortunately not able to directly refund purchases on the Samsung Galaxy Store and Huawei AppGallery, but you may still be able to get a refund by contacting Samsung or Huawei. Anyway, make sure to read the next question below as your device may be compatible after all. ## ES-DE hangs at the onboarding configurator, is the app not compatible with my device? diff --git a/ROADMAP.md b/ROADMAP.md index 1e953efcc..2b407b2ae 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,6 +5,7 @@ ES-DE is developed using an agile methodology so which features to include per r A more detailed breakdown can be found on the [Kanban](https://gitlab.com/es-de/emulationstation-de/-/boards) board, and for previous releases the [Changelog](CHANGELOG.md) contains all relevant details. **General functionality** + * RetroAchievements.org integration * "Time played" counter per game, similar to how it works in Steam * Bulk metadata editor @@ -14,15 +15,16 @@ A more detailed breakdown can be found on the [Kanban](https://gitlab.com/es-de/ **User interface** -* Menu reorganization, possibly adding basic/advanced modes * Simple file browsing component **Theme engine** + * Composite element support for enabling advanced and finely controlled layouts * Element animation support (storyboards) * Scrollbar component for the system and gamelist views **Scraper** + * Support for additional scraper services **Infrastructure** @@ -33,4 +35,4 @@ A more detailed breakdown can be found on the [Kanban](https://gitlab.com/es-de/ * Proper audio mixer * Improved multi-threading * Reduced amount of gamelist reloading to retain cached textures and improve overall performance -* Replacement for the abandoned FreeImage library +* Replacement for the FreeImage library