diff options
author | Wuzzy <almikes@aol.com> | 2015-03-23 18:37:56 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-03-23 18:37:56 +0100 |
commit | 012623b235fa6bc0a111ee9ce8030e6f5fcc5330 (patch) | |
tree | 91fc9490901d2021e6688a7be50f9befffbc6c9e | |
parent | 015e23c6f24fbd00bc155c9cf08b7c01210342e5 (diff) |
Update changelog and release 1.1.0
-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) |