Update 1.1.1.md

This commit is contained in:
Stefan Pejcic 2025-03-05 19:49:39 +01:00 committed by GitHub
parent dda8565bdb
commit 3ca0bed98d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,28 +6,34 @@ Not yet released
### 🚀 Breaking changes
### 🐛 Bug fixes
- fixed bug in nginx vhost file template with `/pgadmin4` route.
- fixed bug with `busybox` container causing file manager to not be able to edit files.
- fixed bug with permisison errrs when starting mysql container.
### 🐛 Bug Fixes
- Fixed an issue in the Nginx vhost file template with the `/pgadmin4` route.
- Resolved a bug with the `busybox` container that prevented the file manager from editing files.
- Fixed permission errors when starting the MySQL container.
- [OpenPanel UI (werkzeug error): Header values must not contain newline characters #333](https://github.com/stefanpejcic/OpenPanel/issues/333)
- [Problems adding websites on clean install server #335](https://github.com/stefanpejcic/OpenPanel/issues/335)
- [OpenAdmin > Users - limit du and inodes % to 2 decimals #334](https://github.com/stefanpejcic/OpenPanel/issues/334)
- [OpenAdmin > Users - limit disk usage and inode % to 2 decimals #334](https://github.com/stefanpejcic/OpenPanel/issues/334)
### 💅 Polish
- PHP 8.4 is now set as default version for new users.
- minecraft is added to docker compose tempalte for users.
- [Option to skip DNS server on install #340](https://github.com/stefanpejcic/OpenPanel/issues/340)
- removed `--skip-ssl` flag from the install script.
- All `/databases` URLs are now renamed to `/mysql`.
- `?output=json` parameter can be added to the following URLs to return plain json data instead of GUI: `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist`
- fixed bug with MySQL Configuration editor.
- PHP 8.4 is now the default version for new users.
- Minecraft has been added to the Docker Compose template for users.
- [Option to skip DNS server during installation #340](https://github.com/stefanpejcic/OpenPanel/issues/340)
- Removed the `--skip-ssl` flag from the installation script.
- All `/databases` URLs have been renamed to `/mysql`.
- A `?output=json` parameter can now be added to the following URLs to return plain JSON data instead of the GUI: `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist`.
- Fixed a bug with the MySQL Configuration editor.
### 💡 New!
#### phpMyAdmin
New page: `/databases/phpmyadmin` is added:
A new page, `/databases/phpmyadmin`, has been added:
![phpmyadmin](https://i.postimg.cc/8TqVvXrJ/2025-03-05-17-19.png)
#### DB Size Unit
Users now have the option to select the unit of measurement for displaying database size.
![phpmyadmin](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png)