From 3371e1afff07752cb812ad584a802d54d0430ad2 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 27 Jan 2021 15:46:57 +0000 Subject: [PATCH] add changelog --- doc/changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/changelog.txt diff --git a/doc/changelog.txt b/doc/changelog.txt new file mode 100644 index 0000000..a69f941 --- /dev/null +++ b/doc/changelog.txt @@ -0,0 +1,21 @@ +# upcoming + +- (new) autorefresh rate +- (new) reduced bandwidth usage via stateful http headers `last-modified/etag` +- (new) show feed errors in feed management modal +- (new) `-open` flag for automatically opening the server url +- (new) `-base` flag for serving urls under non-root path +- (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 + +# v1.1 (2020-10-05) + +- (new) responsive design +- (fix) server crash on favicon fetch timeout (reported by @minioin) +- (fix) handling byte order marks in feeds (reported by @ilaer) +- (fix) deleting a feed raises exception in the ui if the feed's items are shown. + +# v1.0 (2020-09-24) + +Initial Release