Version 1.3.0

This commit is contained in:
Wuzzy 2016-07-02 22:10:27 +02:00
parent 41cdf147fa
commit 1916c220b7
3 changed files with 11 additions and 3 deletions

2
API.md
View File

@ -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

View File

@ -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)
* [WTFPL](http://sam.zoy.org/wtfpl/COPYING)

View File

@ -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