Releases: make4all/sprites
fixed bugs received from NVDA review
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.
- Uninstall Sprites.
- Restart NVDA.
- Open the developer console.
- 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
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
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.