diff options
-rw-r--r-- | API.md | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | changelog.txt | 4 |
3 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -API documentation for the HUD bars mod 1.2.0 +API documentation for the HUD bars mod 1.2.1 ============================================ ## Introduction @@ -1,6 +1,6 @@ Minetest mod: HUD bars ====================== -Version: 1.2.0 +Version: 1.2.1 This software uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. <http://semver.org/> diff --git a/changelog.txt b/changelog.txt index dcb355f..3c4f0bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -60,3 +60,7 @@ as of version 2.0.0 of the standard <http://semver.org/>. - New experimental/unfinished setting: hudbars_alignment_pattern: You can now make the HUD bars stack vertically instead of the current zig-zag pattern. Note you probably need to change source code to productively use this feature - Various position-related HUD bar settings (see README.txt) - Remove hudbars.conf support and hudbars.conf.example (was never officially supported anyways) + +1.2.1 +----- +- Fix crash when enable_damage is changed in mid-game |