From 2e2c0cb9e55a1160a47dee4c086fa2c1f0e907b1 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 7 Mar 2025 11:47:16 +0100 Subject: [PATCH] Update 1.1.2.md --- website/docs/changelog/1.1.2.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/changelog/1.1.2.md b/website/docs/changelog/1.1.2.md index 862b8cf9..f9c2f5b4 100644 --- a/website/docs/changelog/1.1.2.md +++ b/website/docs/changelog/1.1.2.md @@ -1,3 +1,11 @@ # 1.1.2 Not yet released + +### 🐛 Bug Fixes + +### 💅 Polish +- Adding domains is now quicker as containers are started in the background. +- User creation is faster thanks to the reuse of the docker-compose plugin and the docker-rootless-setup.sh script, eliminating the need to download them each time. This not only saves time but also approximately 70MB of disk space per user. + +### 💡 New!