From c2dd76c248361b502f11b8c6e6ec9b991d46bcad Mon Sep 17 00:00:00 2001 From: Aine Date: Fri, 6 Sep 2024 00:22:45 +0300 Subject: [PATCH] update readme --- .github/workflows/workflow.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2a94f7d3..11f55ed3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,7 +4,7 @@ on: branches: [ "main" ] env: upstream_version: v0.10.3 - etke_version: etke11 + etke_version: etke12 bunny_version: v0.1.0 base_path: ./ permissions: diff --git a/README.md b/README.md index 43de1801..b0d63399 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The following changes are already implemented: * [Display actual Synapse errors](https://github.com/etkecc/synapse-admin/pull/17) * [Fix base_url being undefined on unsuccessful login](https://github.com/etkecc/synapse-admin/pull/18) * [Put the version into manifest.json](https://github.com/Awesome-Technologies/synapse-admin/issues/507) (CI only) +* [Federation page improvements](https://github.com/Awesome-Technologies/synapse-admin/pull/583) (using theme colors) _the list will be updated as new changes are added_