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 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:
True
⚠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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
✅ 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
<setting name="analyticsData" serializeAs="String"> <value>False</value> </setting>
To:
True
⚠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
This discussion was created from the release 1.8.
Beta Was this translation helpful? Give feedback.
All reactions