From 9d551564f34cacac4c763c428d28851e017ac85d Mon Sep 17 00:00:00 2001 From: Durel Date: Tue, 16 Jan 2018 18:01:14 -0500 Subject: [PATCH] Version 2.0027 1) Added option to ignore the keyring (dinv ignore [on | off] keyring) 2) Fixed broken support for items of type "Raw material:[whatever]". You can now use "type Raw material:Ore" in queries. If you previously had any ore you will want to run "dinv forget type Raw" and then run "dinv refresh all" to properly identify it. 3) In some situations, a full refresh ("dinv refresh all") was required to pick up changes after enchanting an item. That is no longer the case and a basic refresh will now detect changes due to solidify/illuminate/resonate. 4) Increased I/O access timeouts slightly to compensate for very slow systems 5) Tweaked psi-melee priority to de-emphasize avedam and offhand average dam --- aard_inventory.changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index d37d39e..f55cb91 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,29 @@ dbot.changelog = {} +dbot.changelog[2.0027] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added option to ignore the keyring: @Gdinv ignore [on | off] keyring@W]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed broken support for items of type "Raw material:[whatever]". You can now use + "type Raw material:Ore" in queries. If you previously had any ore you will want to + run "dinv forget type Raw" and then run "dinv refresh all" to properly identify it.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[In some situations, a full refresh ("dinv refresh all") was required to pick up + changes after enchanting an item. That is no longer the case and a basic refresh will + now detect changes due to solidify/illuminate/resonate.]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Increased I/O access timeouts slightly to compensate for very slow systems]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Tweaked default psi-melee priority to de-emphasize primary and offhand damage.]] + } +} + dbot.changelog[2.0026] = { { change = drlDbotChangeLogTypeNew,