From 296b9040982b09a8f0ea69ab61e2550f4313428b Mon Sep 17 00:00:00 2001 From: Durel Date: Mon, 18 Dec 2017 20:25:08 -0500 Subject: [PATCH] Version 2.0026 1) Added ignore mode. See "dinv help ignore" for details explaining how to mark a container so that dinv will ignore the contents of that container when searching, getting, putting, storing, organizing, and creating or wearing equipment sets. 2) Cleaned up misleading and/or scary messages if you log out before the plugin finishes initializing. You must be awake and not AFK for a few seconds to initialize. --- aard_inventory.changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index f567051..d37d39e 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,19 @@ dbot.changelog = {} +dbot.changelog[2.0026] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added @Cignore@W mode. See "dinv help ignore" for details explaining how to mark a + container so that dinv will ignore the contents of that container when searching, + getting, putting, storing, organizing, and creating or wearing equipment sets.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Cleaned up misleading and/or scary messages if you log out before the plugin finishes + initializing. You must be awake and not AFK for a few seconds to initialize.]] + } +} + dbot.changelog[2.0025] = { { change = drlDbotChangeLogTypeNew,