Note: translation-only releases are not included here.
- Added the feature: press three times to copy only version.
- Refactored the code by breaking the main script out into specific purpose methods.
- Bug fix release, followup of PR #3: fully restores NVDA 2017.3 support by ending use of @script. The decorator didn't become part of NVDA until 2018.3.
- Restored Python 2.7 compatibility at user and original author request. (#3)
- Luke Davis has taken over maintenance of the add-on.
- Change of add-on identifier from "SayProductNameAndVersion" to "sayProductNameAndVersion", to align with other add-ons.
- Minor spelling and English grammar corrections in code comments and translated messages, and readme updates.
- Slight code updates, and non-user-facing changes to build processes.
- Compatibility update for NVDA 2023.1 and NV Access Add-ons Store.
- Translations update.
- Add Croatian translation thanks to Tarik Hadžirović and Goran Parać
- Update help message
- Update documentation style for visually impaired users
- Move shortcut from Speech to tools category
- Python 3 compatibility
- Use informations from NVDA itself instead of using an external module
- Use script decorator for global plugin informations
- Use last version of add-on template
- Fixed the message after copying informations to the clipboard which was not translated.
- Initial Release