Skip to content

Releases: marlon-sousa/CustomAppModulesMapper

1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:29
a512bb9

Version 1.0.0:

  • Associate any application with any app module — one bundled with NVDA or provided by another add-on — or with no module ("not associated"), straight from the NVDA Settings dialog, without writing an add-on or waiting for a mapping to be merged into NVDA.
  • Change an association at any time, or remove it to restore the module the application originally used.
  • The applications you currently have open are offered for selection, with the app you were last in pre-selected; you can still type any executable name.
  • Application names are matched case-insensitively.
  • Associations are stored in the NVDA configuration directory, so they survive updating or reinstalling the add-on, and are protected against duplicates. Mappings saved by previous versions are migrated automatically.
  • Compatible with NVDA 2026.1.

0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 02:45

persistence for custom modules mapping

0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 16:33

Initial version