From 7d3b3030149456be5bfe14fe69b712a1256ea562 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 20 Apr 2023 09:46:57 +0200 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813d720..4b16ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - A new error page will appear if strimertul encounters a fatal error (previously this used to just crash). The error page contains both a way to send an error report with app logs and a way to restore the database to an earlier saved copy. - Added link to the user guide in the main page +- Support for interactive authentication. This allows third party apps to ask for access to strimertul without having to manually share a password + +### Changed + +- A lot of log messages now are better formatted and more informative +- EventSub connections will auto restart if they drop for unexpected reasons (network hiccups and unexpected closes) ## [3.1.5] - 2023-03-31