From ea17c9af9af7eacb4e34a20d457eca4decbf4416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Sun, 30 Jun 2019 19:11:54 +0200 Subject: [PATCH] Update readme and bump version: 11.0-dev --- buildVars.py | 4 ++-- readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 68758ba..bf8d48f 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" : _("Enables the announcement of emoticon names instead of the character Representation."), # version - "addon_version" : "10.0", + "addon_version" : "11.0-dev", # Author(s) "addon_author" : u"Chris Leo , Noelia Ruiz Martínez , Mesar Hameed , Francisco Javier Estrada Martínez ", # URL for the add-on documentation support @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion" : "2018.3.0", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2019.1.0", + "addon_lastTestedNVDAVersion" : "2019.2.0", # Add-on update channel (default is stable or None) "addon_updateChannel" : None, } diff --git a/readme.md b/readme.md index 5de3ff0..f87a218 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,7 @@ Note: On Windows 10, it's also possible to use the built-in emoji panel. ## Changes for 11.0 ## * When the add-on is updated, dictionaries saved in the previous version of the add-on will be automatically copied to the new version, unless you prefer to import dictionaries saved in the main dictionaries folder of NVDA. +* When showing the symbol where the caret or the review cursor are positioned, the words Character and Replacement are used to distinguish between the symbol itself and its description in browse mode, useful for speech users. ## Changes for 10.0 ##