diff --git a/buildVars.py b/buildVars.py index 6f6ab600..69da32df 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("""Add-on for using NVDA as a feed reader."""), # version - "addon_version" : "5.2.1", + "addon_version" : "6.0", # Author(s) "addon_author" : u"Noelia Ruiz Martínez , Mesar Hameed ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 6f888fdd..5b7dc072 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,12 @@ Opens a dialog to select a folder which replaces your feeds in the personalFeeds * NVDA will display an error message if it was not possible to backup or restore the personalFeeds folder. * The title of the articles list dialog displays the selected feed name and number of items available. + +## Changes for 6.0 ## + +* When the default feed has been updated and it stops working due to server issues, the previous articles aren't deleted and can be read with the corresponding keystrokes. +* Fix regression: The default feed can be updated twice again. + ## Changes for 5.0 ## * The articles list dialog has been enhanced.