From b17e01a2881b5f4244283540de28aa2e450d16f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Fri, 26 Oct 2018 20:07:56 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb1e0ca0..ed0986ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +Version 2.0.12 (Oct 26, 2018) +----------------------------- + +* Add OpenBSD build +* Improve logging for OAuth2 callback +* Make "g f" go to feed, or list of feeds +* Add more details in feed storage errors to facilitate debugging +* Add entries storage error to feed errors count +* Set arbitrary maximum size for tsvector column +* Unsubscribe from feed through link or "#" +* Simplify feed entries filtering +* Simplify feed fetcher +* Simplify feed parser and format detection +* Improve unit tests in url package +* Add short cli flags -i and -v +* Convert text links and line feeds to HTML in YouTube channels +* Change link state when marking all entries as read +* Add missing package descriptions for GoDoc +* Fix typo in license header +* Refactor HTTP response builder +* Improve Fever API performances when marking a feed or group as read +* Set focus on article link when pressing prev/next hotkeys +* Improve request package and add more unit tests +* Add more unit tests for config package +* Simplify locale package usage (refactoring) +* Translate application in Russian +* Use disclosure widget
for advanced feed options +* Use unique translation IDs instead of English text as key +* Add more unit tests for template functions +* Fix invalid output when truncating Unicode text in templates +* Add the possibility to override default user agent for each feed +* Split Makefile linux targets by architecture +* Add compiler, Arch, and OS to info command +* Avoid line break between emoji and (un)read/(un)star links +* Build Docker image for multiple architectures (amd64, arm32v6, arm64v8) + Version 2.0.11 (Sep 11, 2018) -----------------------------