diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-10-30 13:06:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 13:06:12 -0400 |
| commit | 04cf7fbf0200db67946a430f6a5ef10289cb965d (patch) | |
| tree | d65795e0fb03fcd61887d6c60adfec04176552b5 /mm | |
| parent | c91588d8af126f68f032b65e552f6d8a029ded22 (diff) | |
Bump for Mion Alfa (#1312)3.0.0
Diffstat (limited to 'mm')
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index 7ad19d54b..43c71124c 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -206,9 +206,10 @@ WidgetInfo& BenMenu::AddWidget(WidgetPath& pathInfo, std::string widgetName, Wid return widget; } -// Last generated with the following command on 05/19/2025 +// Last generated with the following command on 10/30/2025. The gap in commits is so that cherry-picks from other repos +// do not get mixed in. // clang-format off -// git shortlog -sn 2332f63f5a9ca4b949f029c11a9744d601d7155f..HEAD | sed -E 's/^[[:space:]]*[0-9]+[[:space:]]+/"/' | sed -E 's/(.+)/\1",/' +// { git shortlog -sn 2332f63..558f59b ; git shortlog -sn dfcc80e..HEAD; } | sort -k2 | uniq -f1 | sed -E 's/^[[:space:]]*[0-9]+[[:space:]]+/"/' | sed -E 's/(.+)/\1",/' // clang-format on std::vector<std::string> contributors = { "ProxySaw", // "Garrett Cox", manual replacement @@ -262,6 +263,8 @@ std::vector<std::string> contributors = { "justawayofthesamurai", "verbes4", "ammar sadaoui", + "Mrlinkwii", + "Corbin Park", }; void BenMenu::AddSettings() { |
