diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1c71453..1083750 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: etke4 + etke_version: etke5 bunny_version: v0.1.0 permissions: checks: write diff --git a/README.md b/README.md index 531d5ff..67c9a93 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The following changes are already implemented: * [Fix user's default tab not being shown](https://github.com/etkecc/synapse-admin/pull/8) * [Add identifier when authorizing with password](https://github.com/Awesome-Technologies/synapse-admin/pull/601) * [Add ability to toggle whether to show locked users](https://github.com/Awesome-Technologies/synapse-admin/pull/573) +* [Fix user's display name in header on user's page](https://github.com/etkecc/synapse-admin/pull/9) _the list will be updated as new changes are added_