Releases: yplassiard/nvda-soundmanager
Releases · yplassiard/nvda-soundmanager
v2024.04.27
changes
- NVDA 2024.1 compatibility
v2023.07.26
Changes
- make this add-on ready to the addon-datastore
soundmanager 2021.06
changes
- NVDA 2021.1 compatibility
v2020.1
Changes
- Added compatibility with NVDA 2019.3+
v2019.07
changes
- Added Arabic translation
v2019.06.1
Changes
- Added preference dialog to customize user experience
- Updated documentation
- Code refactoring for easy reading
- other minor bug fixes
v2019.05.5
Changes:
- Added work from Beqa's volumeManager add-on allowing to control the master volume.
- Fixed French translation, including typos and missing locale's headers.
- When opening volume control, the current app (foreground) is focused if it is playing audio. Otherwise, the master volume is focused.
- When sound manager volume control is opened, the escape key can be used to close it.
v2019.05.4
Changes
- Refactored and rewrote part of the code to make it more readable, less confusing and more understandable
- Fixed an issue where the translation system was not initialized
- When in volume control mode, control + up/down and control+m adjusts and mute the volume of the currently active application, i.e. chrome if you're in a Chrome web page.
- Fixed License and Copyright informations
- Added License for Pycaw dependency.
- Removed a useless enum.py file.
v2019.05.1
Changes
- Initial release
v2019.05.3
Changes
- Fixed NVDA+V shortcut conflict, replacing with NVDA+Shift+V by default.
- Enhanced documentation to list available shortcuts when the add-on is active
- add a Mute/Unmute shortcut, bound to the m key.
- Other minor fixes