Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-26Adds Python 3 compatibilityNuno André Novo
2019-02-17Updated Version3.2.3Ruined1
3.2.2 Fixed compiled to 32-bit for 32-bit systems Fixed indentation in dwt_util
2019-01-30Programmatically set copyright yearRuined1
About dialog will now show starting year - current year automatically, so it doesn't need to be updated manually.
2019-01-30v3.2.23.2.2Ruined1
A few minor patches, mostly to stop people from reporting invalid issues and to acknowledge success appropriately upon completions. -Implemented a check for OneDrive binary so people stop reporting invalid issues #405 -Modified DiagTrack disable/remove to reflect success when it's Marked for Deletion #406
2018-01-23-Fixed unhandled return code in DiagTrack service removalDee Jayh
-Fixed DWT to automatically call for elevation instead of bailing out
2018-01-16v3.2.0v3.2.0Dee Jayh
-Fixed OneDrive Uninstaller -Allowed more complete resolutions for subprocess_handler -Added ip_warn for IP blocking option to warn of potential Microsoft licensing issues -Applied more complete handler to DiagTrack option
2018-01-16v3.1.3Dee Jayh
Fixed #359 Fixed #371
2017-04-29 modified: dwt_about.pyDee Jayh
2017-04-28modified: dwt_about.pyDee Jayh
2016-12-20Fixes issues with update code patch.Patrick Kenny
Also fixes consistency issue between what @10se1ucgo says and what is actually in the code(removing pass).
2016-12-15Update to update code.Patrick Kenny
Adds try to urlopen call instead of just dialog box, fixes #264 and #230.
2016-04-25Version number bump.10se1ucgo
2016-04-25Backport to Python 2. Fix logging stuff.v3.0.110se1ucgo
2016-03-24Update checker10se1ucgo
2016-03-24Fix OSError 6, TypeError and AttributeError. Closes #15610se1ucgo
2016-03-19Add GPL, LGPL, issue templatev3.010se1ucgo
2016-03-19Rewrite! Closes #153, #147, #146, #12410se1ucgo
Changes: Everything rewritten! Many things borrowed from my other program, pyjam. Split Windows Defender and WifiSense into two options GUI should now scale properly (hopefully) Everything is less terrible! Code is somewhat cleaner! Fixed DiagTrack service Split everything into 3 files: - dwt.py: Entry file, contains GUI and logging stuff - dwt_util.py: Contains functions for disabling the tracking - dwt_about.py: Contains the about and licenses dialog. Have fun!