From 71f9e677b81afcc6b99dd5002f595025c38edc7b Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 5 Sep 2024 08:13:47 -0400 Subject: [PATCH] docs: update changelog for release 0.9.3 Signed-off-by: Eric Callahan --- docs/changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a7e13a59f..0e3cb2293 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,15 +6,20 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.9.3] - 2024-09-05 + ### Changed - **server**: Use `asyncio.run` to launch the server as recommended by the official Python documentation. - **announcements**: Look for xml files at `/development/announcements` when `dev_mode` is set to True. +- **build**: Move scripts from the "data" directory into a folder inside the + moonraker package. ### Fixed - **confighelper**: Don't resolve symbolic links to the main configuration file. - +- **power**: Allow special characters in the user/pass options for backends that + support Basic Authentication. ## [0.9.2] - 2024-07-30 @@ -216,7 +221,8 @@ The format is based on [Keep a Changelog]. [api_changes.md]: api_changes.md -[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.2...HEAD +[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/Arksine/moonraker/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/Arksine/moonraker/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/Arksine/moonraker/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Arksine/moonraker/compare/v0.8.0...v0.9.0