diff options
author | Cow <cow@volloeko.de> | 2021-01-02 03:21:27 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-01-02 03:21:27 +0100 |
commit | f518b342c68d17b4a826984808995b51fe132517 (patch) | |
tree | 4b4feb32cce0b5b983252cb4d01dbfb08c9b83de /CHANGELOG.md | |
parent | a62c6c1484eaf7bd03110e34a7522ca87fd86a6d (diff) | |
download | Cowlection-f518b342c68d17b4a826984808995b51fe132517.tar.gz Cowlection-f518b342c68d17b4a826984808995b51fe132517.tar.bz2 Cowlection-f518b342c68d17b4a826984808995b51fe132517.zip |
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 <last sender>` - Short alias `/m` for `/moo` command - Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbs> + - (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 |