From f518b342c68d17b4a826984808995b51fe132517 Mon Sep 17 00:00:00 2001 From: Cow Date: Sat, 2 Jan 2021 03:21:27 +0100 Subject: Implemented feedback from 0.12.0 pre-release - Dungeon Party Finder: only lookup party members after *successfully* joining a party - Various small changes to several features - Added a few more config options --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c0664..ff0a496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.8.9-0.12.0] - unreleased ### Added -- New config options to enable/disable some features: +- New config options to change/adjust/deactivate some features: - Auto-replacement of `/r ` with `/w ` - Short alias `/m` for `/moo` command - Copy inventories to clipboard as JSON with CTRL + C + - (and several more - simply look through `/moo config`) - Added sound when a best friend comes online (deactivated by default) - Check how long current world has been loaded - ≈ when server was last restarted @@ -30,7 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Made party indicators clearer (current, suitable, unideal, unjoinable party) - Show sizes of parties - Mark parties with 'carry' in their notes - - Lookup info when joining another party via Dungeon Party Finder (disabled by default) + - Lookup info when joining another party via Dungeon Party Finder - Added active pet + found dungeon secrets to dungeon player lookup ### Fixed -- cgit