-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
69 lines (50 loc) · 1.39 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2025-01-11
----------
- deprecation fixes
v1.1
----
- added missing "textdomain" line to localization files
- updated localization template & Spanish translation
- fixed "listmobs" command
v1.0
----
- fixed "searching" message to display before search begins
- duplicate ore names are filtered out
- ore IDs are shown as description
v0.7
----
- always register "mobs" type if mobs mod available
- more detailed help output
- include descriptions in search criterea (disabled with "-s")
- re-implemented singleword commands (can be disabled in config)
v0.6
----
- use Minetest's built-in translation system instead of intllib
- show optional switches in help output
- use case-insensitive parsing
- disallow unregistered list types
- register "list" command to be invoked "/list <type>"
- removed singleword "/list<type>" format
- support listing registered entities
- support listing registered ores
- support listing registered nodes
- support listing registered tools
- support listing registered mobs when "mobs" mod available
v0.5
----
- "-v" switch can be used to display descriptions when available
- fixed bug when invoking command without parameters
v0.4
----
- added setting to enable/disable using bulleted list
v0.3
----
- added support for intllib
v0.2
----
- output bulleted list
- total listed items shown at end of output
v0.1
----
- initial release
- chat command to list registered items