From 0331a11bb5923484ddeec7b9c3c0bc5201527ca9 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 26 Jan 2025 20:54:43 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0ed4c..9c9e72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,42 @@ Template: # Upcoming Release +## New Features + +- Add option to select name of admin user for Forgejo. + +## Fixes + +- Make Nextcloud create the external storage if it's a local storage + and the directory does not exist yet. +- Disable flow to change password on first login for admin Forgejo user. + This is not necessary since the password comes from some secret store. + +## Breaking Changes + +- Fix internal link for Home Assistant + which now points to the fqdn. This fixes Voice Assistant + onboarding. This is a breaking change if one relies on + reaching Home Assistant through the IP address but I + don't recommend that. It's much better to have a DNS + server running locally which redirects the fqdn to the + server running Home Assistant. + +## Other Changes + +- Refactor tests and add playwright tests for services. + # v0.2.9 ## New Features +- Add Memories Nextcloud app declaratively configured. +- Add Recognize Nextcloud app declaratively configured. + +# v0.2.8 + +## New Features + - Add dashboard for SSL certificates validity and alert they did not renew on time.