diff --git a/CHANGELOG.md b/CHANGELOG.md index b85338e..0b4a560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# Changelog +# Changelog + +## 607 to 608: +- Re-worked and improved MH-NaliVillage]\[ map, included as MH-NaliVillage][-SE +- Include monster difficulty in scoreboard footer message +- Show objectives on scoreboard +- Reduce volume of objective activated/completed sounds +- Only include unfriendly creatures in monsters remaining count +- Tweak levers/waypoints in MH-NaliVillage]\[ map to prevent double-triggering by AI ## 606 to 607: - Introduction of support for optional objectives in maps, which can show up on the HUD, and tell players what they need to be doing diff --git a/buildscript/buildconfig.sh b/buildscript/buildconfig.sh index 059034f..e131fa5 100644 --- a/buildscript/buildconfig.sh +++ b/buildscript/buildconfig.sh @@ -7,8 +7,8 @@ SCRIPTS_DIR=$(dirname $(realpath $0)) export name="Monster Hunt" export package=MonsterHunt -export build=607 -export version=607 +export build=608 +export version=608 export packagefull=$package export packagedist=$package$version export debug=1 diff --git a/resources/Help/MonsterHunt/ReadMe.html b/resources/Help/MonsterHunt/ReadMe.html index 722049a..dbabe1a 100644 --- a/resources/Help/MonsterHunt/ReadMe.html +++ b/resources/Help/MonsterHunt/ReadMe.html @@ -306,6 +306,16 @@

Credits

Release History

+

Release 14 (608)

+ +

Release 13 (607)