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
Improved the NVDA.ini cleanup tool with a clearer nvda.ini location picker for the primary folder, secondary folders, and custom folders.
Added a read-only preview for the selected NVDA.ini section so users can inspect a section before deleting, copying, or moving it.
Improved live NVDA handling and logging for NVDA.ini cleanup: the visible log and log file now record the requested section changes, NVDA close and reopen activity, backup creation, file size before and after edits, and line counts removed.
Fixed repeated sync writes caused by timestamp differences after atomic file replacement. Identical files are now recognised by content and their metadata is normalised instead of copied again.
Refined the workflow requested in GitHub issue #2 after follow-up testing, especially around safe live-profile edits and clearer audit output.