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
master
Durel 7 years ago
parent 3f56ce7753
commit 9d551564f3

@ -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,

Loading…
Cancel
Save