diff options
author | Wuzzy <almikes@aol.com> | 2015-02-23 01:41:17 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-23 01:41:17 +0100 |
commit | c5654808ca2f0d61ea1608208ba85f82cd8df74a (patch) | |
tree | 1c2180f735b6464a28867bedb37f08a3ee67f242 | |
parent | cfe8b3a60b23aa48fddffc099be3abf6577c8b99 (diff) |
Version 1.0.2
-rw-r--r-- | API.md | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | changelog.txt | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -API documentation for the HUD bars mod 1.0.1 +API documentation for the HUD bars mod 1.0.2 ============================================ ## Introduction @@ -1,6 +1,6 @@ Minetest mod: HUD bars ====================== -Version: 1.0.1 +Version: 1.0.2 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 4898626..c94c0b3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -38,3 +38,8 @@ as of version 2.0.0 of the standard <http://semver.org/>. 1.0.1 ----- - Fix race condition causing crash at start of server + +1.0.2 +----- +- Fix other HUD elements disappearing for rejoining players +- Remove pointless delays for initializing the HUD for new or rejoining players |