diff --git a/website/docs/changelog/0.3.3.md b/website/docs/changelog/0.3.3.md index 6f950671..0d76a0fb 100644 --- a/website/docs/changelog/0.3.3.md +++ b/website/docs/changelog/0.3.3.md @@ -4,6 +4,7 @@ Not yet released. ### 🚀 New features - [Option to email the login information to new users](https://i.postimg.cc/kq7r4WB9/2024-10-17-13-56.png). +- PIP and NPM install can now be executed by user from 'OpenPanel > SiteManager'. ### 🐛 Bug fixes - Fixed [#207 - Autologin button broken on :2083/wordpress page ](https://github.com/stefanpejcic/OpenPanel/issues/207) @@ -32,6 +33,7 @@ Not yet released. - Improvements to [Python applications in 'OpenPanel > SiteManager'](https://i.postimg.cc/NQXLSddB/2024-10-18-17-22.png). - Improvements to Flarum applications in 'OpenPanel > SiteManager'. - [PHP.ini save button result window needed #213](https://github.com/stefanpejcic/OpenPanel/issues/213) +- Optimized installation process for python applications. - Enhancements to the 'OpenPanel > File Editor': the Monaco editor, automatic syntax highlighting, code suggestions, autocomplete functionality, scroll to specific lines and save files to favorites for quick access. - The OpenPanel login page will now show specific error messages depending on the following scenarios: if the user does not exist, if the user is suspended, if the password is incorrect, or if the MySQL server is down. - Dismissed admin dashboard widgets will now be perserved during updates.