From a00c32e938161b3e8f9ad8e3079fa4bec6b6f6a4 Mon Sep 17 00:00:00 2001 From: s25g5d4 Date: Sat, 26 Mar 2022 10:31:47 +0800 Subject: [PATCH] Add changelog.md and write 1.1.0 changelog --- changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..337fb3c --- /dev/null +++ b/changelog.md @@ -0,0 +1,22 @@ +# Changelog + +## [1.1.0] - 2022-03-26 + +### Changed + +Commands: +_ Improve replied error message for user commands. +_ Check whether index is an integer or not in profile/activate, +profile/remove and profile/update commands. +_ Show hint if all profiles are removed after profile/remove command. +_ Allow using space as separator in option cards in profile/update command. \* Detect and remove duplicated players in profile/arrange command. + +Chore: +_ Refactor error handling mechanism on command executing. +_ Update dependencies. + +### Added + +Chore: +_ Add more tests. +_ Add lint & build check on PRs. \* Add lint rules for and clean up import paths.