File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ PR_LIST_LIMIT=300
4141TRANSLATION_ENTRY_TEXT=" GUI: Translations have been updated:"
4242TRANSLATION_ENTRY_TEXT2=" Translations updated from Hosted Weblate"
4343BUNDLED_QT_UPDATE_TEXT=" Build: Updated bundled Qt6"
44+ # must escape ( and ) so that sed doesn't treat them as magic
45+ BUNDLED_JACK_UPDATE_TEXT=" Build: Updated bundled JACK \\ (Windows-only\\ )"
46+ NSIS_UPDATE_TEXT=" Build: Updated Windows Installer base \\ (NSIS\\ )"
47+ ASIO_UPDATE_TEXT=" Build: Updated ASIO SDK \\ (Windows-only\\ )"
4448declare -A LANGS
4549LANGS[de_DE]=" German"
4650LANGS[fr_FR]=" French"
@@ -136,6 +140,9 @@ group_entries() {
136140 " Website:"
137141 " Github:"
138142 " $BUNDLED_QT_UPDATE_TEXT "
143+ " $BUNDLED_JACK_UPDATE_TEXT "
144+ " $NSIS_UPDATE_TEXT "
145+ " $ASIO_UPDATE_TEXT "
139146 " Build:"
140147 " Autobuild:"
141148 " Code:"
You can’t perform that action at this time.
0 commit comments