From f622234be4438dc9d94c8bd73c39329fbac5cbd7 Mon Sep 17 00:00:00 2001 From: Durel Date: Sun, 11 Feb 2018 13:32:31 -0500 Subject: [PATCH] Version 2.0036 1) Added support for aard's new gmcpconfig capability. This greatly simplifies the plugin initialization and no longer requires us to manually toggle prompt and invmon at startup. 2) Added support for Winds of Fate collector case. That case is a bit wonky. It's a container that can be placed in other containers and it has unique and variable output when it is ID'ed. 3) Improved error handling when accessing an unknown container by avoiding unnecessary asserts 4) Removed unhelpful warning when accessing an unidentified container --- aard_inventory.changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index e6678f5..74e926c 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,24 @@ dbot.changelog = {} +dbot.changelog[2.0036] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added support for aard's new gmcpconfig capability. This greatly simplifies the plugin + initialization and no longer requires us to manually toggle prompt and invmon at startup.]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Added support for Winds of Fate collector case. That case is a bit wonky. It's a container + that can be placed in other containers and it has unique and variable output when it is ID'ed.]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Improved error handling when accessing an unknown container by avoiding unnecessary asserts]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Removed unhelpful warning when accessing an unidentified container]] + } +} + dbot.changelog[2.0035] = { { change = drlDbotChangeLogTypeNew,