patchwork

This commit is contained in:
laz 2024-06-19 18:37:28 +02:00
parent ab9b40421b
commit bccdf4e10a
4 changed files with 96 additions and 1 deletions

View file

@ -38,10 +38,15 @@ There are many features planned for 0.9.0b and we will keep talking about them i
`New Helper 👷` MonkeyX have made progress of integrating the Flash Emulator Ruffle into RetroDECK and the goal is to ship is as a part of 0.9.0b.
### Upgraded QT Package
## Upgraded QT Package
Dolphin and Primehack had some issues that prevented us from updating to the latest freedesktop QT Package, those have now been fixed (look at the shutout we gave in the May blogpost). As part of the 0.9.0b we will be upgrading to the latest version.
**Update:**
We managed to get the earlier PRs from Primehack and Dolphin so the plan is now to ship this with 0.8.2b.
## Other things: NetPlay/Online experiments
<img src="../../../netplay.webp">

View file

@ -18,6 +18,11 @@ Community management/outreach, testing, documentation, emulator configurations,
Meme Lord of the Wiki and also the cult leader of the NPC (The Nordic Pizza Cult) also called by the others as "The Pizza Heresy Cult" or "Harbingers of Pizza Chaos". Instigator of the internal pizza war.
</details>
## Web Development
### [jiannazzone](https://github.com/jiannazzone)
Web Development, Community management/outreach, testing, documentation.
## Developers
### [IceNine451](https://github.com/icenine451)

View file

@ -1,6 +1,11 @@
# RetroDECK Versions
## 0.9.0b Branch
WIP
## 0.8.0b Branch
- [0.8.2b](version_0.8.0b/0.8.2b.md)
- [0.8.1b](version_0.8.0b/0.8.1b.md)
- [0.8.0b](version_0.8.0b/0.8.0b.md)

View file

@ -0,0 +1,80 @@
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.2b</url>
<description>
<p>Changes:</p>
<ul>
<li>ES-DE: updated to 3.0.3</li>
<li>RUNTIME: updated to KDE 6.7</li>
<li>All emulators updated</li>
<li>CONFIGURATOR: fixed an issue in the multi-file compression tool that prevented some type of files to be converted</li>
<li>CONFIGURATOR: added headless state for some functions (this will help to migrate to the Godot Configurator)</li>
<li>CONFIGURATOR: added a new "Empty ROMs folder removal" tool helping the user to cleanup the roms folder by deleting the empty folders</li>
# RetroDECK 0.8.2b
**Release date:** 2024-06-XX
## Updates
Everything was updated to their latest version where possible.
- All Emulators
- ES-DE
- Engines
- RetroArch: Stable Cores and Nightly Cores
- Freedesktop KDE QT to 6.7
## RetroDECK Configurator
**Added:**
- A new `Empty ROMs folder removal` tool. This tools just cleans up empty roms folder from the `retrodeck/roms` folder. It's for those users that don't want to have a bunch of empty folders populating the roms directory.
- A new `Rebuild removed ROMs folders` tool.
**Fixed:**
- `.chd` compression in the configurator should work again as excepted on all devices.
**Changed:**
## CEMU
**Added:**
- Added microphone blow input to R3 (This only works is some games).
**Fixed:**
- Audio should switch correctly when docking and undocking.
## RetroDECK Framework / Backend:
**Added:**
- Enabled a self-hosted Gitea repo for disaster recovery.
- Added headless states for some functions (this will help to migrate to the Godot Configurator)
**Changed:**
- Version notes are no longer outputted in the terminal or in the logs.
- PR builds are recognized the same as cooker builds.
- QT_QPA_PLATFORM changed load order of Wayland and Wayland-EGL.
**Fixed:**
- Re-added accidentally removed `other_licences.txt` file.
**Other**
- We are awaiting a fix for Dolphin & Primehack before we can update QT to the latest version. We are aware of the warning in the terminal.