Update 0.3.3.md

This commit is contained in:
Stefan Pejcic 2024-10-22 00:10:58 +02:00 committed by GitHub
parent 8fb6bfe3aa
commit b671cb15f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ Not yet released.
### 🚀 New features ### 🚀 New features
- [Option to email the login information to new users](https://i.postimg.cc/kq7r4WB9/2024-10-17-13-56.png). - [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 ### 🐛 Bug fixes
- Fixed [#207 - Autologin button broken on :2083/wordpress page ](https://github.com/stefanpejcic/OpenPanel/issues/207) - 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 [Python applications in 'OpenPanel > SiteManager'](https://i.postimg.cc/NQXLSddB/2024-10-18-17-22.png).
- Improvements to Flarum applications in 'OpenPanel > SiteManager'. - Improvements to Flarum applications in 'OpenPanel > SiteManager'.
- [PHP.ini save button result window needed #213](https://github.com/stefanpejcic/OpenPanel/issues/213) - [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. - 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. - 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. - Dismissed admin dashboard widgets will now be perserved during updates.