From d723300d301d900587e624a4c18a9d53484c2454 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 13 Jun 2024 02:19:44 +0200 Subject: [PATCH] Update 0.2.1.md --- documentation/docs/changelog/0.2.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/docs/changelog/0.2.1.md b/documentation/docs/changelog/0.2.1.md index 790d5067..50f6a9a1 100644 --- a/documentation/docs/changelog/0.2.1.md +++ b/documentation/docs/changelog/0.2.1.md @@ -14,12 +14,19 @@ Not yet released. - [FOSSBilling Module **BETA**](https://github.com/stefanpejcic/FOSSBilling-OpenPanel) - [OpenAdmin > Firewall > Settings](#firewall-settings) +### 💥 Breaking changes +- All OpenPanel configuration files are now stored in `/etc/openpanel` - this directory is not modified on updates. + + ### 🐛 Bug fixes - Excluded `/send_email` route on OpenAdmin from terms check. - Fixed bug with `server_config.yml` file missing for new accounts. - Fixed bug with OpenPanel > WPManager not displaying screenshots from remote api due to CSP setting. - Fixed bug with mysql port exposed after reboot due to failed checks in bash script. - Fixed bug with `opencli user-rename` script -reported by [Matej Mohar](https://github.com/matejmohar) +- Fixed bug with `jc` parsing of docker stats. +- Fixed bug with Sentinel checking SWAP usage when there is no swap file created. +- Fixed bug with custom css and js files causing 404 errors on OpenPanel > Dashboard ### 💅 Polish