commit d11019c197611bbf108b92bcdb395d85ad20fa40 Author: sfan5 Date: Fri May 8 21:26:57 2026 +0200 Update credits for 5.16.0 diff --git a/builtin/mainmenu/credits.json b/builtin/mainmenu/credits.json index c24fc437e..1e4b05a35 100644 --- a/builtin/mainmenu/credits.json +++ b/builtin/mainmenu/credits.json @@ -48,9 +48,11 @@ "#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py", "contributors": [ "siliconsniffer", - "CrazyladMT", "Wuzzy (Wuzzy2)", - "birdlover32767" + "kromka-chleba", + "CrazyladMT", + "jordan4ibanez", + "Elias Åström" ], "previous_contributors": [ "Ælla Chiana Moskopp (erle) [Logo]", diff --git a/util/gather_git_credits.py b/util/gather_git_credits.py index 1cc2b48f6..82ee39f95 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.13.0..HEAD" +REVS_ACTIVE = "5.14.0..HEAD" # all time, for "Previous Contributors" REVS_PREVIOUS = "HEAD"