mod-listitems/changelog.txt

65 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-04-29 06:20:18 -07:00
2021-08-03 17:08:35 -07:00
v1.1
----
- added missing "textdomain" line to localization files
- updated localization template & Spanish translation
2021-08-03 17:06:39 -07:00
- fixed "listmobs" command
2021-07-20 20:12:44 -07:00
v1.0
----
- fixed "searching" message to display before search begins
2021-07-20 20:08:47 -07:00
- duplicate ore names are filtered out
2021-07-20 20:11:11 -07:00
- ore IDs are shown as description
2021-07-07 20:00:40 -07:00
2021-07-07 19:40:46 -07:00
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
----
2021-04-29 06:20:18 -07:00
- "-v" switch can be used to display descriptions when available
2021-07-07 19:40:46 -07:00
- fixed bug when invoking command without parameters
2021-04-29 06:20:18 -07:00
2021-07-07 19:40:46 -07:00
v0.4
----
- added setting to enable/disable using bulleted list
2021-04-29 06:20:18 -07:00
2021-07-07 19:40:46 -07:00
v0.3
----
- added support for intllib
2021-04-29 06:20:18 -07:00
2021-07-07 19:40:46 -07:00
v0.2
----
- output bulleted list
- total listed items shown at end of output
2021-04-29 06:20:18 -07:00
2021-07-07 19:40:46 -07:00
v0.1
----
- initial release
- chat command to list registered items