From ce15d51aac94ae8a95338175366b8cad629537b5 Mon Sep 17 00:00:00 2001 From: alowave Date: Sat, 28 Feb 2026 00:33:02 +0100 Subject: [PATCH 1/3] Migrate backend to Lua; bump deps * Replace the Python backend with a new Lua implementation (add backend/main.lua, remove backend/main.py) * Set plugin.json backendType to "lua". Bump package version to 2.0.0 * Upgrade Steambrew and dev dependencies (package.json), with the corresponding pnpm-lock.yaml update. * Include minor frontend updates to static/faceit_stats.css and webkit/index.tsx. * Removed built plugin from repo. --- plugins/millennium-faceit-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/millennium-faceit-stats b/plugins/millennium-faceit-stats index aad78d3..3e55d6b 160000 --- a/plugins/millennium-faceit-stats +++ b/plugins/millennium-faceit-stats @@ -1 +1 @@ -Subproject commit aad78d38f337f80efbefa764da386257289e542a +Subproject commit 3e55d6bb2275bace8d4e83087fb832919b83ef71 From 584a5b5203b8f86d798286e720d5ab5cf59cf95a Mon Sep 17 00:00:00 2001 From: alowave Date: Sat, 28 Feb 2026 00:37:44 +0100 Subject: [PATCH 2/3] Bump README.md counter; change table. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 714dc09..7a35d41 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ The following table describes the remaining deprecated Python plugins that need Python is no longer officially supported by Millennium and will be removed entirely in a future update. **Total**: 27 - * **Lua**: 19 - * **Python**: 8 + * **Lua**: 20 + * **Python**: 7 | Lua | Python | @@ -60,7 +60,7 @@ Python is no longer officially supported by Millennium and will be removed entir | achievement-groups | cswatch-plugin | | adamraichu.auto-accept-custom-launch-args | extendium | | aerothemesteam | fullscreen-notifications-fix | -| csstats-extension | millennium-faceit-stats | +| csstats-extension | | | dotastats | non-steam-playtimes | | dwmx | steam-browser-history | | gratitude | steamdb | @@ -75,3 +75,4 @@ Python is no longer officially supported by Millennium and will be removed entir | steam-logo-pos | | | steam-taskbar-progress | | | valve-internal-enabler | | +| millennium-faceit-stats | | \ No newline at end of file From 3e22c6fe97e62c543215214e59e4f59cadf1c725 Mon Sep 17 00:00:00 2001 From: alowave Date: Sat, 28 Feb 2026 00:44:43 +0100 Subject: [PATCH 3/3] Fix formatting in the table. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a35d41..9dce156 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ Python is no longer officially supported by Millennium and will be removed entir | achievement-groups | cswatch-plugin | | adamraichu.auto-accept-custom-launch-args | extendium | | aerothemesteam | fullscreen-notifications-fix | -| csstats-extension | | -| dotastats | non-steam-playtimes | -| dwmx | steam-browser-history | -| gratitude | steamdb | +| csstats-extension | non-steam-playtimes | +| dotastats | steam-browser-history | +| dwmx | steamdb | +| gratitude | | | hltb-millennium-plugin | | | leetify-extension | | | size-on-disk | |