diff --git a/release/app/package.json b/release/app/package.json
index 355f9448..b72b1bcf 100644
--- a/release/app/package.json
+++ b/release/app/package.json
@@ -1,6 +1,6 @@
{
"name": "EmuDeck",
- "version": "2.1.11",
+ "version": "2.1.12",
"description": "Play all your RetroGames",
"license": "MIT",
"author": {
diff --git a/src/data/changelog-win.json b/src/data/changelog-win.json
index 30a4fc15..0d3e784b 100644
--- a/src/data/changelog-win.json
+++ b/src/data/changelog-win.json
@@ -1,50 +1,14 @@
[
{
- "title": "Improved performance and speed for SD Card users",
+ "title": "Controllers revamped",
"type": "STEAMOS",
- "description": "EmuDeck will now install EmulationStation and all the Emulators on your userfolder\\EmuDeck\\EmulationStation-DE\\Emulators.",
+ "description": "We've overhauled our controllers profiles. This will enable START + SELECT to close any emu, improve compatibility with 3rd party controllers, and allow us to setup up controllers automatically.
Instructions - Please READ carefully.
1 - Update EmuDeck, then go to Manage Emulators -> Reset Yuzu, Ryujinx, Citra, Dolphin, DuckStation and SRM
2 - Open Steam Rom Manager and disable all parsers except EmulationStationDE, Emulators, Yuzu, Ryujinx, Citra, Dolphin, and DuckStation
3 - Click on Parse -> Remove from Steam
4 - Click on Parse -> Save to Steam
If you have issues with other systems and their controls, reset and reparse them aswell.",
"image": "false"
},
{
- "title": "Under the hood changes",
+ "title": "Bugfixes",
"type": "STEAMOS",
- "description": "To make the first point possible we had to change several stuff, so there might be some regressions. If you already have EmuDeck installed you need to do these steps to keep everything working:
- Open EmuDeck, wait for it to download and apply the update until you have version 2.1.7.
- Reset EmulationStation DE config from Manage Emulators ( this will take several minutes, just wait for the confirmation that it has actually finished )
- Reset Steam Rom Manager config from Manage Emulators
- Parse your games and ESDE on SteamRomManager again.
- Play like there's no tomorrow.
",
- "image": "false"
- },
- {
- "title": "MelonDS Standalone",
- "type": "STEAMOS",
- "description": "New MelonDS emulator for those that don't like the RetroArch core, there's an issue thought, melon DS has a bug that prevents it to launch games in zip or 7z, so you have to unzip them before using it on Steam or EmulationStation.",
- "image": "false"
- },
- {
- "title": "DualSense Fixes",
- "type": "STEAMOS",
- "description": "Fixed controls for GameCube and Wii. To apply them just go to Manage Emulators and reset Dolphin configuration.",
- "image": "false"
- },
- {
- "title": "New CloudSync providers",
- "type": "STEAMOS",
- "description": "We've added more providers: next cloud, pCloud, SFTP and SMB. With these last two you can do your own private cloud using a web server or a NAS.",
- "image": "false"
- },
- {
- "title": "CloudSaves Install page",
- "type": "STEAMOS",
- "description": "Now you'll be asked to chose if you want to sync your games, just back them up ( only SteamOS for now ) or nothing at all when installing EmuDeck.",
- "image": "false"
- },
- {
- "title": "CloudSync toggle",
- "type": "STEAMOS",
- "description": "We've added a toggle on Quick settings so you can disable or enable Cloud Sync with just a button.",
- "image": "false"
- },
- {
- "title": "CloudSync",
- "type": "STEAMOS",
- "description": "Sync your saved games between other EmuDecks installation, on your Steam Deck, another Windows PC, etc..
This is a beta release, so make sure you have a backup of your saves before enable this feature.
You can find it in Tools & Stuff.",
+ "description": "We've refactored some of the app code to make it easier to maintain",
"image": "false"
}
]
diff --git a/src/data/changelog.json b/src/data/changelog.json
index de86aa7a..cb1230bb 100644
--- a/src/data/changelog.json
+++ b/src/data/changelog.json
@@ -1,26 +1,8 @@
[
{
- "title": "New CloudSync providers",
+ "title": "Bugfixes",
"type": "STEAMOS",
- "description": "We've added more providers: next cloud, pCloud, SFTP and SMB. With these last two you can do your own private cloud using a web server or a NAS.",
- "image": "false"
- },
- {
- "title": "CloudSaves Install page",
- "type": "STEAMOS",
- "description": "Now you'll be asked to chose if you want to sync your games, just back them up ( only SteamOS for now ) or nothing at all when installing EmuDeck.",
- "image": "false"
- },
- {
- "title": "CloudSync toggle",
- "type": "STEAMOS",
- "description": "We've added a toggle on Quick settings so you can disable or enable Cloud Sync with just a button.",
- "image": "false"
- },
- {
- "title": "CloudSync",
- "type": "STEAMOS",
- "description": "Sync your saved games between other EmuDecks installation, on your Steam Deck, another Windows PC, etc..
This is a beta release, so make sure you have a backup of your saves before enable this feature.
You can find it in Tools & Stuff.",
+ "description": "We've refactored some of the app code to make it easier to maintain",
"image": "false"
}
]
diff --git a/src/renderer/components b/src/renderer/components
index ba18abe3..95c2f766 160000
--- a/src/renderer/components
+++ b/src/renderer/components
@@ -1 +1 @@
-Subproject commit ba18abe36f88b9b0b5b69df50c25ab38536be1d7
+Subproject commit 95c2f766c69c83c78635058eabfb25a9f18360a6