Update changelog

master
Wuzzy 2015-05-20 00:15:47 +02:00
parent 9db2fcba34
commit 390c24c193
1 changed files with 7 additions and 0 deletions

View File

@ -51,3 +51,10 @@ as of version 2.0.0 of the standard <http://semver.org/>.
1.1.0
-----
- Add boolean minetest.conf setting support (hudbars_autohide_breathbar) to control whether the breath bar is automatically hidden when full (default: yes)
1.2.0
-----
- New setting: hudbars_sorting. You can now manually sort all the HUD bars. Useful if you don't like automatic order
- New setting: hudbars_bar_type. You now can change the appearance of the HUD bars.
- New HUD bar types, slightly experimental: Classic statbars and modern [hud]-style statbars
- 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