Skip to content

Commit

Permalink
Merge branch 'SteamDeckHomebrew:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GedasFX authored Jan 12, 2024
2 parents d93a722 + fedc18c commit 378a39f
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 24 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -177,9 +177,31 @@
[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
branch = xrealAir
[submodule "plugins/DeckScreenshotManager"]
path = plugins/DeckScreenshotManager
url = https://github.com/codehz/DeckScreenshotManager
[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
[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
[submodule "plugins/decky-XRGaming"]
path = plugins/decky-XRGaming
url = [email protected]:wheaney/decky-XRGaming.git
1 change: 1 addition & 0 deletions plugins/CheatDeck
Submodule CheatDeck added at 86b74a
1 change: 1 addition & 0 deletions plugins/DeckScreenshotManager
Submodule DeckScreenshotManager added at b4c3f4
1 change: 1 addition & 0 deletions plugins/EmuDecky
Submodule EmuDecky added at ca548d
2 changes: 1 addition & 1 deletion plugins/Fantastic
Submodule Fantastic updated from 78921c to e46420
1 change: 0 additions & 1 deletion plugins/FriendsFix
Submodule FriendsFix deleted from a4c5f7
2 changes: 1 addition & 1 deletion plugins/SDH-CssLoader
1 change: 1 addition & 0 deletions plugins/decky-XRGaming
Submodule decky-XRGaming added at a1e2e2
2 changes: 1 addition & 1 deletion plugins/decky-recorder
1 change: 1 addition & 0 deletions plugins/decky-save-manager
Submodule decky-save-manager added at 51ea03
2 changes: 1 addition & 1 deletion plugins/decky-wine-cellar
2 changes: 1 addition & 1 deletion plugins/decky-xrealAir
2 changes: 1 addition & 1 deletion plugins/hltb-for-deck
Submodule hltb-for-deck updated 49 files
+17 −4 Readme.md
+ images/image002.png
+ images/image003.png
+9 −9 package.json
+308 −349 pnpm-lock.yaml
+17 −6 release.md
+90 −21 src/components/GameStats/GameStats.tsx
+5 −4 src/components/GameStats/style.tsx
+24 −0 src/components/HLTBContextMenuItem.tsx
+5 −0 src/components/LoadingScreen.tsx
+72 −13 src/components/QuickAccessView/QuickAccessView.tsx
+18 −0 src/hooks/Cache.ts
+1 −0 src/hooks/GameInfoData.ts
+2 −0 src/hooks/useHltb.ts
+23 −0 src/hooks/useLocalization.ts
+27 −0 src/hooks/useStatPreferences.ts
+11 −3 src/index.tsx
+61 −0 src/languages.ts
+26 −0 src/localizations/bg.json
+26 −0 src/localizations/cs.json
+26 −0 src/localizations/da.json
+26 −0 src/localizations/de.json
+26 −0 src/localizations/el.json
+26 −0 src/localizations/en.json
+26 −0 src/localizations/es-419.json
+26 −0 src/localizations/es.json
+26 −0 src/localizations/fi.json
+26 −0 src/localizations/fr.json
+26 −0 src/localizations/hu.json
+26 −0 src/localizations/it.json
+26 −0 src/localizations/ja.json
+26 −0 src/localizations/ko.json
+26 −0 src/localizations/nl.json
+26 −0 src/localizations/no.json
+26 −0 src/localizations/pl.json
+26 −0 src/localizations/pt-br.json
+26 −0 src/localizations/pt.json
+26 −0 src/localizations/ro.json
+26 −0 src/localizations/ru.json
+26 −0 src/localizations/sv.json
+26 −0 src/localizations/th.json
+26 −0 src/localizations/tr.json
+26 −0 src/localizations/uk.json
+26 −0 src/localizations/vi.json
+26 −0 src/localizations/zh-cn.json
+26 −0 src/localizations/zh-tw.json
+2 −2 src/patches/LibraryApp.tsx
+117 −0 src/patches/LibraryContextMenu.tsx
+2 −1 tsconfig.json
1 change: 1 addition & 0 deletions plugins/kdeconnect
Submodule kdeconnect added at c5dbb9
2 changes: 1 addition & 1 deletion plugins/moondeck
Submodule moondeck updated 63 files
+3 −4 defaults/python/lib/buddyclient.py
+1 −1 defaults/python/lib/constants.py
+59 −24 defaults/python/lib/moonlightproxy.py
+1 −1 defaults/python/lib/runnerresult.py
+34 −4 defaults/python/lib/settings.py
+11 −0 defaults/python/lib/utils.py
+167 −0 defaults/python/lib/wolsplashscreen.py
+111 −60 defaults/python/runner.py
+15 −8 main.py
+3 −3 package.json
+8 −8 pnpm-lock.yaml
+45 −0 src/components/changelogview/changelogview.tsx
+3 −3 src/components/hostselectionview/hostselectiondropdown.tsx
+1 −1 src/components/hostselectionview/hostselectionview.tsx
+12 −3 src/components/hostselectionview/manualhostmodal.tsx
+4 −4 src/components/hostsettingsview/hostsettingsview.tsx
+2 −0 src/components/icons/index.ts
+3 −0 src/components/icons/settings.tsx
+3 −0 src/components/icons/trash.tsx
+5 −4 src/components/moondecklaunchbutton/buttonstyle.tsx
+20 −15 src/components/moondecklaunchbutton/moondecklaunchbutton.tsx
+101 −0 src/components/moonlightsettingsview/linkeddisplaylist.tsx
+73 −0 src/components/moonlightsettingsview/linkeddisplaymodal.tsx
+1 −1 src/components/moonlightsettingsview/modifyresolutionmodal.tsx
+62 −0 src/components/moonlightsettingsview/moonlightexecutableselection.tsx
+8 −3 src/components/moonlightsettingsview/moonlightsettingsview.tsx
+0 −14 src/components/quicksettingsview/gotosettingspanel.tsx
+2 −3 src/components/quicksettingsview/hoststatuspanel.tsx
+0 −2 src/components/quicksettingsview/quicksettingsview.tsx
+43 −18 src/components/quicksettingsview/resolutionpanel.tsx
+30 −7 src/components/runnersettingsview/runnersettingsview.tsx
+1 −1 src/components/setupguideview/setupguideview.tsx
+0 −1 src/components/shared/index.ts
+0 −28 src/components/shared/ipaddresstextinput.tsx
+15 −25 src/components/shared/textinput.tsx
+1 −0 src/components/titleview/index.ts
+36 −0 src/components/titleview/titleview.tsx
+1 −0 src/hooks/index.ts
+19 −0 src/hooks/usecurrentdisplayidentifier.tsx
+2 −1 src/hooks/usecurrenthostsettings.tsx
+3 −2 src/hooks/usecurrentsettings.tsx
+4 −2 src/index.tsx
+44 −44 src/lib/appoverviewpatcher.ts
+1 −1 src/lib/index.ts
+27 −9 src/lib/moondeckapplauncher.ts
+6 −4 src/lib/serverproxy.ts
+34 −1 src/lib/settingsmanager.ts
+16 −16 src/lib/shortcutmanager.ts
+10 −1 src/lib/steamutils.ts
+2 −2 src/routes/moondeck.tsx
+7 −2 src/steam-utils/addShortcut.ts
+0 −23 src/steam-utils/getAppOverview.ts
+0 −23 src/steam-utils/getAppStore.ts
+59 −0 src/steam-utils/getAppStoreEx.ts
+2 −2 src/steam-utils/getCollectionStore.ts
+49 −0 src/steam-utils/getDisplayIdentifiers.ts
+8 −2 src/steam-utils/getGameId.ts
+3 −0 src/steam-utils/getSystemDisplayManagerStore.ts
+3 −2 src/steam-utils/index.ts
+15 −0 src/steam-utils/registerForDisplayStateChanges.ts
+8 −2 src/steam-utils/removeShortcut.ts
+5 −0 src/steam-utils/shared.ts
+10 −4 src/steam-utils/waitForAppOverview.ts
1 change: 1 addition & 0 deletions plugins/reshadeck
Submodule reshadeck added at 81d71e
2 changes: 1 addition & 1 deletion plugins/sharedeck-y
Submodule sharedeck-y updated 4 files
+1 −1 LICENSE
+4 −2 README.md
+2 −2 package.json
+7 −7 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion plugins/tailscale-control
2 changes: 1 addition & 1 deletion plugins/vibrantDeck

0 comments on commit 378a39f

Please sign in to comment.