forked from mtcontrib/minetest_hudbars
Version 1.2.1, update changelog
This commit is contained in:
parent
3362152656
commit
44a1313d2f
2
API.md
2
API.md
|
@ -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
|
## Introduction
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Minetest mod: HUD bars
|
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
|
This software uses semantic versioning, as defined by version 2.0.0 of the SemVer
|
||||||
standard. <http://semver.org/>
|
standard. <http://semver.org/>
|
||||||
|
|
|
@ -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
|
- 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)
|
- Various position-related HUD bar settings (see README.txt)
|
||||||
- Remove hudbars.conf support and hudbars.conf.example (was never officially supported anyways)
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user