From 1d5a7031069e349727452bca0938899441dbccf9 Mon Sep 17 00:00:00 2001 From: Durel Date: Tue, 23 Jan 2018 23:13:32 -0500 Subject: [PATCH] Version 2.0029 1) Added support for wands and staves in the frequent item cache. If you are buying 100 staves, you really don't want to identify each one individually. The tradeoff is that dinv will not track # charges for wands and staves. If you need to ID each staff instance to see # charges there's not much point in adding it to a cache. 2) Switched to higher contrast font to distinguish items that are currently worn when the "dinv set display " mode is used. It could be difficult to see the difference between two shades of yellow in the previous release. --- aard_inventory.changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index ee1ac1e..55f6d69 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,21 @@ dbot.changelog = {} +dbot.changelog[2.0029] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added support for wands and staves in the frequent item cache. If you are buying 100 staves, + you really don't want to identify each one individually. The tradeoff is that dinv will not + track # charges for wands and staves. If you need to ID each staff instance to see # charges + there's not much point in adding it to a cache.]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Switched to higher contrast font to distinguish items that are currently worn when the + "dinv set display " mode is used. It could be difficult to see the difference + between two shades of yellow in the previous release.]] + } +} + dbot.changelog[2.0028] = { { change = drlDbotChangeLogTypeFix,