From ad41d32ea250b36625934cc459f1834b63d3991f Mon Sep 17 00:00:00 2001 From: Durel Date: Sun, 17 Dec 2017 19:33:07 -0500 Subject: [PATCH] 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 --- aard_inventory.changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index bd48520..f567051 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -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,