Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Apr 6, 2024
2 parents 51585cd + 1974a4f commit cda6f40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/addonUpdater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Overall update check routine was inspired by StationPlaylist Studio add-on (Joseph Lee).)

addonUpdateCheckInterval = 86400
addonUpdateCheckInterval = 21600 # 6 hours; was 86400 (24 hours)
updateChecker = None


Expand Down
2 changes: 1 addition & 1 deletion 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": _("""Proof of concept implementation of add-on update feature (NVDA Core issue 3208)"""),
# version
"addon_version": "24.2.501",
"addon_version": "24.2.502",
# Author(s)
"addon_author": "Joseph Lee <[email protected]>, Luke Davis <[email protected]>",
# URL for the add-on documentation support
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ The available add-on update sources are:
* Spanish community add-ons catalog
* Catalogs maintained by NVDA communities in China and Taiwan

## Version 24.2.2

* Lower update interval to six hours.

## Version 24.2.1

* Fixes a problem wherein Updater's updates, which appear in the external channel, were shown as still updatable in the store via the stable (or other) channel. Caused by residual JSON files from old non-external installations. Now they are removed.

## Version 24.2.0

* Release compatible with NVDA 2024.1.
Expand Down

0 comments on commit cda6f40

Please sign in to comment.