Update 0.3.3.md

This commit is contained in:
Stefan Pejcic
2024-10-22 13:28:51 +02:00
committed by GitHub
parent f9e7636407
commit f2379660c9

View File

@@ -22,6 +22,7 @@ Not yet released.
- Fixed bug with `true` and `false` being set as strings on 'OpenPanel > SiteManager > *site* > Debugging'.
- Fixed bug with leftover row in 'OpenPanel > Applications' when application is deleted from the interface.
- Fixed typos on OpenPanel > Elasticsearch, Memcached and REDIS pages.
- Fixed bug with `opencli report --public` failing to upload to support.openpanel.org
- Fixed broken image for MariaDB on 'OpenPanel > Services Status'.
- Fixed js bug `Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')` on 'OpenPanel > SiteManager > *site*'.
- Fixed validation error `Pattern attribute value [^'\ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /[^'\/v: \ at end of pattern
@@ -36,6 +37,7 @@ Not yet released.
- [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.
- Generate report on 'OpenAdmin > Settings > OpenAdmin' will now display file path if uploading report to support.openpanel.org is not successful.
- 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.
- ClamAV service is now also dockerized and added to list of monitored services.