You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a gestures.ini section cleanup tool for moving, copying, or deleting orphaned input gesture sections using the same workflow as the existing nvda.ini cleanup tool. Closes issue #3.
Generalised INI section cleanup so backups are named from the file being changed, such as nvdaYYYYMMDD-HHMMSS.ini or gesturesYYYYMMDD-HHMMSS.ini.
Preserved gesture lines exactly during cleanup, including explicitly unbound gestures and gestures with multiple bindings.
Added cross-folder single-instance takeover so launching a different NVDA Sync copy closes the older running copy before the new one starts watching and syncing.
Improved notification-area registration so the current NVDA Sync executable path is promoted when the app starts, helping the tray icon remain visible after updates.
Grouped the nvda.ini and gestures.ini cleanup tools under one Folders-menu INI cleanup submenu, normalised secondary-folder wording, and made startup update checks the default for new installations.