From b265803d07aee0f9fd214ba45d2a1f0b192669ab Mon Sep 17 00:00:00 2001 From: Arnon Guttel Date: Sun, 1 Oct 2023 16:26:15 +0300 Subject: [PATCH 01/21] Add DeckSCP --- .gitmodules | 3 +++ plugins/DeckSCP | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/DeckSCP diff --git a/.gitmodules b/.gitmodules index 55d1d782..fac1b964 100644 --- a/.gitmodules +++ b/.gitmodules @@ -180,3 +180,6 @@ [submodule "plugins/decky-xrealAir"] path = plugins/decky-xrealAir url = https://github.com/wheaney/decky-xrealAir.git +[submodule "plugins/DeckSCP"] + path = plugins/DeckSCP + url = https://github.com/ArnonGuttel/decky-filetransfer-plugin diff --git a/plugins/DeckSCP b/plugins/DeckSCP new file mode 160000 index 00000000..aed3f9fa --- /dev/null +++ b/plugins/DeckSCP @@ -0,0 +1 @@ +Subproject commit aed3f9fa52c69a4c22995e2b322305cbe543ff08 From 787653a72573eb13a5014bf22284aaf441f16e42 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Sat, 14 Oct 2023 15:40:31 +0300 Subject: [PATCH 02/21] Bump MoonDeck to 1.6.10 (#460) --- plugins/moondeck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moondeck b/plugins/moondeck index 58eeccc1..0cba60a8 160000 --- a/plugins/moondeck +++ b/plugins/moondeck @@ -1 +1 @@ -Subproject commit 58eeccc12ba51dfe0e0f58733101ad993fff0a80 +Subproject commit 0cba60a8bea077f8d9f25bb2b32e4eaa867e352f From 1dd28e5cae6d5b99fba079e345eedef8e92bcef0 Mon Sep 17 00:00:00 2001 From: jbofill <74568881+jessebofill@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:50:58 -0600 Subject: [PATCH 03/21] Update Web Browser to 1.2.0 (#457) --- plugins/DeckWebBrowser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DeckWebBrowser b/plugins/DeckWebBrowser index 9e97f75a..dc52e29e 160000 --- a/plugins/DeckWebBrowser +++ b/plugins/DeckWebBrowser @@ -1 +1 @@ -Subproject commit 9e97f75aec11703035c1820b09215867be1cab2d +Subproject commit dc52e29ebdd35f03935ad2b47983b90b9c40eef0 From be8a62a45b77494845ce49fadc07d89f363a1999 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 17 Oct 2023 09:34:28 -0700 Subject: [PATCH 04/21] Update Steamback to 1.0.0 (#437) --- plugins/Steamback | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Steamback b/plugins/Steamback index 489f3aaa..3aff0797 160000 --- a/plugins/Steamback +++ b/plugins/Steamback @@ -1 +1 @@ -Subproject commit 489f3aaa2d5662085447a297c7978d78867a143c +Subproject commit 3aff079740810539e51066b5bdc8fb80302e5e2b From 84f24d713ad1085442bb5e3ca17834605992ab46 Mon Sep 17 00:00:00 2001 From: CEbbinghaus Date: Mon, 23 Oct 2023 13:10:07 +1100 Subject: [PATCH 05/21] Added MicroSDeck (#351) --- .gitmodules | 3 +++ plugins/MicroSDeck | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/MicroSDeck diff --git a/.gitmodules b/.gitmodules index 55d1d782..ce141084 100644 --- a/.gitmodules +++ b/.gitmodules @@ -180,3 +180,6 @@ [submodule "plugins/decky-xrealAir"] path = plugins/decky-xrealAir url = https://github.com/wheaney/decky-xrealAir.git +[submodule "plugins/MicroSDeck"] + path = plugins/MicroSDeck + url = https://github.com/CEbbinghaus/MicroSDeck diff --git a/plugins/MicroSDeck b/plugins/MicroSDeck new file mode 160000 index 00000000..25ece010 --- /dev/null +++ b/plugins/MicroSDeck @@ -0,0 +1 @@ +Subproject commit 25ece010ef1e59866d519118897e7389c9be9e3b 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 06/21] =?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 07/21] 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 08/21] 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 09/21] 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 10/21] 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 11/21] 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 12/21] 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 13/21] 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 14/21] 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 15/21] 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 16/21] 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 17/21] 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 18/21] 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 19/21] 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 20/21] 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 7be9ae8bc65cc4e76bd4f150f64b837e393f4ba4 Mon Sep 17 00:00:00 2001 From: Arnon Guttel Date: Sun, 1 Oct 2023 16:26:15 +0300 Subject: [PATCH 21/21] Added DeckSCP (#442) --- .gitmodules | 3 +++ plugins/DeckSCP | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/DeckSCP diff --git a/.gitmodules b/.gitmodules index d803ac08..9f5c6c9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -189,3 +189,6 @@ [submodule "plugins/decky-save-manager"] path = plugins/decky-save-manager url = https://github.com/metehankutlu/decky-save-manager +[submodule "plugins/DeckSCP"] + path = plugins/DeckSCP + url = https://github.com/ArnonGuttel/decky-filetransfer-plugin diff --git a/plugins/DeckSCP b/plugins/DeckSCP new file mode 160000 index 00000000..aed3f9fa --- /dev/null +++ b/plugins/DeckSCP @@ -0,0 +1 @@ +Subproject commit aed3f9fa52c69a4c22995e2b322305cbe543ff08