Sean Budd
Sean Budd
### Link to issue number: Fixes #17722 ### Summary of the issue: When using the automatic update notifications, users must wait until downloads complete before exiting the add-on update dialog....
### Related issues, PRs or discussions Follow up to #17728 and #10516 ### What is the current state of the codebase? After #17728 is merged, NVDA is now being built...
### Link to issue number: Part of #17878 ### Summary of the issue: GitHub actions CI/CD uses feature flags to disable parts of the build. `exit 0` was not cancelling...
### Link to issue number: Part of #17878 Blocked by #18034 Blocked by #18243 ### Summary of the issue: As part of migrating to GitHub actions, we need to deploy...
### Link to issue number: Part of #17878 ### Summary of the issue: Code signing is missing from GitHub actions, which needs to be added to have full parity to...
### Is your feature request related to a problem? Please describe. There are many cases where a user may wish to modify the UX of NVDA i.e. via custom themes....
### Detailed description of the issue #12300 introduced hack to fix tabbing in scrollable panels. This has now been fixed in wxPython: https://github.com/wxWidgets/Phoenix/pull/1950 When we update wxPython for 2026.1, we...
We've been accepting add-on IDs with spaces. This breaks parts of our validation and submission process. This will be prevented in https://github.com/nvaccess/addon-datastore-validation/pull/44 Unfortunately this requires the removal of several add-ons...
The views branch has become unwieldy in size. Instead of duplicating the same files over and over, we should use sym links or an index structure to refer to one...
### Is your feature request related to a problem? Please describe. Add the ability to download/enable/disable/remove other AI models for image description. This work may be blocked on #18662 which...