-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog.md and write 1.1.0 changelog
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |