From 5e4b7e9c61094eb97c125d4349b018a165083397 Mon Sep 17 00:00:00 2001 From: paradoxuum Date: Sat, 5 Oct 2024 16:49:58 +0100 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dbbb9d7 --- /dev/null +++ b/CHANGELOG.md @@ -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