From 32290784b7cdd78f76c127f31de71b2f24408122 Mon Sep 17 00:00:00 2001 From: Nils Schimmelmann Date: Sat, 18 Mar 2023 20:25:31 -0700 Subject: [PATCH] release MMapper 23.03.0 --- MMAPPER_VERSION | 2 +- NEWS.txt | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/MMAPPER_VERSION b/MMAPPER_VERSION index 95cba5cff..533bf9aa1 100644 --- a/MMAPPER_VERSION +++ b/MMAPPER_VERSION @@ -1 +1 @@ -23.01.0 +23.03.0 diff --git a/NEWS.txt b/NEWS.txt index 57705e3e2..9a4a563df 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,26 @@ +================================ +MMapper 23.03.0 (March 18, 2023) +================================ + +New features: + - Added the Adventure Panel that helps players track, organize, and + understand their adventures such as hints, XP, and achievements (Taryn) + - Added the _timers command for players to track things (Azazello) + +Bug fixes: + - Fixed crash when editing multiple rooms + - Fixed Warrens' dawn and dusk messages (Troth) + - RoomPanel now supports dark mode on macOS and Linux + - Use Char.Vitals GMCP to set riding or position state rather than from the + prompt using regular expressions + +Changes: + - Internal commands don't have weird output like "--->" anymore + - Github Actions is now used very extensively for continuous build by the + MMapper developers + - Windows build has stopped using MSYS2 because it upgraded to OpenSSL3 which + is not supportted by the Qt5 framework + ================================ MMapper 23.01.0 (January 1, 2023) ================================