From aea65dfd60867ef31326bfa2edc22663db3307df Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 12 Jan 2026 20:40:52 +0100 Subject: [PATCH] Update credits for 5.15.0 (#16840) --- builtin/mainmenu/credits.json | 7 ++++--- util/gather_git_credits.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/builtin/mainmenu/credits.json b/builtin/mainmenu/credits.json index 87a91ccae8..c24fc437e5 100644 --- a/builtin/mainmenu/credits.json +++ b/builtin/mainmenu/credits.json @@ -47,11 +47,12 @@ ], "#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py", "contributors": [ - "Lucas OH", - "Xeno333" + "siliconsniffer", + "CrazyladMT", + "Wuzzy (Wuzzy2)", + "birdlover32767" ], "previous_contributors": [ - "Wuzzy (Wuzzy2)", "Ælla Chiana Moskopp (erle) [Logo]", "numzero", "red-001 ", diff --git a/util/gather_git_credits.py b/util/gather_git_credits.py index 8aa74641d9..1cc2b48f67 100755 --- a/util/gather_git_credits.py +++ b/util/gather_git_credits.py @@ -6,7 +6,7 @@ from collections import defaultdict codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$" # two minor versions back, for "Active Contributors" -REVS_ACTIVE = "5.11.0..HEAD" +REVS_ACTIVE = "5.13.0..HEAD" # all time, for "Previous Contributors" REVS_PREVIOUS = "HEAD"