From 45dd93507a2aedf78dc8be6c633116fe832fe6e2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 9 Sep 2024 22:22:24 +0200 Subject: [PATCH] Update 0.2.9.md --- documentation/docs/changelog/0.2.9.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/docs/changelog/0.2.9.md b/documentation/docs/changelog/0.2.9.md index 82d9c0f2..955354d3 100644 --- a/documentation/docs/changelog/0.2.9.md +++ b/documentation/docs/changelog/0.2.9.md @@ -8,11 +8,16 @@ Not yet released. ### 🚀 New features - Option to [create temporary account for web terminal and share access](https://i.postimg.cc/JMDnKnCq/2024-09-06-20-14.png). +- ['OpenAdmin > Backups > Settings'](https://i.postimg.cc/ZJz7tsfX/2024-09-09-22-18.png) section allows administrators to configure and finetune backups settings. +- ['OpenAdmin > Backups > Logs'](https://i.postimg.cc/ssh6LCJp/2024-09-09-22-19.png) section allows administrators to view and download all logs for Backup-related processes and check their corresponding status. - 'OpenAdmin > Emails page' is available for Enterprise edition and allows Administrators to start/stop mailserver. -- [`opencli email-server pflogsumm`](https://dev.openpanel.com/cli/email.html#pflogsumm) command is added to analyze postfix logs and generate summary reports. - ['OpenPanel > Emails'](https://i.postimg.cc/Wjp2JN75/2024-09-08-17-04.png) allows users to create email accounts, monitor usage, edit them and login to webmail. - Manage single email account: [edit account](https://i.postimg.cc/rypM6jpB/2024-09-08-17-05.png), [create email filters and forwarders](https://i.postimg.cc/hgCKLkyc/2024-09-08-17-05-1.png), [view mail client configuration](https://i.postimg.cc/YrMtRMBq/2024-09-08-17-05-2.png). -- 'OpenAdmin > Emails > Summary Reports' allows administrators to [view generate email reports per month/day](https://i.postimg.cc/tpwyfhGc/2024-09-08-16-55.png), [visualize the data per day](https://i.postimg.cc/4smsBWqt/2024-09-08-16-55-1.png) or [view detailed raw data](https://i.postimg.cc/JrxMdvR3/2024-09-08-16-56.png). +- 'OpenAdmin > Emails > Summary Reports' allows administrators to [view generate email reports per month/day](https://i.postimg.cc/tpwyfhGc/2024-09-08-16-55.png), [visualize the data per day](https://i.postimg.cc/4smsBWqt/2024-09-08-16-55-1.png) or [view detailed raw data](https://i.postimg.cc/JrxMdvR3/2024-09-08-16-56.png). +- New endpoint [/api/backups/settings](https://dev.openpanel.com/api/backups.html#Settings) to view/update global backups settings. +- [`opencli email-server pflogsumm`](https://dev.openpanel.com/cli/email.html#pflogsumm) command is added to analyze postfix logs and generate summary reports. + + ### 🐛 Bug fixes