diff --git a/VERSION b/VERSION index 5aa7c52..9fa5f12 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.9 +2.3.10 diff --git a/dependencies/zenity/src b/dependencies/zenity/src index 775bea8..633e00f 160000 --- a/dependencies/zenity/src +++ b/dependencies/zenity/src @@ -1 +1 @@ -Subproject commit 775bea8911f27848d1359ae656cf074dc0a07396 +Subproject commit 633e00f277ff6996e2c6d5b746f7a372e7a4b4a2 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 944470b..5a231c8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +**2.3.10** +* Add Crash Report Dialog +* Disable V-Sync By Default +* Refactor Child Process Management +* Improve Build System + * Support For Building On Ubuntu 22.04 + **2.3.9** * Bundle An ARM Sysroot * Not Used On ARM32 Systems diff --git a/images/start.png b/images/start.png index 7bcbbb9..fd41a23 100644 Binary files a/images/start.png and b/images/start.png differ diff --git a/launcher/src/crash-report.c b/launcher/src/crash-report.c index 107d1a4..7cc86e2 100644 --- a/launcher/src/crash-report.c +++ b/launcher/src/crash-report.c @@ -24,7 +24,7 @@ static void show_report(const char *log_filename) { "--width", CRASH_REPORT_DIALOG_WIDTH, "--height", CRASH_REPORT_DIALOG_HEIGHT, "--text-info", - "--text", "Minecraft: Pi Edition: Reborn has crashed!", + "--text", "Minecraft: Pi Edition: Reborn has crashed!\n\nNeed help? Consider asking on the Discord server!", "--filename", log_filename, "--no-wrap", "--font", "Monospace",