Update 0.3.6.md

This commit is contained in:
Stefan Pejcic
2024-11-19 20:35:31 +01:00
committed by GitHub
parent bb38dd1d08
commit e49cd51efd

View File

@@ -3,7 +3,7 @@
Not yet released.
### 🚀 New features
-**BETA** support for ARM64 CPU: install script now allows installation on server with arm cpu and [openpanel](https://hub.docker.com/r/openpanel/openpanel), [nginx-mysql](https://hub.docker.com/r/openpanel/nginx) & [apache-mysql](https://hub.docker.com/r/openpanel/apache) images are now also available for arm64.
- **BETA** support for ARM64 CPU: install script now allows installation on server with arm cpu and [openpanel](https://hub.docker.com/r/openpanel/openpanel), [nginx-mysql](https://hub.docker.com/r/openpanel/nginx) & [apache-mysql](https://hub.docker.com/r/openpanel/apache) images are now also available for arm64.
- [Java applications](/docs/articles/user-experience/how-to-setup-springboot-java-applicaiton-on-openpanel) can now be run from the 'OpenPanel > AutoInstaller' page.
- Administrators can now use self-hosted API's with custom domains for [temporary preview links](/docs/articles/dev-experience/selfhosted-temporary-links-api/) and [website screenshots](/docs/articles/dev-experience/selfhosted-screenshots-api/) on 'OpenPanel > SiteManager'.
@@ -25,6 +25,7 @@ Not yet released.
### 💅 Polish
- Addded [weakpass](https://dev.openpanel.com/cli/config.html#weakpass) setting to enable or disable checking passwords against [weakpass.com dictionaries](https://weakpass.com/wordlists).
- Adding domain is now logged in the user activity log.
- [openpanel docker image](https://hub.docker.com/r/openpanel/openpanel) no longer uses python-slim as base, in order to be compatible with ARM64 CPU.
- Warnign messages when adding domain if syntax errors are detected in templates.
- [Compressed file extraction progress bar #270](https://github.com/stefanpejcic/OpenPanel/issues/270)
- 'OpenAdmin > Settings > OpenPanel' now allows Administrators to set: login_ratelimit, login_blocklimit, session_duration and session_lifetime.