From 2cf98a7926cebdb5855faa36a38b3c326cf4882c Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Wed, 11 Jan 2023 18:29:59 +0100 Subject: [PATCH] Minor changes to CHANGELOG --- 3dprinter-octoprint/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/3dprinter-octoprint/CHANGELOG.md b/3dprinter-octoprint/CHANGELOG.md index a9fbfe0..96bc353 100644 --- a/3dprinter-octoprint/CHANGELOG.md +++ b/3dprinter-octoprint/CHANGELOG.md @@ -1,7 +1,7 @@ ## 2023.01.0 - * Disabled Ingress - * Default config now set by API instead of copying a file (should make it more flexible). + * Update to OctoPrint 1.8.6. + * Disabled Ingress. + * Based on Debian instead of Alpine, should make more plugins compatible. + * Default config now set by CLI instead of copying pre-set file. * Using Caddy as reverse proxy. * Added option to set trusted_proxies, should help with reverse proxy configuration. - * Updated to OctoPrint 1.8.6. - * Based on Debian instead of Alpine, should make more plugins compatible.