diff --git a/API.md b/API.md index d18f05b..8af63b6 100644 --- a/API.md +++ b/API.md @@ -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 diff --git a/README.md b/README.md index 763af37..f556330 100644 --- a/README.md +++ b/README.md @@ -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 . 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