From ba4dc3a0cbb58152c1fbdfe58224cb65685acc55 Mon Sep 17 00:00:00 2001 From: Cow Date: Thu, 6 Aug 2020 18:01:42 +0200 Subject: Conflicts resolving - Added keybinding to open chat with `/moo ` pre-typed - New sub-command: `/m cmd` to fix command conflicts with server-side commands with the same name `/m` - Added `/ say` (similar to `/moo say`) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf418..b69c260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.8.9-xxx] - unreleased +### Added +- Added keybinding (default `M`) to open chat with `/moo ` pre-typed +- New sub-command: `/m cmd [arguments]` to fix command conflicts with server-side commands with the same name `/m` + - e.g. `/m cmd hello world` executes the server command `/m hello world` +- Added `/ say [optional text]`: You can e.g. say `f` again without triggering the server-side command `/f` by typing `/f say` + ## [1.8.9-0.10.1] - 06.08.2020 ### Added - Dungeon performance tracker: added Class Milestones @@ -184,6 +191,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). *Note:* The 'best friends' list is currently available via ESC > Mod Options > Cowlection > Config > bestFriends. +[1.8.9-xxx]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.1...master [1.8.9-0.10.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.0...v1.8.9-0.10.1 [1.8.9-0.10.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.9.0...v1.8.9-0.10.0 [1.8.9-0.9.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.8.1...v1.8.9-0.9.0 -- cgit