Ported over ui updates from Linux Game Manager.

This commit is contained in:
Storm Dragon
2025-08-06 15:47:59 -04:00
parent adfef6fba4
commit fa80331a63
3 changed files with 51 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Check for latest news
check_news() {
# For use by update scripts that want to source functions in this file.
@@ -45,7 +47,7 @@ fi
# Get the important information: commit messages and summary
local changesSummary
changesSummary=$({
echo "=== UPDATE COMPLETED ==="
echo "UPDATE COMPLETED"
echo
echo "Recent changes:"
git log '@{1}..' --pretty=format:'• %an: %s' | tac