diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 4fac87d..e6678f5 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,24 @@ dbot.changelog = {} +dbot.changelog[2.0035] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Improved quality of reports generated by the @Ccompare@W and @Ccovet@W modes by eliminating + noise not directly related to the item under analysis]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Updated background stat checking thread to pause when the user is idle. This should help + improve estimates for each level's average spellup since we won't sample stats when the user + isn't active.]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Updated @Cregen@W mode to keep a swapped item in inventory instead of taking the time + to properly store it. It's faster and it shouldn't bother you to have an extra item in + your main inventory when you are sleeping.]] + } +} + dbot.changelog[2.0034] = { { change = drlDbotChangeLogTypeFix,