diff --git a/website/docs/changelog/1.1.1.md b/website/docs/changelog/1.1.1.md index 94afa216..2e8aaea1 100644 --- a/website/docs/changelog/1.1.1.md +++ b/website/docs/changelog/1.1.1.md @@ -10,9 +10,12 @@ Not yet released - 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. +- [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) ### 💅 Polish - PHP 8.4 is now set as default version for new users. - minecraft is added to docker compose tempalte for users. -- added `--skip-dns-server` flag for the install script to skip setting bind9 dns server. +- [Option to skip DNS server on install #340](https://github.com/stefanpejcic/OpenPanel/issues/340) - removed `--skip-ssl` flag from the install script.