mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Updated appdata + checklist
This commit is contained in:
parent
6121c8396f
commit
028d816d3c
|
@ -10,7 +10,7 @@
|
|||
<url type="bugtracker">https://github.com/XargonWan/RetroDECK/issues</url>
|
||||
<url type="help">http://discord.gg/Dz3szYsP8g</url>
|
||||
<url type="faq">https://github.com/XargonWan/RetroDECK/wiki/FAQs---Frequently-asked-questions</url>
|
||||
<url type="donation">https://www.paypal.me/xargon</url>
|
||||
<url type="donation">https://www.patreon.com/RetroDECK</url>
|
||||
<content_rating type="oars-1.0" />
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@ -41,6 +41,41 @@
|
|||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<releases>
|
||||
|
||||
<release version="0.4.1b" date="2022-05-11">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.4.1b</url>
|
||||
<description>
|
||||
<p><b>Emulators:</b></p>
|
||||
<ul>
|
||||
<li>Tweaked various emulator configs</li>
|
||||
<li>The emulators that was showing a small viewport like N64, Wii, GC, and Dreamcast are now showing a more appropriate viewport</li>
|
||||
<li>Fixed home path in MelonDS (SA)</li>
|
||||
</ul>
|
||||
|
||||
<p><b>Frontend:</b></p>
|
||||
<ul>
|
||||
<li>Updated ES-DE to 1.2.4</li>
|
||||
<li>RetroDECK doesn't open ES-DE anymore during the first setup, almost everything is now automated: HURRAY!</li>
|
||||
<li>Now a custom roms path can be selected if SD Card is selected and the SD Card is not found in the default path</li>
|
||||
</ul>
|
||||
|
||||
<p><b>Backend:</b></p>
|
||||
<ul>
|
||||
<li>Fixed a bug where the folders where not symlinked correclty</li>
|
||||
</ul>
|
||||
|
||||
<p><b>Known Issues:</b></p>
|
||||
<ul>
|
||||
<li>PCSX2: due to its limitation, the standalone PCSX2 doesn't have any way to set the hotkeys, so no save and load state, no quit button. In order to quit press: STEAM -> PCSX2 -> (X) CLOSE WINDOW, be aware that the state is not automatically saved</li>
|
||||
<li>External controllers and keyboard seems not to be working, expecially in the desktop mode</li>
|
||||
<li>Yuzu makes RetroDECK freeze in some situations, like if the rom is a bad dump</li>
|
||||
</ul>
|
||||
|
||||
<p><b>IMPORTANT NOTE:</b>
|
||||
At the moment the emulator configs are reset during every update, this was made because every version they may bring new configurations, please back them up if you did some manual configs.
|
||||
</p>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
<release version="0.4.0b" date="2022-05-26">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.4.0b</url>
|
||||
<description>
|
||||
|
@ -145,7 +180,7 @@
|
|||
<li>Same as above with main</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</release>
|
||||
|
||||
<release version="0.1.1b" date="2022-04-03">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.1.1b</url>
|
||||
|
|
|
@ -75,7 +75,7 @@ modules:
|
|||
- |
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
VERSION="0.4.0b"
|
||||
VERSION="0.4.1b"
|
||||
if [[ $VERSION == "cooker" ]];
|
||||
then
|
||||
VERSION=$(git describe --tags | tr - .)
|
||||
|
|
Loading…
Reference in a new issue