From eec706e604c86747d2d0d8f2a7d1bd3f964cfbb6 Mon Sep 17 00:00:00 2001 From: Cow Date: Fri, 25 Sep 2020 01:20:43 +0200 Subject: Various small feature fixes - Auctions per item prices: now working when creating a new auction - Dungeon party finder: entered vs queued floor wasn't detected correctly - A dead player leaving a SkyBlock dungeon counted twice --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c65f95..2f69cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Overlay can be moved more precisely - Dungeons can be "joined" and "left" manually (if the automatic detection fails): `/moo dungeon ` - Improved handling of invalid/missing Hypixel API key +- `/moo stalkskyblock` Switched from sky.lea.moe (discontinued) to sky.shiiyu.moe + +### Fixed +- Fixed crash caused by another, outdated and buggy mod which sadly too many people still use +- various smaller fixes here and there, e.g.: + - 'Create Auction' and 'Create BIN Auction' now show the price per item if multiple items are sold + - Dungeon party finder: entered vs queued floor wasn't detected correctly + - A dead player was counted as another death when they left the SkyBlock dungeon ## [1.8.9-0.10.2] - 15.09.2020 ### Added -- cgit