Do not register health/breath bar if damage is off
[minetest_hudbars.git] / changelog.txt
blob8698550087806bfb803cb5002ab20e74e502d26f
1 Note: This software uses semantic versioning,
2 as of version 2.0.0 of the standard <http://semver.org/>.
4 0.1.0
5 -----
6 - Initial release, forked from mod “Better HUD” [hud].
8 0.2.0
9 -----
10 - Add API documentation
12 0.3.0
13 -----
14 - Rename main table from “hud” to “hb” (affects function names!)
15 - Arguments 3-4 hb.change_hudbar can be nil for values which should not change
16 - Add proper function hb.init_hudbar, replaces odd call to hud.hudtables[identifier].add_all
17 - Update API documentation and fix mistakes
18 - Use “hudbars.conf” instead of “hud.conf”