From 909bcef5290bbd02b6635e3191cb4e7f7537a2c2 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Thu, 16 Oct 2025 23:13:32 +0300 Subject: [PATCH 01/13] Upload Apps-buttons This plugin allows you to add additional buttons to the Steam client, which allow you to launch any programs on your computer or open websites --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e31e9e6..880e72b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler +[submodule "plugins/Apps-buttons"] + path = plugins/Apps-buttons + url = https://github.com/diemonic1/Apps-buttons From 14849ea548778c6148e763b43f40f4436c053f7d Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 09:17:28 +0300 Subject: [PATCH 02/13] update apps-buttons Corrected the readme files and added the ability to manually set button styles to the settings --- .gitmodules | 3 +++ plugins/apps-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/apps-buttons diff --git a/.gitmodules b/.gitmodules index 880e72b..a26cad7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "plugins/Apps-buttons"] path = plugins/Apps-buttons url = https://github.com/diemonic1/Apps-buttons +[submodule "plugins/apps-buttons"] + path = plugins/apps-buttons + url = https://github.com/diemonic1/Apps-buttons diff --git a/plugins/apps-buttons b/plugins/apps-buttons new file mode 160000 index 0000000..27f46e7 --- /dev/null +++ b/plugins/apps-buttons @@ -0,0 +1 @@ +Subproject commit 27f46e7e98eb98b7b394e5f167ba8c1fe4bda07d From efee6e1b9945d997fac2a5868baeea7af9496875 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 11:42:52 +0300 Subject: [PATCH 03/13] add .css file I added a separate .css file so that I could set styles for the buttons through it --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 27f46e7..1090a4b 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 27f46e7e98eb98b7b394e5f167ba8c1fe4bda07d +Subproject commit 1090a4b2e5265d9ab22584d5d8f53b63d1e98ad8 From b67dcf3fc10d7ae3516212dcf877f19ccbd1c893 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 11:46:03 +0300 Subject: [PATCH 04/13] update reedme files --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 1090a4b..5477ab6 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 1090a4b2e5265d9ab22584d5d8f53b63d1e98ad8 +Subproject commit 5477ab6bffbf0cb4af7116c95989cfa36404c6fd From 527925f3a9877776f46e983771eca59d48d225ef Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 18 Oct 2025 11:20:56 +0300 Subject: [PATCH 05/13] context menus buttons 1) Refactored the code 2) Added the ability to add buttons to the game's context menu or its properties as separate settings 3) Updated the instructions --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 5477ab6..77d21d0 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 5477ab6bffbf0cb4af7116c95989cfa36404c6fd +Subproject commit 77d21d090b6512017d8c9555210fdfc3e6161619 From fec9e2123e24195507f588e0b826cf41b13b2589 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 18 Oct 2025 20:54:37 +0300 Subject: [PATCH 06/13] upload rss-feed-in-whats-new A plugin for adding RSS new to whats new block --- .gitmodules | 12 ++++++++++++ plugins/rss-feed-in-whats-new | 1 + 2 files changed, 13 insertions(+) create mode 160000 plugins/rss-feed-in-whats-new diff --git a/.gitmodules b/.gitmodules index e31e9e6..d049df7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,15 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler +<<<<<<< Updated upstream +======= +[submodule "plugins/Apps-buttons"] + path = plugins/Apps-buttons + url = https://github.com/diemonic1/Apps-buttons +[submodule "plugins/apps-buttons"] + path = plugins/apps-buttons + url = https://github.com/diemonic1/Apps-buttons +[submodule "plugins/rss-feed-in-whats-new"] + path = plugins/rss-feed-in-whats-new + url = https://github.com/diemonic1/RSS-feed-in-whats-new +>>>>>>> Stashed changes diff --git a/plugins/rss-feed-in-whats-new b/plugins/rss-feed-in-whats-new new file mode 160000 index 0000000..332b4c6 --- /dev/null +++ b/plugins/rss-feed-in-whats-new @@ -0,0 +1 @@ +Subproject commit 332b4c62e37aea71ef7463ce9c502a021a46ad2b From 8398d6b48653b312ca0bc31469cde07eef2443a9 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 18 Oct 2025 20:55:32 +0300 Subject: [PATCH 07/13] upload rss-feed-in-whats-new A plugin for adding RSS new to whats new block --- .gitmodules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index d049df7..b177fec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,15 +58,10 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler -<<<<<<< Updated upstream -======= -[submodule "plugins/Apps-buttons"] - path = plugins/Apps-buttons - url = https://github.com/diemonic1/Apps-buttons [submodule "plugins/apps-buttons"] path = plugins/apps-buttons url = https://github.com/diemonic1/Apps-buttons [submodule "plugins/rss-feed-in-whats-new"] path = plugins/rss-feed-in-whats-new url = https://github.com/diemonic1/RSS-feed-in-whats-new ->>>>>>> Stashed changes + From 8142c02aa0731bf92a55481c1bb241889a694654 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 24 Oct 2025 08:41:02 +0300 Subject: [PATCH 08/13] Add drop-down menu --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 77d21d0..6f6d489 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 77d21d090b6512017d8c9555210fdfc3e6161619 +Subproject commit 6f6d489f7721dbcdd683e03c2aef97d707a292e3 From 0f7231727065421285ab600b6f96e5896baf9af6 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 24 Oct 2025 09:33:17 +0300 Subject: [PATCH 09/13] add highlights in titles Typically, the most important elements in headlines are anything in quotation marks or numbers, so they can be highlighted in a different color. If the news is not in English, Latin characters (game names, etc.) can also be highlighted. --- plugins/rss-feed-in-whats-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rss-feed-in-whats-new b/plugins/rss-feed-in-whats-new index 332b4c6..fc1cf03 160000 --- a/plugins/rss-feed-in-whats-new +++ b/plugins/rss-feed-in-whats-new @@ -1 +1 @@ -Subproject commit 332b4c62e37aea71ef7463ce9c502a021a46ad2b +Subproject commit fc1cf03dd80a9dd762a4b943d79b88568db03928 From b5f0da11e50752656d37a7cb924073ea9bc07921 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 24 Oct 2025 17:36:49 +0300 Subject: [PATCH 10/13] added store supernav buttons --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 6f6d489..c9cf686 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 6f6d489f7721dbcdd683e03c2aef97d707a292e3 +Subproject commit c9cf686da2fce9974f480b9fb26e52d01f8ab4b0 From e209cf0c5811bc0d6d55e1f1ef49dad459f5ff1f Mon Sep 17 00:00:00 2001 From: D!EMONIC Date: Mon, 27 Oct 2025 16:40:18 +0300 Subject: [PATCH 11/13] Update .gitmodules --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a26cad7..880e72b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,6 +61,3 @@ [submodule "plugins/Apps-buttons"] path = plugins/Apps-buttons url = https://github.com/diemonic1/Apps-buttons -[submodule "plugins/apps-buttons"] - path = plugins/apps-buttons - url = https://github.com/diemonic1/Apps-buttons From e72f31a741471eac5bf0cf805f02750ddddf5fec Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Wed, 29 Oct 2025 11:46:36 +0300 Subject: [PATCH 12/13] Merge branch 'main' of https://github.com/diemonic1/PluginDatabase into RSS-feed-in-whats-new --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b177fec..86236b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,10 +58,6 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler -[submodule "plugins/apps-buttons"] - path = plugins/apps-buttons - url = https://github.com/diemonic1/Apps-buttons [submodule "plugins/rss-feed-in-whats-new"] path = plugins/rss-feed-in-whats-new url = https://github.com/diemonic1/RSS-feed-in-whats-new - From 5dab1ae069709bceaa3de087fc6dec3051427c07 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Wed, 29 Oct 2025 11:54:02 +0300 Subject: [PATCH 13/13] fix - after opening downloads, news disappeared --- plugins/rss-feed-in-whats-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rss-feed-in-whats-new b/plugins/rss-feed-in-whats-new index fc1cf03..dbf6af8 160000 --- a/plugins/rss-feed-in-whats-new +++ b/plugins/rss-feed-in-whats-new @@ -1 +1 @@ -Subproject commit fc1cf03dd80a9dd762a4b943d79b88568db03928 +Subproject commit dbf6af81028a93a184c119724f93af958e3e8e00