I haven't tested this with exact versions, so this is a bit theoretical at this point. However I'm fairly confident this could cause some hard to notice / track down issues.
Steps to reproduce:
Install an older release, EG 2017.2
Reset user config to factory defaults, to ensure that the config schema is for 2017.2
Open the NVDA config file, and take note of the schema version
Run from the launcher of a newer release EG 2017.3
Don't install the newer release, decide to continue using the already installed older release.
Check the config schema version
Expected behavior:
The config file should remain as it was in the 2017.2 install, and not be affected by running from the launcher.
This goes for voice dictionary files as well.
Actual behavior:
Its likely that the config files get upgraded to the new schema. These changes are not necessarily backwards compatible, and might result in certain settings mysteriously different after running from the launcher. One example is the braille display cursor blink rate.
Moving the voice dictionary files could result in these files not being available anymore in the older install.
The text was updated successfully, but these errors were encountered:
- Voice dictionary files are now versioned and have been moved to the
'speechDicts/voiceDicts.v1' directory. (#7592)
- Versioned files (user configuration, voice dictionaries)
modifications are no longer saved when NVDA is run from the launcher.
(#7688)
I haven't tested this with exact versions, so this is a bit theoretical at this point. However I'm fairly confident this could cause some hard to notice / track down issues.
Steps to reproduce:
Expected behavior:
The config file should remain as it was in the 2017.2 install, and not be affected by running from the launcher.
This goes for voice dictionary files as well.
Actual behavior:
Its likely that the config files get upgraded to the new schema. These changes are not necessarily backwards compatible, and might result in certain settings mysteriously different after running from the launcher. One example is the braille display cursor blink rate.
Moving the voice dictionary files could result in these files not being available anymore in the older install.
The text was updated successfully, but these errors were encountered: