From 5b1e60dec540c04bbdcb0cb72c902c2e8eebbd8a Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Fri, 22 Mar 2024 00:57:53 -0400 Subject: [PATCH] Changelog in readme updated. --- buildVars.py | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 16e1279..c641cfb 100644 --- a/buildVars.py +++ b/buildVars.py @@ -25,7 +25,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""Tracks events and displays information about them"""), # version - "addon_version": "24.1.0", + "addon_version": "24.1.1", # Author(s) "addon_author": "Joseph Lee , Luke Davis , Thiago Seus ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index cb4a569..c3220a8 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,7 @@ If you find this add-on useful, please [review it][2] in the NVDA Add-on Store. ## Version 24.1.0 * NVDA 2024.1 compatibility. +* Contributed fix opensourcesys/evtTracker #4: the first event's description no longer missing when first opening the event viewer. ## Version 23.02