From 6f12cea13207fe55d68c853bcdc49eb1d91f4669 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Mon, 16 Oct 2023 23:20:17 +0200 Subject: [PATCH] Version 2.6 --- buildVars.py | 2 +- readme.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 0e556c5..380ec35 100644 --- a/buildVars.py +++ b/buildVars.py @@ -28,7 +28,7 @@ def _(arg): "addon_description": _("""This add-on allows to present in a message various information about a character. """), # version - "addon_version": "2.5", + "addon_version": "2.6", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index cb83daa..e22e16d 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,12 @@ The presented information include the following sections: ## Change log +### Version 2.6 + +* Update to Unicode 15.1. +* Adds support for Python 3.11 to prepare compatibility with NVDA 2024.1. +* Note: From now on, translation updates will not appear anymore in the change log. + ### Version 2.5 * Fixed import error with last NVDA alpha versions, NVDA 2023.2 development cycle (contribution Noelia Ruiz Martínez).