From 4833efdbaea1c25146f10df827ca9324fe2451e8 Mon Sep 17 00:00:00 2001 From: Zxhir <98621617+Imzxhir@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:06:54 +0000 Subject: [PATCH] Make sure to use markdown instead of HTML for codeblocks and add changelogs (#87) * Make sure to use markdown instead of HTML for codeblocks * Add JourneyMap 5.9.21 changelogs --- docs/en/Tools and Customisation/topographic.md | 2 +- docs/en/changelogs.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/en/Tools and Customisation/topographic.md b/docs/en/Tools and Customisation/topographic.md index 71d48c28..6addf813 100644 --- a/docs/en/Tools and Customisation/topographic.md +++ b/docs/en/Tools and Customisation/topographic.md @@ -22,7 +22,7 @@ So, given a **world height of 256** blocks, a palette of **32 colors** will crea ## **Customization** -The topographic maps config file .minecraft/journeymap/config/5.2/journeymap.topo.config can be edited with a simple text editor. You can make changes to it, save it, and see the results immediately in JourneyMap without a need to restart. +The topographic maps config file `.minecraft/journeymap/config/5.2/journeymap.topo.config` can be edited with a simple text editor. You can make changes to it, save it, and see the results immediately in JourneyMap without a need to restart. The file has the following properties: diff --git a/docs/en/changelogs.md b/docs/en/changelogs.md index 420a7a6a..c4f3a076 100644 --- a/docs/en/changelogs.md +++ b/docs/en/changelogs.md @@ -1,6 +1,12 @@ # **Changelogs** -This page shows all the changelogs from JourneyMap 5.9.0 to 5.9.20 which is the latest version of JourneyMap so far. +This page shows all the changelogs from JourneyMap 5.9.0 to 5.9.21 which is the latest version of JourneyMap so far. + +## **JourneyMap 5.9.21** + +- Fixed: [ModCompat] ViveCraft key bindings. +- Fixed: Minimap rendering logic bug. +- Fixed: Removed some unnecessary class allocations that can have a severe impact on performance. ## **JourneyMap 5.9.20**