mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 11:55:39 +00:00
Preparing for 0.4.2b
This commit is contained in:
parent
66733f25f9
commit
da17b27037
|
@ -41,6 +41,32 @@
|
|||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<releases>
|
||||
|
||||
<release version="0.4.2b" date="2022-05-11">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.4.2b</url>
|
||||
<description>
|
||||
<p><b>Emulators:</b></p>
|
||||
<ul>
|
||||
<li>DOLPHIN (SA): Fixed a bug where Dolphin couldn't be properly configured.<br>If it's still misconfigured please run `flatpak run net.retrodeck.retrodeck --reset-sa` in order to reset all the standalone emulators, including Dolphin. </li>
|
||||
</ul>
|
||||
|
||||
<p><b>Backend:</b></p>
|
||||
<ul>
|
||||
<li>Started manifest trimming, now it's shorten but it may be improved</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.1b" date="2022-05-11">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.4.1b</url>
|
||||
<description>
|
||||
|
|
|
@ -75,7 +75,7 @@ modules:
|
|||
- |
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
VERSION="0.4.1b"
|
||||
VERSION="0.4.2b"
|
||||
if [[ $VERSION == "cooker" ]];
|
||||
then
|
||||
VERSION=$(git describe --tags | tr - .)
|
||||
|
|
Loading…
Reference in a new issue