From daefb8b7811aae9abbebafa3fe79f62c05d90b37 Mon Sep 17 00:00:00 2001 From: Durel Date: Thu, 12 Jul 2018 10:53:16 -0400 Subject: [PATCH] Version 2.0046 1) Added preliminary "dinv report ..." mode to report item and set summaries to a channel 2) Fixed a potential crash if a set was displayed that included a partially identified item 3) Fixed a bug where a tempered or envenomed item's score could include credit for bonus stats after the temper or envenom expired 4) Dinv now avoids unnecessary warning and error messages if you attempt to access a snapshot that includes items you no longer possess. It will wear/display any available items that you still have but it will not complain if you no longer have everything in the snapshot. 5) Clarified helpfile for consume mode --- aard_inventory.changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 1d23a37..fc521df 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,29 @@ dbot.changelog = {} +dbot.changelog[2.0046] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added preliminary @Creport@W mode to report item and set summaries to a channel. See + "dinv help report" for details.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed a potential crash if a set was displayed that included a partially identified item]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed a bug where a tempered or envenomed item's score could include credit for bonus + stats after the temper or envenom expired]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Dinv now avoids unnecessary warning and error messages if you attempt to access a snapshot + that includes items you no longer possess. It will wear/display any available items that + you still have but it will not complain if you no longer have everything in the snapshot.]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Clarified helpfile for @Cconsume@W mode]] + } +} + dbot.changelog[2.0045] = { { change = drlDbotChangeLogTypeFix,