From 390c24c1930067bf6ec28a1d8ca933a361d3c7fb Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 20 May 2015 00:15:47 +0200 Subject: [PATCH] Update changelog --- changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 . 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