From 61a053089a6e75f7018bae5e342730d5e85be08d Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 21 Jun 2024 22:58:13 +1200 Subject: [PATCH] docs: :memo: Added a new patchnote with the new beta release. This new patch note adds the changes in the EllieBot 5.0.8-beta1 --- .astro/types.d.ts | 7 +++++++ src/content/releases/5.0.8-beta.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/content/releases/5.0.8-beta.md diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 8393c9e..9e37910 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -189,6 +189,13 @@ declare module 'astro:content' { collection: "releases"; data: InferEntrySchema<"releases"> } & { render(): Render[".md"] }; +"5.0.8-beta.md": { + id: "5.0.8-beta.md"; + slug: "508-beta"; + body: string; + collection: "releases"; + data: InferEntrySchema<"releases"> +} & { render(): Render[".md"] }; }; }; diff --git a/src/content/releases/5.0.8-beta.md b/src/content/releases/5.0.8-beta.md new file mode 100644 index 0000000..4db9872 --- /dev/null +++ b/src/content/releases/5.0.8-beta.md @@ -0,0 +1,30 @@ +--- +title: 'Ellie Bot 5.0.8-beta1!' +date: '2024-06-21' +versionNumber: '5.0.8-beta1' +description: 'Ellie Bot version 5.0.8 release notes.' +--- + +### Added + +- Added `'setserverbanner` and `'setservericon` commands +- Added overloads section to `'h command` which will show you all versions of command usage with param names +- You can now check commands for submodules, for example `'cmds SelfAssignedRoles` will show brief help for each of the commands in that submodule +- Added dropdown menus for 'mdls and 'cmds (both module and group versions) which will give you the option to see more detailed help for each specific module, group or command respectively +- Self-Hosters only: + - Added a dangerous cleanup command that you don't have to know about + +### Changed + +- Quotes will now use alphanumerical ids (like expressions) + +### Fixed + +- `'verbose` will now be respected for expression errors +- Using `'pick` will now correctly show the name of the user who picked the currency +- Fixed `'h` not working on some commands +- `'langset` and `'langsetd` should no longer allow unsupported languages and nonsense to be typed in + +### Known Issues + +- Db does not populate the models correctly and thus the bot refuses to boot, this will hopefully be fixed by the next beta release. \ No newline at end of file