diff --git a/website/docs/changelog/0.3.3.md b/website/docs/changelog/0.3.3.md index 574ba91f..555fb4e1 100644 --- a/website/docs/changelog/0.3.3.md +++ b/website/docs/changelog/0.3.3.md @@ -6,6 +6,7 @@ Not yet released. - [Option to email the login information to new users](https://i.postimg.cc/kq7r4WB9/2024-10-17-13-56.png). ### 🐛 Bug fixes +- Fixed bug [#209 - Clam AV doesn't work](https://github.com/stefanpejcic/OpenPanel/issues/209) - Fixed bug with displaying actual CPU% on 'OpenPanel > Dashboard' and 'OpenPanel > Resource Usage'. - Fixed bug with double `/api/api/` on certain api endpoints. - Fixed bug with leftover row in 'OpenPanel > Applications' when application is deleted from the interface. @@ -17,6 +18,7 @@ Not yet released. ### 💅 Polish - Administrators can now set limit for emails and ftp accounts per plan. - Dismissed admin dashbaords will now be perserved during updates. +- ClamAV service is now also dockerized and added to list of monitored services. - Log is now automatically scrolled to bottom on 'OpenAdmin > Users > Add New User'. - Default port 3000 is now removed from 'OpenPanel > Applications > New' form. - `pm2 save` is now run automatically after removing NodeJS/Python applications from 'OpenPanel > Applications'.