diff options
author | Wuzzy <almikes@aol.com> | 2015-05-20 00:15:47 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-05-20 00:15:47 +0200 |
commit | 390c24c1930067bf6ec28a1d8ca933a361d3c7fb (patch) | |
tree | eeac81e35f8df53787fbe151dc1b2c28b8e14c6f | |
parent | 9db2fcba34cbe11961e882774fbf1fd63584955d (diff) |
Update changelog
-rw-r--r-- | changelog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index c38cc69..800abd0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 |