From 6c2a446ec21616770fabd93e3ab8efbcfa72ec18 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Fri, 24 Jan 2025 12:39:53 +0100 Subject: [PATCH] Version 3.3 --- buildVars.py | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 9f53eba..606b9aa 100644 --- a/buildVars.py +++ b/buildVars.py @@ -31,7 +31,7 @@ def _(arg): """navigation commands or multiple presses of the review character command.""" ), # version - "addon_version": "3.2", + "addon_version": "3.3", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index e64bcf2..e4196fa 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,10 @@ Checking this option will allow you to do it, as long as you navigate with the r ## Change log +### Version 3.3 + +* Update to Unicode 16.0. + ### Version 3.2 * Bugfix: characters for which only the speech level has been changed do not prevent anymore the information report to be displayed.