From 7a923fb3f4f34dca3eb5e50d8c4c05fc249043af Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Thu, 8 Jan 2026 14:28:34 +0300 Subject: [PATCH] add RSS-feed-in-whats-new Plugin that adds news from RSS feeds to the "what's new" section used: - SteamClient.System.OpenInSystemBrowser for urls - SteamClient.System.OpenLocalDirectoryInSystemExplorer for paths --- .gitmodules | 3 +++ plugins/RSS-feed-in-whats-new | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/RSS-feed-in-whats-new diff --git a/.gitmodules b/.gitmodules index ef0d2fb..ef03b05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "plugins/steam-change-window-params"] path = plugins/steam-change-window-params url = https://github.com/ricewind012/steam-change-window-params +[submodule "plugins/RSS-feed-in-whats-new"] + path = plugins/RSS-feed-in-whats-new + url = https://github.com/diemonic1/RSS-feed-in-whats-new diff --git a/plugins/RSS-feed-in-whats-new b/plugins/RSS-feed-in-whats-new new file mode 160000 index 0000000..168290f --- /dev/null +++ b/plugins/RSS-feed-in-whats-new @@ -0,0 +1 @@ +Subproject commit 168290f323b77ef682938a6591fb6c3f567a481d