masonasons / Unspoken

Unspoken NVDA Add-on for Python3 using Synthizer
GNU General Public License v2.0
13 stars 5 forks source link

This Addon Will Need Updates to Work with 2021.1 #1

Closed fastfinge closed 2 years ago

fastfinge commented 3 years ago

The following change breaks this addon: https://github.com/nvaccess/nvda/pull/11969 ("Module level REASON_* constants are removed from controlTypes - please use controlTypes.OutputReason instead.")

Loading it in latest snapshots, of course, results in: def _hook_getSpeechTextForProperties(self, reason=NVDAObjects.controlTypes.REASON_QUERY, *args, **kwargs): AttributeError: module 'controlTypes' has no attribute 'REASON_QUERY'

This also effects audio themes.

masonasons commented 2 years ago

Fixed with latest commit.