From 28d95ed862146a9f81dcb8891eaf817bc433d3fa Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 5 May 2026 18:44:22 -0600 Subject: [PATCH 1/2] Adopt Volume Manipulator + Color Consistency 1.0.5 --- exts/colorConsistency.json | 2 +- exts/volumeManipulator.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exts/colorConsistency.json b/exts/colorConsistency.json index a379cf32..1d3d3cf0 100644 --- a/exts/colorConsistency.json +++ b/exts/colorConsistency.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/Cynosphere/moonlight-extensions.git", - "commit": "100701995cd22db9fc7b00bd4fa1c07614c0ae6b", + "commit": "216eef85b09e9ebbde0b3c171ccfe249b63f51f2", "scripts": ["build", "repo"], "artifact": "repo/colorConsistency.asar" } diff --git a/exts/volumeManipulator.json b/exts/volumeManipulator.json index 778c794f..b783070c 100644 --- a/exts/volumeManipulator.json +++ b/exts/volumeManipulator.json @@ -1,6 +1,6 @@ { - "repository": "https://github.com/yofukashino/moonlight-extensions.git", - "commit": "583bd1a7b951e614fb6eae73102a7209beb7eafb", + "repository": "https://github.com/Cynosphere/moonlight-extensions.git", + "commit": "216eef85b09e9ebbde0b3c171ccfe249b63f51f2", "scripts": ["build", "repo"], "artifact": "repo/volumeManipulator.asar" -} \ No newline at end of file +} From 88842748353f12a62117d6ee93fe1e3a036e6609 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 5 May 2026 19:33:46 -0600 Subject: [PATCH 2/2] volumeManipulator: fix source --- exts/volumeManipulator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/volumeManipulator.json b/exts/volumeManipulator.json index b783070c..e48a9fa7 100644 --- a/exts/volumeManipulator.json +++ b/exts/volumeManipulator.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/Cynosphere/moonlight-extensions.git", - "commit": "216eef85b09e9ebbde0b3c171ccfe249b63f51f2", + "commit": "35ff9d0eebac7e8498f54782e5dfb1f6177e0482", "scripts": ["build", "repo"], "artifact": "repo/volumeManipulator.asar" }