From 0694b911a4c8560c13d7b9a86afee3b6492c8290 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 12 Dec 2020 21:00:23 +0100 Subject: [PATCH] docs: add changelog for 0.13 --- website/docs/upgrading/to-0.13.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/docs/upgrading/to-0.13.md b/website/docs/upgrading/to-0.13.md index 866fd3eff..45206ae0a 100644 --- a/website/docs/upgrading/to-0.13.md +++ b/website/docs/upgrading/to-0.13.md @@ -4,6 +4,21 @@ title: Upgrading to 0.13 (passbook -> authentik) After a long back and forth, we've finally switched to a more permanent name. Whilst the upgrade is pretty much seamless, there are some things you have to change before upgrading. +# Headline changes: + +- New name (https://github.com/BeryJu/authentik/pull/361) +- The web interface is now a semi-SPA Experience. This means that most operations are done through Asynchronous requests + + In this initial release, this brings features such as a refresh button, a generally better User experience due to shorter loading times + and fewer visual context changes. + +- The web interface now has a darkmode, which is enabled automatically based on your Operating system. + +# Smaller changes + +- Add better support for Docker Service Connections with Certificates +- Fix application API not returning the same format as other APIs + ## Upgrading ### docker-compose