From 94517b10f9a005e9996b4d8a6c831eed80c958b4 Mon Sep 17 00:00:00 2001 From: Cow Date: Sat, 24 Apr 2021 13:50:31 +0200 Subject: Added spirit pet to Dungeon player lookup --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index af6eb34..ba2e491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,10 +36,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Refined the comma representation of large numbers abbreviated with k, m, b -- Dungeon Party Finder: Parties with specific classes can now *always* be marked as 'unideal' (additionally to the already existing option to mark a party when 2+ members use the same specific class) -- Dungeon Performance Overlay: added an alternative text border option - "Copy inventories to clipboard"-feature now automatically decodes base64 data (e.g. skin details) and unix timestamps -- Dungeon Party Finder: colored overlay is now also disable-able via config +- Dungeon Party Finder: + - Parties with specific classes can now *always* be marked as 'unideal' (additionally to the already existing option to mark a party when 2+ members use the same specific class) + - colored overlay is now also disable-able via config + - Player lookup now shows - in addition to the active pet - a spirit pet +- Dungeon Performance Overlay: added an alternative text border option ### Fixed - Fixed issue with 'no dung class selected' -- cgit