From f423c1ea258707709b343ee608463ce05997e010 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 2 Jun 2024 03:47:02 +0200 Subject: [PATCH 1/3] Set version for hotfix v0.87.1 --- game.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.conf b/game.conf index 61cedc596..561f63b63 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,4 @@ title = VoxeLibre description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more. disallowed_mapgens = v6 -version=0.88.0-SNAPSHOT +version=0.87.1 From 1153a81b65817bc598b2ebd98abd5b980c6d179c Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 2 Jun 2024 03:58:50 +0200 Subject: [PATCH 2/3] Update release notes for hotfix v0.87.1 --- RELEASE.md | 3 ++- releasenotes/0_87-the_prismatic_release.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 823b3f1a7..cf49d98ed 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -106,7 +106,7 @@ lua tools/generate_ingame_credits.lua 4. Make a commit for the above: ``` git add game.conf -git commit -m "Set version for hotifx v0.87.1" +git commit -m "Set version for hotfix v0.87.1" ``` or, if credits got updated: ``` @@ -120,6 +120,7 @@ git commit -m "Updated release credits and set version for hotfix v0.87.1" ## 0.87.1 hotfix ``` and describe the changes there + 6. Make a commit for the releasenotes changes: ``` git add releasenotes/0_87-the_prismatic_release.md diff --git a/releasenotes/0_87-the_prismatic_release.md b/releasenotes/0_87-the_prismatic_release.md index 79668b9e5..3073d0658 100644 --- a/releasenotes/0_87-the_prismatic_release.md +++ b/releasenotes/0_87-the_prismatic_release.md @@ -166,3 +166,15 @@ One of our tools, the Python script allowing conversion of Minecraft resource pa * Ghast fireball related crash – by Araca * Crash related to server restart while a player is dead – by teknomunk * Crashes related to the new effects API - by teknomunk and Herowl + +## 0.87.1 hotfix +* Fixed crash when shooting potions from a dispenser - by teknomunk +* Fixed crash related to custom mobspawners - by teknomunk +* Fixed beacon crash - by teknomunk +* Fixed eye of ender crash - by Herowl +* Fixed Stalker texture generation - by teknomunk +* Correctly refresh enchanted tool capabilities - by teknomunk +* Fixed creative inventory misbehaving - by Herowl +* Fixed variable definition in mob spawning code - by teknomunk +* Updated documentation - by Herowl and teknomunk +* Increased stack size for snowballs and eggs - by JoseDouglas26 From acf72be89ce92af1520a9f50ca2668e6b98ceefd Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 2 Jun 2024 04:00:05 +0200 Subject: [PATCH 3/3] Post-hotfix reset version 0.88.0-SNAPSHOT --- game.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.conf b/game.conf index 561f63b63..61cedc596 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,4 @@ title = VoxeLibre description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more. disallowed_mapgens = v6 -version=0.87.1 +version=0.88.0-SNAPSHOT