From 21eb9a09357ac4f9e1ecb3d64b81c236ed51911a Mon Sep 17 00:00:00 2001 From: Durel Date: Wed, 25 Apr 2018 21:15:48 -0400 Subject: [PATCH] Version 2.0043 1) Updated changelog for build 2.0043 --- aard_inventory.changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index cfb72ca..c51b813 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,26 @@ dbot.changelog = {} +dbot.changelog[2.0043] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed a boneheaded bug I introduced in the last release. Dinv automatically ignores + containers that you don't own since you can't get items out of them anyway. Unfortunately, + dinv mistakenly also auto-ignored unowned containers as well. Whoops. That's fixed now.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed incompatibility with pathing on some mush installations. For some unholy reason, + some mush installs report your current directory with an absolute path and some as a relative + path. Even worse, your current directory changes as mush is running so if you do use a + relative path to access dinv's data, that path may break depending on when you access it. + Dinv now calculates a true full path to the dinv data directory when the plugin starts and + uses that exclusively.]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Added refresh start message when running in "light" notification mode]] + } +} + dbot.changelog[2.0042] = { { change = drlDbotChangeLogTypeFix,