summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-03-23 18:37:56 +0100
committerWuzzy <almikes@aol.com>2015-03-23 18:37:56 +0100
commit012623b235fa6bc0a111ee9ce8030e6f5fcc5330 (patch)
tree91fc9490901d2021e6688a7be50f9befffbc6c9e
parent015e23c6f24fbd00bc155c9cf08b7c01210342e5 (diff)
Update changelog and release 1.1.0
-rw-r--r--API.md2
-rw-r--r--README.txt2
-rw-r--r--changelog.txt4
3 files changed, 6 insertions, 2 deletions
diff --git a/API.md b/API.md
index f189e2d..47e9bf2 100644
--- a/API.md
+++ b/API.md
@@ -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
diff --git a/README.txt b/README.txt
index f840eee..0673436 100644
--- a/README.txt
+++ b/README.txt
@@ -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)