This commit is contained in:
laz 2025-01-05 14:31:51 +01:00
parent 86b63da042
commit da03170561

View file

@ -44,9 +44,9 @@ We have spent several months rewriting how RetroDECK is built from the ground up
In doing so we have:
- Reduced the application size with `600mb`.
- Building RetroDECK went from 3.30 hours to about 1 hour.
- Building RetroDECK went from `3.30` hours to about `1` hour.
- Went from a monolithic build approach to a modular approach (each component is built separately and stitched together into RetroDECK).
- pre_build_automation script was reworked and additional functions have been added.
- Rebuilt the `pre_build_automation` script was reworked with additional features.
- RetroDECK now is migrated to an organization on GitHub that is hosting the new modular structure.
---
@ -127,7 +127,7 @@ RetroDECK is now shipping with [PortMaster](https://portmaster.games/).
### What is PortMaster?
[PortMaster](https://portmaster.games/) is a simple GUI tool designed to facilitate the downloading and installation of game ports for Linux devices.
[PortMaster](https://portmaster.games/) is a simple GUI tool designed to facilitate the downloading and installation of game ports for Linux devices and is self contained.
One of the goals of PortMaster is to not install or upgrade any existing OS libraries for any ports. Any of the ports that need a particular non-standard library are maintained within the ports' folder and made available specifically to that port during execution.
@ -210,8 +210,9 @@ All components have been updated to their latest verion (as of the release):
```
Update: To 3.1.1 it comes with a ton of features like language support and much more. Check the changelog for more details (above).
Change: The ES-DE settings are under a submenu in the ES-DE interface as our tools where making the menu to crowed (Known issue is that not all the translations work with the submenu's name).
Change: Favorites collection is now enabled by default on ES-DE as it is an requirement for Steam Sync.
Change: The ES-DE settings are under a submenu in the ES-DE interface as our tools where making the menu to crowed
Known Issue: The new ES-DE submenu don't work with all translations. We hope to have better translationsin the future.
```
### CEMU