From 9f8a67900da3fea20aa4ce2879dbf962f8ef8f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Thu, 30 May 2024 22:15:33 +0200 Subject: [PATCH] docs: prep release v1.15.0 --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd7be0..15e61b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.15.0] +### Added +* docs: note about video device permissions via #155 reported by @d-graz +* moonraker: install additional requirements prior to upstream requirements, fixes https://github.com/Arksine/moonraker/issues/864 +### Changed +* docs: rework intro and added table of supported applications +* spoolman: serve via traefik subpath `/spoolman` instead of container port `8000` + +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.14.0...v1.15.0 + ## [v1.14.0] - 2024-05-06 ### Fixed * klipper: revert to python 3.11 base images as klipper does not support 3.12 yet to fix #143 and #150