From 8f365a40219f468b094c22dc9736ca8eacbd6fcc Mon Sep 17 00:00:00 2001 From: Cow Date: Wed, 30 Jun 2021 15:00:51 +0200 Subject: Added keybindings to copy features - /moo waila - copy single item - new toggle: copy output to clipboard or save to file --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 161e373..f92cebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - added ironman icon ♲ - added average secrets per completion - Added data for Enderman slayer and Voidling minions +- New keybindings to... + 1) run `/moo waila` command (disabled by default; MC Options > Controls > `Cowlection`) + 2) copy a single item to clipboard as JSON with CTRL + SHIFT + C + - must be enabled in `/moo config > General > Copy inventories with CTRL + C` first + - *reminder:* CTRL + C (without SHIFT) copies the whole inventory +- New config options: + - Output of `/moo waila` and copied inventory data can now also be saved to files, instead of being copied to clipboard + +### Changed +- Disabled `M` keybinding in MC Options > Controls > Cowlection by default to avoid conflicts +- `/moo config` sub-category explanations now default to "tooltip *without* darkened background", as the darkened background was more irritating than helpful ### Fixed - 'Show Dungeon item base stats' feature now works with HPB'd items and master stars @@ -64,7 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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 + - 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 -- cgit