✅ Added new feature to not send analytics data to v-devs servers ( This might cause issues with version checking or fetching data )
✅Updated exception handler
❓ How to enable analytics data:
1. Go to ViggneteCheckBG.exe.config
- Update the following line
<setting name="analyticsData" serializeAs="String"> <value>False</value> </setting>
To:
<setting name="analyticsData" serializeAs="String"> <value>True</value> </setting>
⚠This might be the last release for this repository since the code structure and software architecture is very bad and most likely i will stop maintain the software or fully recode it