From a1320e743c6181274ec1bd9f1b78190d0c8a0c46 Mon Sep 17 00:00:00 2001 From: NuttyShrimp Date: Fri, 6 Sep 2024 12:03:27 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1576370..d7d5a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,3 +25,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add confirm dialog when granting control permission - Load index eagerly when requesting info about container resources - Change components so everything uses typescript +- Add automated UI tests +- Add Github action to run UI tests on PR to default branch