Version 2.0044 changelog

master dinv_2.0044
Durel 7 years ago
parent d8587d8d70
commit d479e716e2

@ -1,6 +1,27 @@
dbot.changelog = {}
dbot.changelog[2.0044] =
{
{ change = drlDbotChangeLogTypeFix,
desc = [[Fixed bug where weapon identification did not account for temporary stats on a tempered
or envenomed weapon]]
},
{ change = drlDbotChangeLogTypeFix,
desc = [[Added a workaround for quivers. Aard reports a quiver wearable location as "ready" but
you can't wear anything at the "ready" location. Instead, you must wear it as the "readied"
location. Dinv now translates "ready" to "readied" as necessary.]]
},
{ change = drlDbotChangeLogTypeNew,
desc = [[Added "@Gdinv consume display owned@W" mode to list only items in your consumable table
that you actually have in your inventory. This gives you a quick summary of what you are
actually carrying and suppresses items if you don't have any of that item type.]]
},
{ change = drlDbotChangeLogTypeMisc,
desc = [[Removed experimental "dinv auto" mode]]
}
}
dbot.changelog[2.0043] =
{
{ change = drlDbotChangeLogTypeFix,

Loading…
Cancel
Save