From 96852523b1d6845d89408f361607bfb68fc6304e Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Thu, 11 Jun 2020 23:05:32 +0200 Subject: [PATCH] Complete Changelog for 1.13.1 --- ChangeLog | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f721d5bd0..20014fbc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -To be released +2020-06-11 Lars Windolf Version 1.13.1 * Fixes #840: OPML source subfolders not working (fixed by Tomáš Janoušek) + * #837: Removing GTimeVal references + (Tom Perez) + * #827: Respect global update refresh interval for TheOldReader (Matthew Horan) @@ -14,6 +17,9 @@ To be released * #822: Improve performance of item list loading (Rich Coe) + * Fixes #821: Skip current item when finding next unread item + (Tom Perez) + * #815: Add support for subscribing to HTML5 websites without RSS/Atom feeds by extracting article titles,links and descriptions @@ -23,16 +29,26 @@ To be released to improve icon quality in 3-pane wide view. Also add favicon URL discovery tests. - * #752: Trayicon plugin has now a configuration option - to change the behaviour when closing Liferea. - (BurnhamG) - * Fixes #821: Skip current selected unread item on 'next unread item' (Tom Perez) + + * #800: Expose remove-item action for plugins + (mozbugbox) + * Fixes #799: plugins/headerbar.py translations not active (reported by Paul Gevers) + * Fixes #783: Update IS_STATE when update item in itemlistview + (mozbugbox) + + * #752: Trayicon plugin has now a configuration option + to change the behaviour when closing Liferea. + (BurnhamG) + + * Fixes #693: Add trayicon plugin option to disable minimizing to tray + (BurnhamG) + 2020-03-04 Lars Windolf