diff --git a/website/docs/changelog/0.3.6.md b/website/docs/changelog/0.3.6.md index 71d890bf..18b5df0f 100644 --- a/website/docs/changelog/0.3.6.md +++ b/website/docs/changelog/0.3.6.md @@ -6,6 +6,7 @@ Not yet released. - [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'. + ### ️🚨 Security fixes ### 🐛 Bug fixes @@ -17,6 +18,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. - 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)