mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
41 lines
3.7 KiB
Markdown
41 lines
3.7 KiB
Markdown
# 0.3.2
|
|
|
|
Released on October 16, 2024
|
|
|
|
### 🚀 New features
|
|
- [Users can now enable/disable public /phpmyadmin access for each website from the SiteManager](https://i.postimg.cc/wTGDZyT7/cfwww-2024-10-11-21-35-03-ezgif-com-video-to-gif-converter.gif).
|
|
- [OpenAdmin > Emails > Settings](https://i.postimg.cc/fDzzwFD9/gui.png)
|
|
|
|
### 🐛 Bug fixes
|
|
- Fixed bug [#81 - PM2 delete application does not remove vhost proxy from Nginx vhost file](https://github.com/stefanpejcic/OpenPanel/issues/81)
|
|
- Fixed bug [#201 - OpenAdmin > Users > Configuration](https://github.com/stefanpejcic/OpenPanel/issues/201)
|
|
- Fixed bug [#203 - WP autoinstall stuck at importing tables](https://github.com/stefanpejcic/OpenPanel/issues/203)
|
|
- Fixed bug `cannot access local variable 'command' where it is not associated with a value` when restarting docker services from 'OpenAdmin > Services > Status' page.
|
|
- Fixed bug restarting Roundcube service from 'OpenAdmin > Services > Status' page.
|
|
- Fixed css bug with scrollbars on Firefox.
|
|
- Fixed bug with empty lines appended to `/etc/hosts` file when `opencli server-recreate_hosts` command is used.
|
|
- Fixed [css bug #202 - Login Page CSS after logout](https://github.com/stefanpejcic/OpenPanel/issues/202).
|
|
- Fixed [css bug on Create User modal from 'OpenPanel > Databases'](https://github.com/stefanpejcic/OpenPanel/issues/204)
|
|
- Fixed install error [`Dowloading configuration files from GitHub failed, main conf file /etc/openpanel/openpanel/conf/open panel.config is missing`](https://github.com/stefanpejcic/OpenPanel/issues/199)
|
|
|
|
|
|
### 💅 Polish
|
|
- Webmail clients will now automatically be updated to use domain and SSL as soon as custom domain is set on 'OpenAdmin > Settings > General'.
|
|
- [Webmail link for email accounts will now open webmail client in new tab with email address pre-filled](https://i.ibb.co/8jvqp3L/2024-10-16-12-56.png).
|
|
- Webmail link on 'OpenPanel > Emails' is now automatically updated based on webmail domain setting from 'OpenAdmin > Emails > Settings' - id doamin is set by Administrator that doamin will be sued, else user's dedicated IP or shared IP is used and port 8080.
|
|
- Webmail is added under Emails in OpenPanel menu for Enterprise version.
|
|
- [Improved NodeJS/Python application install process with logging](https://i.postimg.cc/LsfXNzpR/cfwww-2024-10-15-16-40-29-ezgif-com-video-to-gif-converter.gif).
|
|
- [Error logs are now visible for Python and NodeJS applications](https://i.postimg.cc/9mvqhQMr/pm2logs.png) from the Application Manager.
|
|
- [Deleting Python/NodeJS application now needs to be confirmed with double-click](https://i.postimg.cc/NFcMrL9D/2024-10-15-15-24.png).
|
|
- Administrators can now [add custom domain name to be used for temporary links](https://dev.openpanel.com/cli/config.html#temporary-links) for their users.
|
|
- https for domains that have NodeJS/Python apps will now also be proxied automatically.
|
|
- Changes to enabled_modules from 'OpenAdmin > Settings > OpenPanel' will now be applied immediately.
|
|
- Changing default PHP version will now terminate existing phpMyAdmin sessions, so that the next start of phpMyAdmin uses the new default.
|
|
- [Improvements to the 'OpenAdmin > Services > Status' page](https://i.postimg.cc/GdNq0LrD/2024-10-11-14-36.png).
|
|
- Certbot service is now added to the list of monitored services on 'OpenAdmin > Services > Status' page.
|
|
- Manual updates from 'OpenAdmin > Settings > General' will now have a 10min timeout limit.
|
|
- Favorites will now save links with query strings.
|
|
- Page title on OpenPanel > SiteManager will display WordPress site name.
|
|
- Removed [leftover icon on mobile view of user panel](https://github.com/stefanpejcic/OpenPanel/issues/200).
|
|
- The "Documentation" button on every page in OpenAdmin now links directly to the relevant section of the documentation for that specific page.
|