From e49cd51efdc1f3a7630d09c1ec768512f45411bf Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 19 Nov 2024 20:35:31 +0100 Subject: [PATCH] Update 0.3.6.md --- website/docs/changelog/0.3.6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/0.3.6.md b/website/docs/changelog/0.3.6.md index 1c4cbf00..f338605b 100644 --- a/website/docs/changelog/0.3.6.md +++ b/website/docs/changelog/0.3.6.md @@ -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.