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.0.2 +API documentation for the HUD bars mod 1.1.0 ============================================ ## Introduction @@ -1,6 +1,6 @@ Minetest mod: HUD bars ====================== -Version: 1.0.3 +Version: 1.1.0 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 4e0d981..c38cc69 100644 --- a/changelog.txt +++ b/changelog.txt @@ -47,3 +47,7 @@ as of version 2.0.0 of the standard <http://semver.org/>. 1.0.3 ----- - Adjust default HUD bars position for Minetest 0.4.12 + +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) |