Version 2.0025

1) Added count of items matching a query when displaying query results
2) Added reporting for how many instances of a consumable are in your inventory when you
   use "dinv consume ..." to consume an item
3) Improved "dinv consume display" output format and added the remaining quantity of
   each item to the display
master
Durel 7 years ago
parent 7d0e5fd7d8
commit ad41d32ea2

@ -2,6 +2,21 @@
dbot.changelog = {}
dbot.changelog[2.0025] =
{
{ change = drlDbotChangeLogTypeNew,
desc = [[Added count of items matching a query when displaying query results]]
},
{ change = drlDbotChangeLogTypeNew,
desc = [[Added reporting for how many instances of a consumable are in your inventory
when you use "dinv consume ..." to consume an item]]
},
{ change = drlDbotChangeLogTypeMisc,
desc = [[Improved "dinv consume display" output format and added the remaining quantity
of each item to the display]]
}
}
dbot.changelog[2.0024] =
{
{ change = drlDbotChangeLogTypeFix,

Loading…
Cancel
Save