Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainDoctor authored Dec 29, 2023
2 parents 05c716b + c19f8ab commit 466d51f
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 12 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
14 changes: 13 additions & 1 deletion .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 Down Expand Up @@ -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
Expand All @@ -189,6 +192,15 @@
[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-notifications"]
path = plugins/decky-notifications
url = https://github.com/Firemoon777/decky-notifications
1 change: 1 addition & 0 deletions plugins/CheatDeck
Submodule CheatDeck added at 86b74a
1 change: 1 addition & 0 deletions plugins/EmuDecky
Submodule EmuDecky added at ca548d
1 change: 0 additions & 1 deletion plugins/FriendsFix
Submodule FriendsFix deleted from a4c5f7
2 changes: 1 addition & 1 deletion plugins/SDH-CssLoader
2 changes: 1 addition & 1 deletion plugins/decky-recorder
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 50 files
+3 −4 defaults/python/lib/buddyclient.py
+1 −1 defaults/python/lib/constants.py
+14 −1 defaults/python/lib/settings.py
+11 −0 defaults/python/lib/utils.py
+167 −0 defaults/python/lib/wolsplashscreen.py
+92 −61 defaults/python/runner.py
+2 −4 main.py
+3 −3 package.json
+8 −8 pnpm-lock.yaml
+25 −0 src/components/changelogview/changelogview.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
+2 −0 src/components/moonlightsettingsview/moonlightsettingsview.tsx
+0 −14 src/components/quicksettingsview/gotosettingspanel.tsx
+0 −2 src/components/quicksettingsview/quicksettingsview.tsx
+43 −18 src/components/quicksettingsview/resolutionpanel.tsx
+12 −1 src/components/runnersettingsview/runnersettingsview.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
+4 −2 src/lib/serverproxy.ts
+4 −0 src/lib/settingsmanager.ts
+16 −16 src/lib/shortcutmanager.ts
+10 −1 src/lib/steamutils.ts
+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

0 comments on commit 466d51f

Please sign in to comment.