7.25.1201

Navigation:  7.25 (QDV 2025) >

7.25.1201

Previous pageReturn to chapter overviewNext page

Released on March 6, 2026

Internal Release

Change: 3 major components translated

3 major components of QDV were translated from VB.NET to C#. The application is now fully written in C#.

Fix: Safe Startup Behavior for Settings File

Even if the settings file (JSON) is empty, incomplete, or contains errors, the application will open normally and behave as if it is being launched for the first time, using default settings.If some settings are missing or invalid, the application automatically keeps the valid values and restores any missing ones. No error message is shown to the user as long as the application can continue working normally. When the application is closed, the updated and corrected settings are automatically saved back to the file, ensuring the configuration file remains valid and complete.