-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcd7c77
commit 5e4b7e9
Showing
1 changed file
with
28 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,28 @@ | ||
# Centurion Changelog | ||
|
||
## Core | ||
|
||
### v1.0.1 (2024-10-04) | ||
|
||
- Force registry paths to be lowercase to fix issues with commands containing uppercase characters. | ||
- Restrict command/group names to alphanumeric characters and underscores. | ||
- `BaseRegistry#getChildPaths` is now case-insensitive. | ||
|
||
### v1.0.0 (2024-09-28) | ||
|
||
- Initial release | ||
|
||
## UI | ||
|
||
### v1.0.2 (2024-09-29) | ||
|
||
- Surround suggestions in quotes if the argument being typed begins with a quote. | ||
|
||
### v1.0.1 (2024-09-28) | ||
|
||
- Fix suggestions for invalid arguments. | ||
- Fix suggestion traversal when the previous suggestion ends with a quote. | ||
|
||
### v1.0.0 (2024-09-28) | ||
|
||
- Initial release |