Version 0.7.0
[minetest_hbhunger.git] / changelog.txt
bloba56dbcb891c6c558da62393f18bd1be5bbe2f34c
1 0.1.0
2 -----
3 Initial release
5 0.2.0
6 -----
7 - Change “saturation” to “satiation”
8 - Rename global table to “hbhunger” to avoid collisions
9 - General cleanup
11 0.3.0
12 -----
13 - Play simple eating sound when something is eaten
15 0.3.1
16 -----
17 - Add Ethereal orange
18 - Fix exhaus variable
20 0.3.2
21 -----
22 - Fix another crash
24 0.4.0
25 -----
26 - Generic eating functionality, items using the minetest.item_eat are automatically supported
27 - Change health bar and icon when poisoned
28 - Special support for red and brown mushroom from Minetest Game [flowers]
29 - Special support for [pizza]
30 - Special support for beans from Farming Redo [farming]
31 - Fix crash when poisoned player leaves server
32 - Changed license to LGPL v2.1
34 0.4.1
35 -----
36 - Add foods from Not So Simple Mobs [nssm]
38 0.5.0
39 -----
40 - Fix custom sound not working
41 - Add Portuguese translation
43 0.5.1
44 -----
45 - Fix incompability problem with pipeworks mod
47 0.5.2
48 -----
49 - Fix mod not working with both intllib and mod security enabled
50 - Add missing screenshot
51 - Rewrite README and use Markdown format