Skip to content

Commit

Permalink
Add changelog.md and write 1.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s25g5d4 committed Mar 26, 2022
1 parent 2dd6197 commit a00c32e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a00c32e

Please sign in to comment.