From d97052ca31207eacb9807d022e8fdc6865f5c6c8 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Fri, 20 Mar 2020 17:56:00 +0100 Subject: [PATCH] Version 1.4 --- README.md | 5 +++++ addon/doc/fr/readme.md | 5 +++++ buildVars.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f954e..ccd0aa3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ This add-on allows to present in a message character information such as unicode ## Change log +### Version 1.4 + +* Added a script to get information for the character at the caret position (contribution Łukasz Golonka). +* Update to Unicode 13.0. + ### Version 1.3 * Fixes a bug with NVDA 2019.3. diff --git a/addon/doc/fr/readme.md b/addon/doc/fr/readme.md index 158535a..d644752 100644 --- a/addon/doc/fr/readme.md +++ b/addon/doc/fr/readme.md @@ -25,6 +25,11 @@ Cette extension permet d'afficher dans un message des informations sur un caract ## Journal des changements +### Version 1.4 + +* Ajout d'un script pour obtenir des informations sur le caractère à la position du curseur système (contribution Łukasz Golonka). +* Mise à jour vers Unicode 13.0. + ### Version 1.3 * Corrige un bug avec NVDA 2019.3. diff --git a/buildVars.py b/buildVars.py index c060745..551be04 100644 --- a/buildVars.py +++ b/buildVars.py @@ -20,7 +20,7 @@ "addon_description" : _("""This add-on allows to present in a message character information such as unicode name, number, category, etc. """), # version - "addon_version" : "1.3", + "addon_version" : "1.4", # Author(s) "addon_author" : u"Cyrille Bougot ", # URL for the add-on documentation support