Skip to content

Commit

Permalink
Update Readme and bump compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Mar 8, 2024
1 parent 8b6c2aa commit fe47691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": _("""Discards UIA announcements in Microsoft Edge such as page loading and refreshing, opening and closing tabs and windows."""),
# version
"addon_version": "0.9",
"addon_version": "0.10",
# Author(s)
"addon_author": "Beqa Gozalishvili <[email protected]>",
# URL for the add-on documentation support
Expand All @@ -35,7 +35,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2019.3.0",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2023.2.0",
"addon_lastTestedNVDAVersion": "2024.1.0",
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
This addon is used to suppress some of annoying notifications generated by Microsof edge browser.
All notifications can be configured in corresponding addon category of NVDA settings.

## Changes for 0.8 ##
## Changes for 0.10 ##
* More ellegant way of suppressing download notifications in background
* Suppressed an error when deleting characters from edge edit fields.
* Added some more notification IDs;
* NVDA 2024.1 compatibility.

## Changes for 0.9 ##
* Fixed a case of not readable context menu items in downloads and similar;
* Added some more notification IDs;
* NVDA 2023.2 compatibility.
Expand Down

0 comments on commit fe47691

Please sign in to comment.