diff options
author | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
commit | 8f365a40219f468b094c22dc9736ca8eacbd6fcc (patch) | |
tree | e1c5efa39a59b8d4598dd4e532583298e717f357 /CHANGELOG.md | |
parent | b2e1c53efabf3fc1d46f36feb674b615425d0b54 (diff) | |
download | Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.gz Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.bz2 Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.zip |
Added keybindings to copy features
- /moo waila
- copy single item
- new toggle: copy output to clipboard or save to file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
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 <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>C</kbd> + - must be enabled in `/moo config > General > Copy inventories with CTRL + C` first + - *reminder:* <kbd>CTRL</kbd> + <kbd>C</kbd> (without <kbd>SHIFT</kbd>) 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 <last sender>` - Short alias `/m` for `/moo` command - - Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbs> + - Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbd> - (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 |