Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Oct 5, 2024
1 parent bcd7c77 commit 5e4b7e9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 5e4b7e9

Please sign in to comment.