mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RetroDECK v0.6.3b - FIX for Too many <p> tags for a good description [14/10] -.-''
This commit is contained in:
parent
53d3eec689
commit
6bd109dcba
|
@ -41,9 +41,8 @@
|
|||
It's inspired by other embedded emulation systems like AmberELEC, EmuELEC, CoreELEC, Lakka, and Batocera.
|
||||
RetroDECK is powered by EmulationStation Desktop Edition, that uses RetroArch and other standalone emulators to allow you to import and play your favorite games in a tidy environment.
|
||||
No other software is needed as everything it's already included in one package!</p>
|
||||
<p>BETA NOTICE: RetroDECK is still in Beta and the team is actively developing and adding more features.</p>
|
||||
<p>About the Beta:
|
||||
The primary focus during the beta period is on SteamOS and the Steam Deck but we hope to expand to more devices and general Linux desktop in the future</p>
|
||||
<p>BETA NOTICE: RetroDECK is still in Beta and the team is actively developing and adding more features.
|
||||
The primary focus during the beta period is on SteamOS and the Steam Deck but we hope to expand to more devices and general Linux desktop in the future</p>
|
||||
<p>NOTE: It can be run on Linux desktop right now but there will be some manual configurations needed for input, storage location and other tiny hickups.</p>
|
||||
<p>
|
||||
INSTALLATION INSTRUCTIONS FOR THE STEAM DECK:
|
||||
|
@ -54,14 +53,14 @@
|
|||
<li>4. [OPTIONAL] Download Steam Grids graphics for RetroDECK with BoilR</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>For more detailed information check our wiki:</p>
|
||||
<p>https://github.com/XargonWan/RetroDECK/wiki</p>
|
||||
<p>If you want to sponsor the project:</p>
|
||||
<p>https://www.patreon.com/RetroDECK</p>
|
||||
<p>For more detailed information check our wiki:
|
||||
https://github.com/XargonWan/RetroDECK/wiki</p>
|
||||
<p>If you want to sponsor the project:
|
||||
https://www.patreon.com/RetroDECK</p>
|
||||
<p>If you want to join the RetroDECK community check our:</p>
|
||||
<p>Discord: https://discord.gg/Dz3szYsP8g</p>
|
||||
<p>Reddit: https://www.reddit.com/r/RetroDECK/</p>
|
||||
<p>If you want to help out with the project join the "i-want-to-help" channel on our Discord.</p>
|
||||
<p>Discord: https://discord.gg/Dz3szYsP8g
|
||||
(If you want to help out with the project join the "i-want-to-help" channel)</p>
|
||||
</description>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
|
@ -69,13 +68,20 @@
|
|||
<release version="0.6.3b" date="2023-03-24">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.3b</url>
|
||||
<description>
|
||||
<p>New features - General:</p>
|
||||
<ul>
|
||||
<li>Added support support for multiple file compression via CLI.</li>
|
||||
</ul>
|
||||
<p>RetroDECK Configurator:</p>
|
||||
<ul>
|
||||
<li>Added support support for multiple file compression in the Configurator.</li>
|
||||
<li>Added safety y/n prompts to the reset functions.</li>
|
||||
<li>Fixed some missing layout changes.</li>
|
||||
<li>Renamed "Reset All" to "Reset RetroDECK".</li>
|
||||
<li>Moved configurator into the RO partition for futher enhancements.</li>
|
||||
</ul>
|
||||
<p>Bug fixes and other changes:</p>
|
||||
<ul>
|
||||
<li>Fixed a bug in the compression tool with certain filenames with spaces.</li>
|
||||
<li>Fixed a bug where some folders were recursively symlinked.</li>
|
||||
<li>Fixed a bug where some emulator configs were not correctly deployed.</li>
|
||||
|
|
Loading…
Reference in a new issue