Skip to content

Releases: make4all/sprites

fixed bugs received from NVDA review

10 Jun 18:35
ddc7c12

Choose a tag to compare

Pre-release

This release should address bugs reported by reviewers from the NVDA community. Sprites related fields should be cleared from nvda.ini upon uninstall and re-start. The Sprites entry, however still persists.

important steps to follow if errors related to first launch experience persist.

  1. Uninstall Sprites.
  2. Restart NVDA.
  3. Open the developer console.
  4. enter the following code.
Config.conf[‘sprites’] = {}
Config.conf.spec[‘sprites’] = {}

Once you executed this code, restart NVDA. Then, Install 0.9.2 and restart NVDA.

Please note that we have been unable to reproduce the issue reported by the reviewer; we however made some fixes based on our investigation so that error that they are seeing may still persist. Please report the error if you still experience it!

beta release addressing feedback from NVDA community review regarding 2021.1 compatibility

09 Jun 00:21
d88a5fd

Choose a tag to compare

This release addresses feedback from the NVDA addon community review.

  • addresses issues related to Sprites not working in 2021.1.
  • potentially addresses errors encountered by addon reviewers.

Sprites release for NVDA community review

07 Jun 21:51
3afe3ad

Choose a tag to compare

The purpose of this release is to submit the addon to be reviewed by the NVDA addons community for this to be listed in the NVDA addon community website. Once we receive feedback from the community and address it, we will release v1.0 version of Sprites.