docs: update changelog
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
4cc0e86dc0
commit
c40a3474f4
|
@ -6,6 +6,11 @@ The format is based on [Keep a Changelog].
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- **notifier**: The `attach` option now supports Jinja2 templates.
|
||||||
|
- **notifier**: The `attach` option may now contain multiple attachments,
|
||||||
|
each separated by a newline.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- **simplyprint**: Fixed import error preventing the component from loading.
|
- **simplyprint**: Fixed import error preventing the component from loading.
|
||||||
|
@ -14,6 +19,8 @@ The format is based on [Keep a Changelog].
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Bumped Apprise to version `1.3.0`.
|
||||||
|
- **machine**: Added `ratos-configurator` to list of default allowed services
|
||||||
- **update_manager**: It is now required that an application be "allowed"
|
- **update_manager**: It is now required that an application be "allowed"
|
||||||
for Moonraker to restart it after an update.
|
for Moonraker to restart it after an update.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue