From e8a002d535a3a6b7bef007c1c825a2e5a4652dee Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Thu, 11 Feb 2021 21:24:37 +0000 Subject: [PATCH] update changelog --- doc/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 6515fe1..68849e3 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v1.2 (2021-02-11) - (new) autorefresh rate - (new) reduced bandwidth usage via stateful http headers `last-modified/etag` @@ -8,6 +8,7 @@ - (new) `-auth-file` flag for authentication - (new) `-cert-file` & `-key-file` flags for TLS - (fix) wrapping long words in the ui to prevent vertical scroll +- (fix) increased toolbar height in mobile/tablet layout (thanks to @einschmidt) # v1.1 (2020-10-05)