diff options
-rw-r--r-- | API.md | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | changelog.txt | 8 |
3 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -API documentation for the HUD bars mod 1.2.1 +API documentation for the HUD bars mod 1.3.0 ============================================ ## Introduction @@ -11,7 +11,7 @@ this mod will place them accordingly. position should be displayed correctly on every screen size. ## Current version -The current version is 1.2.1. +The current version is 1.3.0. This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer standard. @@ -47,4 +47,4 @@ To Public License (WTFPL), version 2, as published by Sam Hocevar. ### License references * [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) -* [WTFPL](http://sam.zoy.org/wtfpl/COPYING)
\ No newline at end of file +* [WTFPL](http://sam.zoy.org/wtfpl/COPYING) diff --git a/changelog.txt b/changelog.txt index 3c4f0bc..9ead0e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -64,3 +64,11 @@ as of version 2.0.0 of the standard <http://semver.org/>. 1.2.1 ----- - Fix crash when enable_damage is changed in mid-game + +1.3.0 +----- +- Make all settings avaialbe in Minetest's advanced settings menu +- Fix HUD bars overlap when both hudbars_tick and hudbars_vmargin were set +- Use Markdown syntax in readme file +- Fix some factual mistakes in readme file +- Add metadata: mod.conf, description.txt, screenshot.png |