From 14beb83607969d7b43865ea91e86f345b2944113 Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:41:24 -0700 Subject: [PATCH 01/41] =?UTF-8?q?Update=20decky-xrealAir=20to=20include=20?= =?UTF-8?q?changes=20to=20include=20breezy-desktop's=20=E2=80=A6=20(#464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 0c350a59..9c2eba70 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 0c350a59365856ffdb16a49895f6fceeab0b28f6 +Subproject commit 9c2eba701df4846b3c74756cb4f6fffbfacb0858 From 0a17cda6b00b2d346c08cd4acbd5fe63f624f64f Mon Sep 17 00:00:00 2001 From: Metehan Kutlu Date: Thu, 2 Nov 2023 02:38:10 +0300 Subject: [PATCH 02/41] Add decky-save-manager (#442) --- .gitmodules | 3 +++ plugins/decky-save-manager | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/decky-save-manager diff --git a/.gitmodules b/.gitmodules index ce141084..9a7a1f64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -183,3 +183,6 @@ [submodule "plugins/MicroSDeck"] path = plugins/MicroSDeck url = https://github.com/CEbbinghaus/MicroSDeck +[submodule "plugins/decky-save-manager"] + path = plugins/decky-save-manager + url = https://github.com/metehankutlu/decky-save-manager diff --git a/plugins/decky-save-manager b/plugins/decky-save-manager new file mode 160000 index 00000000..51ea03b1 --- /dev/null +++ b/plugins/decky-save-manager @@ -0,0 +1 @@ +Subproject commit 51ea03b1e7309085a2bffb7ca1d52c813c6c80f3 From 523320d801a38d4c3f4ae03bddb877fd0228f062 Mon Sep 17 00:00:00 2001 From: Josh Schreuder Date: Fri, 3 Nov 2023 10:19:07 +1100 Subject: [PATCH 03/41] Update DeckSettings to 1.3.0 (#466) Co-authored-by: Josh Schreuder --- plugins/sharedeck-y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sharedeck-y b/plugins/sharedeck-y index 43d5de6c..588b1f4b 160000 --- a/plugins/sharedeck-y +++ b/plugins/sharedeck-y @@ -1 +1 @@ -Subproject commit 43d5de6c32c87b975c59ffeea05d29da27839e16 +Subproject commit 588b1f4b2cc5390213092c24cf096051618f3368 From 864958759ec1d9f1e42cc8bb242611995b141c5f Mon Sep 17 00:00:00 2001 From: Gawah <105637287+Gawah@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:19:39 +0800 Subject: [PATCH 04/41] update MangoPeel to v0.0.4 (#462) --- plugins/MangoPeel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MangoPeel b/plugins/MangoPeel index 7542f9f9..22c41f31 160000 --- a/plugins/MangoPeel +++ b/plugins/MangoPeel @@ -1 +1 @@ -Subproject commit 7542f9f98edb421197c1e32338a409df12d59337 +Subproject commit 22c41f31269d874d94a227fde7518c1d4e18c93c From 443932e2fa9d00fc8c90bc336368c863d9d2e7c3 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Fri, 3 Nov 2023 01:20:14 +0200 Subject: [PATCH 05/41] Bump MoonDeck to 1.6.11 (#467) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 0cba60a8..9214fae7 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 0cba60a8bea077f8d9f25bb2b32e4eaa867e352f +Subproject commit 9214fae762654c6c5ff422f50d3e8bd57b88fcc4 From 3aa9c62c9bc5c9cd050872844d700df0add658cc Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sun, 5 Nov 2023 18:23:10 +0100 Subject: [PATCH 06/41] Update TS3 QuickAccess to v1.1.2 (#470) --- plugins/ts3-qs4sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ts3-qs4sd b/plugins/ts3-qs4sd index f637a235..75d1916a 160000 --- a/plugins/ts3-qs4sd +++ b/plugins/ts3-qs4sd @@ -1 +1 @@ -Subproject commit f637a235f0353d1d1db67b0536378401419b9a98 +Subproject commit 75d1916a97a0ff95185c3707a847b55573d9b280 From 629c204165e2c6b9b1aad75b571f5efb9e5ec2e7 Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:59:47 -0500 Subject: [PATCH 07/41] Bump decky-xrealAir to version 0.2.6 (#468) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 9c2eba70..f624f732 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 9c2eba701df4846b3c74756cb4f6fffbfacb0858 +Subproject commit f624f7325ea9f48ca39fdcccc0ff0f64e2fb5278 From fddc6054e0544dcee9e80f568e2c4138034c1a1b Mon Sep 17 00:00:00 2001 From: Neko Hz Date: Wed, 15 Nov 2023 04:42:48 +0800 Subject: [PATCH 08/41] add DeckScreenshotManager (#456) --- .gitmodules | 3 +++ plugins/DeckScreenshotManager | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/DeckScreenshotManager diff --git a/.gitmodules b/.gitmodules index 9a7a1f64..d742d1c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -180,6 +180,9 @@ [submodule "plugins/decky-xrealAir"] path = plugins/decky-xrealAir url = https://github.com/wheaney/decky-xrealAir.git +[submodule "plugins/DeckScreenshotManager"] + path = plugins/DeckScreenshotManager + url = https://github.com/codehz/DeckScreenshotManager [submodule "plugins/MicroSDeck"] path = plugins/MicroSDeck url = https://github.com/CEbbinghaus/MicroSDeck diff --git a/plugins/DeckScreenshotManager b/plugins/DeckScreenshotManager new file mode 160000 index 00000000..b4c3f413 --- /dev/null +++ b/plugins/DeckScreenshotManager @@ -0,0 +1 @@ +Subproject commit b4c3f413f98c02e2eea0f5f5f55cc6e9237f37b6 From 7005ef94c2d5679d976ed2424fa9ecad0e95cbfc Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Wed, 15 Nov 2023 04:44:20 +0800 Subject: [PATCH 09/41] Update SteamGridDB to v1.3.2 (#471) --- plugins/decky-steamgriddb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-steamgriddb b/plugins/decky-steamgriddb index a53ab395..01858368 160000 --- a/plugins/decky-steamgriddb +++ b/plugins/decky-steamgriddb @@ -1 +1 @@ -Subproject commit a53ab395a4747af4da8652f5f6ab3222ec2a44fe +Subproject commit 01858368ddd12df5cca2c7c646a34b8ea6596fa8 From 9642306bc36235cd00db8a4186a521ae5c2ebcc1 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Thu, 16 Nov 2023 20:42:13 +0800 Subject: [PATCH 10/41] Update SteamGridDB to v1.3.3 (#472) --- plugins/decky-steamgriddb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-steamgriddb b/plugins/decky-steamgriddb index 01858368..6dd47817 160000 --- a/plugins/decky-steamgriddb +++ b/plugins/decky-steamgriddb @@ -1 +1 @@ -Subproject commit 01858368ddd12df5cca2c7c646a34b8ea6596fa8 +Subproject commit 6dd478179a8f22ed0df0a2b70e44dea71aac65c9 From b08d953469953ce1443c819ae61c0e8adbf05eaa Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:31:12 -0800 Subject: [PATCH 11/41] Update build-plugins.yml --- .github/workflows/build-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-plugins.yml b/.github/workflows/build-plugins.yml index 06671dc8..2f011b12 100644 --- a/.github/workflows/build-plugins.yml +++ b/.github/workflows/build-plugins.yml @@ -285,7 +285,7 @@ jobs: - name: Download Decky CLI run: | mkdir /tmp/decky-cli - curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.11/decky" + curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.14/decky" chmod +x /tmp/decky-cli/decky echo "/tmp/decky-cli" >> $GITHUB_PATH From b16aa8d1d142069e237c5a8b0f1df096c22e4a59 Mon Sep 17 00:00:00 2001 From: Yao Chung Hu <30311066+FlashyReese@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:21:09 +0800 Subject: [PATCH 12/41] Update Wine Cellar to 0.1.4 (#476) --- plugins/decky-wine-cellar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-wine-cellar b/plugins/decky-wine-cellar index 7ef5c8bd..889c7777 160000 --- a/plugins/decky-wine-cellar +++ b/plugins/decky-wine-cellar @@ -1 +1 @@ -Subproject commit 7ef5c8bdd1f88f904724b65cce5c624161463ca1 +Subproject commit 889c77775453ede3a961cbc6649b5c54c130e778 From b963908cc963e26e5eb612ae098e5853d3306f7b Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:09:30 -0500 Subject: [PATCH 13/41] Improvements to XREAL Air Driver, bump to version 0.2.7 (#474) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index f624f732..4d1eebc2 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit f624f7325ea9f48ca39fdcccc0ff0f64e2fb5278 +Subproject commit 4d1eebc2df525f00c678e87c3f68976d5f7ca013 From c563aa0907d57933f8210fd2e4062b50a2640eea Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Fri, 1 Dec 2023 15:12:30 +0200 Subject: [PATCH 14/41] Bump MoonDeck to 1.6.12 (#477) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 9214fae7..36ca7961 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 9214fae762654c6c5ff422f50d3e8bd57b88fcc4 +Subproject commit 36ca79610d59e66ebd79e55c1d44f0e4aed829d1 From 50f0551a30b38b804a2ee0cce26465fa46475e1a Mon Sep 17 00:00:00 2001 From: Sims <38142618+suchmememanyskill@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:12:58 +0100 Subject: [PATCH 15/41] Update SDH-CssLoader to v2.0.2 (#479) --- .gitmodules | 2 +- plugins/SDH-CssLoader | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d742d1c8..d803ac08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,7 +13,7 @@ url = https://git.ngni.us/NG-SD-Plugins/PowerTools [submodule "plugins/SDH-CssLoader"] path = plugins/SDH-CssLoader - url = https://github.com/suchmememanyskill/SDH-CssLoader + url = https://github.com/DeckThemes/SDH-CssLoader [submodule "plugins/vibrantDeck"] path = plugins/vibrantDeck url = https://github.com/libvibrant/vibrantDeck.git diff --git a/plugins/SDH-CssLoader b/plugins/SDH-CssLoader index d394112d..a321e9ec 160000 --- a/plugins/SDH-CssLoader +++ b/plugins/SDH-CssLoader @@ -1 +1 @@ -Subproject commit d394112d753b511b3e78ff87406286d948ee9742 +Subproject commit a321e9ec8235426e97529bcc3a11f411b98bafa5 From 46f0f2a83595939d5134e65ba50ba6c740bc9a54 Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:58:24 -0500 Subject: [PATCH 16/41] Bump XREAL plugin to v0.3.0, add Air 2 Pro support (#482) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 4d1eebc2..3f943697 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 4d1eebc2df525f00c678e87c3f68976d5f7ca013 +Subproject commit 3f94369789d1235120732ccdceea9d376b427d01 From 914f7d030d362fb37436bc5ae0cc0cf0b148762e Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Sat, 9 Dec 2023 05:23:45 +0100 Subject: [PATCH 17/41] EmuDecky update v.1.0.2 (#459) --- .gitmodules | 3 +++ plugins/EmuDecky | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/EmuDecky diff --git a/.gitmodules b/.gitmodules index d803ac08..bd0f771e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -177,6 +177,9 @@ [submodule "plugins/decky-wine-cellar"] path = plugins/decky-wine-cellar url = https://github.com/FlashyReese/decky-wine-cellar.git +[submodule "plugins/EmuDecky"] + path = plugins/EmuDecky + url = https://github.com/EmuDeck/EmuDecky.git [submodule "plugins/decky-xrealAir"] path = plugins/decky-xrealAir url = https://github.com/wheaney/decky-xrealAir.git diff --git a/plugins/EmuDecky b/plugins/EmuDecky new file mode 160000 index 00000000..ca548d2f --- /dev/null +++ b/plugins/EmuDecky @@ -0,0 +1 @@ +Subproject commit ca548d2f38fcf941da6e135d90683dc0d750a1c7 From 5e7acd5e6a7b335bff35dc7e0bc760f02c85b3c4 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Sun, 10 Dec 2023 04:32:33 +0200 Subject: [PATCH 18/41] Bump MoonDeck to 1.6.13 (#484) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 36ca7961..5c57e0c9 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 36ca79610d59e66ebd79e55c1d44f0e4aed829d1 +Subproject commit 5c57e0c9ace495433b7e9f1435e8802cfd13c14a From 088eda73aa90b567217130447c43be5988c0120d Mon Sep 17 00:00:00 2001 From: Sheffey <57262511+SheffeyG@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:00:31 +0800 Subject: [PATCH 19/41] Add CheatDeck plugin v0.1.0 (#486) --- .gitmodules | 3 +++ plugins/CheatDeck | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/CheatDeck diff --git a/.gitmodules b/.gitmodules index bd0f771e..0b349dc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -192,3 +192,6 @@ [submodule "plugins/decky-save-manager"] path = plugins/decky-save-manager url = https://github.com/metehankutlu/decky-save-manager +[submodule "plugins/CheatDeck"] + path = plugins/CheatDeck + url = https://github.com/SheffeyG/CheatDeck diff --git a/plugins/CheatDeck b/plugins/CheatDeck new file mode 160000 index 00000000..1645135c --- /dev/null +++ b/plugins/CheatDeck @@ -0,0 +1 @@ +Subproject commit 1645135c301ee3823bae7408aeb5bb4d715d8565 From 18915616e0293ff4fca37c7689cd536078765e58 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Wed, 13 Dec 2023 22:13:23 +0200 Subject: [PATCH 20/41] Bump MoonDeck to 1.6.14 (#488) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 5c57e0c9..7d534ec0 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 5c57e0c9ace495433b7e9f1435e8802cfd13c14a +Subproject commit 7d534ec0f11791e59489f949577617cab6110065 From 3a0f7a3f85d5468dc46632392c9a679f3efaf370 Mon Sep 17 00:00:00 2001 From: hulkrelax <104332602+hulkrelax@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:16:56 -0600 Subject: [PATCH 21/41] update hltb for deck to 1.4.0 (#487) --- plugins/hltb-for-deck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hltb-for-deck b/plugins/hltb-for-deck index 1212206f..44ed0e8e 160000 --- a/plugins/hltb-for-deck +++ b/plugins/hltb-for-deck @@ -1 +1 @@ -Subproject commit 1212206fbac66a34f51e6bc4aa79b06d44fa1250 +Subproject commit 44ed0e8eeb6c2891fdb8b5ca63f5ddaccf1c256d From 3da9db078c80ddbef17b9444d82f4e6a8880cc27 Mon Sep 17 00:00:00 2001 From: Jari Date: Sun, 17 Dec 2023 22:55:35 -0600 Subject: [PATCH 22/41] Add kdeconnect plugin (#491) --- .gitmodules | 3 +++ plugins/kdeconnect | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/kdeconnect diff --git a/.gitmodules b/.gitmodules index 0b349dc8..8b2afad3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -195,3 +195,6 @@ [submodule "plugins/CheatDeck"] path = plugins/CheatDeck url = https://github.com/SheffeyG/CheatDeck +[submodule "plugins/kdeconnect"] + path = plugins/kdeconnect + url = https://github.com/safijari/Decky-KDE-Connect.git diff --git a/plugins/kdeconnect b/plugins/kdeconnect new file mode 160000 index 00000000..c5dbb957 --- /dev/null +++ b/plugins/kdeconnect @@ -0,0 +1 @@ +Subproject commit c5dbb957179f02f629296e537eba6aca8b1e9acc From 2fe8538c873ae64992d16a53c64af48dcfeb1667 Mon Sep 17 00:00:00 2001 From: Jari Date: Sun, 17 Dec 2023 22:57:39 -0600 Subject: [PATCH 23/41] Bump decky-recorder (#490) --- plugins/decky-recorder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-recorder b/plugins/decky-recorder index 128404ee..8bb81d10 160000 --- a/plugins/decky-recorder +++ b/plugins/decky-recorder @@ -1 +1 @@ -Subproject commit 128404eec76b0a593a65f40a40c3d202a0445fd9 +Subproject commit 8bb81d1029a781e03932be5c54e596eb792ce8c0 From 4133b15ff387b19922dea8c182cd9606dd7cd7a0 Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:03:06 -0500 Subject: [PATCH 24/41] Bump decky-xrealAir to v0.4.3, improved Decky UI (#489) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 3f943697..94d1ac97 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 3f94369789d1235120732ccdceea9d376b427d01 +Subproject commit 94d1ac97c13533a32a4448bdcd70c6992e278ebb From fa93cadd85adfe49ecb0ca330df646d332f50263 Mon Sep 17 00:00:00 2001 From: Jari Date: Mon, 18 Dec 2023 18:01:48 -0600 Subject: [PATCH 25/41] Add reshadeck plugin (#497) --- .gitmodules | 3 +++ plugins/reshadeck | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/reshadeck diff --git a/.gitmodules b/.gitmodules index 8b2afad3..b30f1065 100644 --- a/.gitmodules +++ b/.gitmodules @@ -195,6 +195,9 @@ [submodule "plugins/CheatDeck"] path = plugins/CheatDeck url = https://github.com/SheffeyG/CheatDeck +[submodule "plugins/reshadeck"] + path = plugins/reshadeck + url = https://github.com/safijari/reshadeck [submodule "plugins/kdeconnect"] path = plugins/kdeconnect url = https://github.com/safijari/Decky-KDE-Connect.git diff --git a/plugins/reshadeck b/plugins/reshadeck new file mode 160000 index 00000000..81d71e1f --- /dev/null +++ b/plugins/reshadeck @@ -0,0 +1 @@ +Subproject commit 81d71e1fcccb83c94632784a3a0d48bf9cdc1f55 From 83ec537c6c5af99400836aef78c06fec7e39f464 Mon Sep 17 00:00:00 2001 From: hulkrelax <104332602+hulkrelax@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:36:53 -0600 Subject: [PATCH 26/41] HLTB For Deck v1.4.1 (small bugfix) (#498) --- plugins/hltb-for-deck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hltb-for-deck b/plugins/hltb-for-deck index 44ed0e8e..a1f366b5 160000 --- a/plugins/hltb-for-deck +++ b/plugins/hltb-for-deck @@ -1 +1 @@ -Subproject commit 44ed0e8eeb6c2891fdb8b5ca63f5ddaccf1c256d +Subproject commit a1f366b55f152bf4370dcc92812652547abf18f1 From 14bb0df90a2132a867cbe51b24cfdd1af45b781f Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:17:04 -0500 Subject: [PATCH 27/41] Bump decky-xrealAir to version 0.4.4 (#501) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 94d1ac97..3eab74ad 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 94d1ac97c13533a32a4448bdcd70c6992e278ebb +Subproject commit 3eab74ad1353faa407aa8d0561f512d5ab50ef5d From 83c082f820093873853c7f5a27db0119587e8e0e Mon Sep 17 00:00:00 2001 From: Sheffey <57262511+SheffeyG@users.noreply.github.com> Date: Sun, 24 Dec 2023 02:22:25 +0800 Subject: [PATCH 28/41] update cheatdeck to v0.1.2 (#493) --- plugins/CheatDeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CheatDeck b/plugins/CheatDeck index 1645135c..433e77a8 160000 --- a/plugins/CheatDeck +++ b/plugins/CheatDeck @@ -1 +1 @@ -Subproject commit 1645135c301ee3823bae7408aeb5bb4d715d8565 +Subproject commit 433e77a8f13c819fcb7de471a121faf4249abce7 From 174cb2ba16f328ea540cd804f25a9dfb278e969f Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 23 Dec 2023 14:19:33 -0800 Subject: [PATCH 29/41] Removed plugin, no longer needed. --- plugins/FriendsFix | 1 - 1 file changed, 1 deletion(-) delete mode 160000 plugins/FriendsFix diff --git a/plugins/FriendsFix b/plugins/FriendsFix deleted file mode 160000 index a4c5f7a6..00000000 --- a/plugins/FriendsFix +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a4c5f7a6675c45c0e8351991dd3140baae318bd4 From f283829b613a4bd4a7886a1823631d5529794a45 Mon Sep 17 00:00:00 2001 From: Sheffey <57262511+SheffeyG@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:01:53 +0800 Subject: [PATCH 30/41] rebuild cheatdeck (#505) --- plugins/CheatDeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CheatDeck b/plugins/CheatDeck index 433e77a8..b3d795d2 160000 --- a/plugins/CheatDeck +++ b/plugins/CheatDeck @@ -1 +1 @@ -Subproject commit 433e77a8f13c819fcb7de471a121faf4249abce7 +Subproject commit b3d795d2704f762773fb2c8cf17c49391bab0d8a From f829b09c1534a12519348d8b6bd397c7c0af5d2d Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:26:31 -0500 Subject: [PATCH 31/41] Bump decky-xrealAir to 0.5.6, adds SBS support (#502) --- plugins/decky-xrealAir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 3eab74ad..04d4003c 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 3eab74ad1353faa407aa8d0561f512d5ab50ef5d +Subproject commit 04d4003c57dc53b5b2768fb428e2002093ba4186 From 819ae594c9ae2c86cc7f3bb99b25a95c18fc24ba Mon Sep 17 00:00:00 2001 From: jbofill <74568881+jessebofill@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:07:23 -0700 Subject: [PATCH 32/41] Update Web Browser to 1.3.0 (#496) --- plugins/DeckWebBrowser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DeckWebBrowser b/plugins/DeckWebBrowser index dc52e29e..d8593289 160000 --- a/plugins/DeckWebBrowser +++ b/plugins/DeckWebBrowser @@ -1 +1 @@ -Subproject commit dc52e29ebdd35f03935ad2b47983b90b9c40eef0 +Subproject commit d85932894834de6599068eaca628a24424fcc540 From 73adeef864d975fca0a4cf7cbdc586e848792280 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Thu, 28 Dec 2023 11:31:45 +0100 Subject: [PATCH 33/41] Update TS3 QuickAccess to v1.1.3 (#485) --- plugins/ts3-qs4sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ts3-qs4sd b/plugins/ts3-qs4sd index 75d1916a..69d1f427 160000 --- a/plugins/ts3-qs4sd +++ b/plugins/ts3-qs4sd @@ -1 +1 @@ -Subproject commit 75d1916a97a0ff95185c3707a847b55573d9b280 +Subproject commit 69d1f427b2dd1c148ef292e3508f1a44e6c18fcb From a048d93b3f4eff3c0cd680414c2d979c09ef8207 Mon Sep 17 00:00:00 2001 From: Sheffey <57262511+SheffeyG@users.noreply.github.com> Date: Fri, 29 Dec 2023 04:12:07 +0800 Subject: [PATCH 34/41] Update CheatDeck to v0.1.3 (#506) --- plugins/CheatDeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CheatDeck b/plugins/CheatDeck index b3d795d2..86b74abf 160000 --- a/plugins/CheatDeck +++ b/plugins/CheatDeck @@ -1 +1 @@ -Subproject commit b3d795d2704f762773fb2c8cf17c49391bab0d8a +Subproject commit 86b74abfb86ae8bfc3189dfd1cfb63242ffa94e7 From c19f8ab1455f12afb6b39b157a70290410282362 Mon Sep 17 00:00:00 2001 From: Gawah <105637287+Gawah@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:28:42 +0800 Subject: [PATCH 35/41] update MangoPeel to 0.0.5 (#494) --- plugins/MangoPeel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MangoPeel b/plugins/MangoPeel index 22c41f31..d609044e 160000 --- a/plugins/MangoPeel +++ b/plugins/MangoPeel @@ -1 +1 @@ -Subproject commit 22c41f31269d874d94a227fde7518c1d4e18c93c +Subproject commit d609044edd4e8bfb4180a14edbcdbb82f9b1de3b From be15da5917a302e2d58f62f0634c53aa70002a87 Mon Sep 17 00:00:00 2001 From: Saumya Banthia <29239098+saumya-banthia@users.noreply.github.com> Date: Sun, 31 Dec 2023 21:38:23 +0530 Subject: [PATCH 36/41] tailscale-control, add exit node, nix support, device state check (#504) --- plugins/tailscale-control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tailscale-control b/plugins/tailscale-control index 4883f112..3d3df12b 160000 --- a/plugins/tailscale-control +++ b/plugins/tailscale-control @@ -1 +1 @@ -Subproject commit 4883f112a51d93722069c1bd639be7abff30ab03 +Subproject commit 3d3df12b47c7e2c58690d050a0a9640faec078a6 From a23b0a54d1757eec2cb487409eeb7a58dce87f4b Mon Sep 17 00:00:00 2001 From: Saumya Banthia <29239098+saumya-banthia@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:33:14 +0530 Subject: [PATCH 37/41] tailscale-control 0.1.0, fix exit node issue, cosmetic issue (#508) --- plugins/tailscale-control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tailscale-control b/plugins/tailscale-control index 3d3df12b..d1535fef 160000 --- a/plugins/tailscale-control +++ b/plugins/tailscale-control @@ -1 +1 @@ -Subproject commit 3d3df12b47c7e2c58690d050a0a9640faec078a6 +Subproject commit d1535fef6396733657a469c61f67812aae0d7b7e From ff0b12e44e744a7b4aa80772240f6fed739ceee2 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Sun, 7 Jan 2024 22:20:16 +0200 Subject: [PATCH 38/41] Bump MoonDeck to 1.6.15 (#511) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 7d534ec0..4a52cfe6 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 7d534ec0f11791e59489f949577617cab6110065 +Subproject commit 4a52cfe6fec5a9e72ab109d5d8da61b6aa758035 From 68700f5533286c054eadbf0f619717a715203346 Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:34:24 -0500 Subject: [PATCH 39/41] Bump XR plugin to v0.6.5, adds Sideview mode and VITURE support (#510) --- .gitmodules | 4 ++++ plugins/decky-XRGaming | 1 + plugins/decky-xrealAir | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 plugins/decky-XRGaming diff --git a/.gitmodules b/.gitmodules index b30f1065..aa7bbdb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -183,6 +183,7 @@ [submodule "plugins/decky-xrealAir"] path = plugins/decky-xrealAir url = https://github.com/wheaney/decky-xrealAir.git + branch = xrealAir [submodule "plugins/DeckScreenshotManager"] path = plugins/DeckScreenshotManager url = https://github.com/codehz/DeckScreenshotManager @@ -201,3 +202,6 @@ [submodule "plugins/kdeconnect"] path = plugins/kdeconnect url = https://github.com/safijari/Decky-KDE-Connect.git +[submodule "plugins/decky-XRGaming"] + path = plugins/decky-XRGaming + url = git@github.com:wheaney/decky-XRGaming.git diff --git a/plugins/decky-XRGaming b/plugins/decky-XRGaming new file mode 160000 index 00000000..a1e2e2f6 --- /dev/null +++ b/plugins/decky-XRGaming @@ -0,0 +1 @@ +Subproject commit a1e2e2f6000a4862f903eb144f4f0d8282e879a7 diff --git a/plugins/decky-xrealAir b/plugins/decky-xrealAir index 04d4003c..8cbe272e 160000 --- a/plugins/decky-xrealAir +++ b/plugins/decky-xrealAir @@ -1 +1 @@ -Subproject commit 04d4003c57dc53b5b2768fb428e2002093ba4186 +Subproject commit 8cbe272e3fe128f2876b5773087d1ac1bacbcff6 From d7fc212ac0f7fcd8682ab9eebb1e2d5542a43fc4 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 8 Jan 2024 17:12:50 +0000 Subject: [PATCH 40/41] Update Fantastic to v0.5.0 (#475) --- .gitmodules | 2 +- plugins/Fantastic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index aa7bbdb4..8fb482dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,7 +40,7 @@ url = https://github.com/popsUlfr/SDH-Notebook.git [submodule "plugins/Fantastic"] path = plugins/Fantastic - url = https://github.com/NGnius/Fantastic + url = https://git.ngni.us/NG-SD-Plugins/Fantastic [submodule "plugins/memory-deck"] path = plugins/memory-deck url = https://github.com/CameronRedmore/memory-deck.git diff --git a/plugins/Fantastic b/plugins/Fantastic index 78921cdc..e464203d 160000 --- a/plugins/Fantastic +++ b/plugins/Fantastic @@ -1 +1 @@ -Subproject commit 78921cdcf5c048f425a9531772a69961e39218c4 +Subproject commit e464203d9d937f8804bfc1d223c7b175dc59518c From fedc18c9bb0a7340a5b14e8930c079c1b4d788b5 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Wed, 10 Jan 2024 16:44:22 +0100 Subject: [PATCH 41/41] Update vibrantDeck to 2.0.0 (#507) Signed-off-by: Sefa Eyeoglu --- plugins/vibrantDeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vibrantDeck b/plugins/vibrantDeck index 1b0e8f49..89fd3802 160000 --- a/plugins/vibrantDeck +++ b/plugins/vibrantDeck @@ -1 +1 @@ -Subproject commit 1b0e8f4971ad995e11274fb14f5d59c372a3805a +Subproject commit 89fd380217ac8b425132f02fc10639a47683d473