minetest_hudbars/changelog.txt

20 lines
567 B
Plaintext
Raw Normal View History

2015-02-07 23:43:28 +01:00
Note: This software uses semantic versioning,
as of version 2.0.0 of the standard <http://semver.org/>.
2013-07-01 09:40:47 +02:00
0.1.0
2014-08-05 05:27:30 +02:00
-----
- Initial release, forked from mod “Better HUD” [hud].
2015-02-07 23:43:28 +01:00
0.2.0
-----
- Add API documentation
2015-02-09 23:47:46 +01:00
0.3.0
-----
- Rename main table from “hud” to “hb” (affects function names!)
- Arguments 3-4 hb.change_hudbar can be nil for values which should not change
- Add proper function hb.init_hudbar, replaces odd call to hud.hudtables[identifier].add_all
- Update API documentation and fix mistakes
- Use “hudbars.conf” instead of “hud.conf”