From d90bfab8670e52b593c89a271543772676a54dd5 Mon Sep 17 00:00:00 2001 From: Durel Date: Mon, 22 Jan 2018 00:14:16 -0500 Subject: [PATCH] Version 2.0028 1) Fixed potential nil access when using "dinv weapon next" for an unidentified weapon 2) Added "dinv usage allUsed [query]" mode to show usage of only items that are actually used by at least one analyzed priority (priorities w/o an analysis aren't included) --- aard_inventory.changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 43e49ec..ee1ac1e 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,16 @@ dbot.changelog = {} +dbot.changelog[2.0028] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed potential nil access when using "dinv weapon next" for an unidentified weapon]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Added "dinv usage allUsed [query]" mode to show level usage of items that are used + by at least one analyzed priority (priorities without an analysis aren't included)]] + } +} dbot.changelog[2.0027] = {