Wu10Man Changelog

What's new in Wu10Man 4.4.0

Feb 17, 2022
  • Adding service Connected User Experiences and Telemetry
  • Adding additional Scheduled Tasks
  • Signing supporting assemblies. Need to figure out how to sign primary EXE with dependencies.
  • Some more donors to thank. :)
  • Fixing some UI layout issues
  • Other updates for .Net Framework 4.7.2

New in Wu10Man 4.3.0 (May 2, 2021)

  • Adding ability to enable/disable Scheduled Tasks
  • Updating to .Net Framework 4.7.2
  • Expanding use of StyleCop
  • Moving to json based config instead of xml app.config
  • Some UI fixes/tweaks

New in Wu10Man 4.2.1 (Sep 20, 2020)

  • Fixing issue where errors cause a chain of message windows and make Wu10Man unusable.

New in Wu10Man 4.2.0 (Sep 11, 2020)

  • Delaying tab loading until they're selected so that errors that might result have a better context. This does result in a delay of displaying of a coupe of them as data is gathered.
  • Removed dependency to AutoFac. Older versions of Windows have been getting errors regarding "System.ValueTuple". Thank you to @Cereal-Killa for working on a solution to this.
  • Adding Enable/Disable All Services button.
  • Adding Select/Deselect All Apps for Declutter. Thank you to @Cereal-Killa for introducing this.
  • Moved "Hosts File" tab to Legacy. This has spawned a few issues and emails because of collisions with Windows Defender. Also not the best way to block Windows Updates so isn't particularly relevant anymore.

New in Wu10Man 4.1.0 (Aug 5, 2020)

  • Adding more graceful errors during startup
  • Issue #12
  • Access denied issue

New in Wu10Man 4.0.0 (May 26, 2020)

  • Adding ability to remove Microsoft Apps
  • Cleaning up code patterns with StyleCop
  • Refactor for better tier separation
  • Updating license from MIT to GPL
  • Deprecating GPO Support:
  • Issue #19
  • Including fixes from @JonnyTech:
  • Issue #18

New in Wu10Man 3.1.0 (Nov 18, 2019)

  • Added support for Windows Remediation Service.
  • Moved Windows Service list to config for easier management.
  • Add file lock checking when editing Hosts file.
  • Fix for red borders on Pause Updates tab.
  • Restructuring for future unit tests support.

New in Wu10Man 3.0.1 (Jul 20, 2019)

  • Adding a bit of color.
  • New fix for #13.

New in Wu10Man 3.0.0 (Jul 15, 2019)

  • Updating screens to provide some more information about each feature.
  • Adding support for Pause and Defer of Updates.

New in Wu10Man 2.1.3 (Jul 10, 2019)

  • Narrowed down on issue causing #13 thanks to user feedback.
  • Captures exception data for #13, but unblocks usage of app and setting services.

New in Wu10Man 2.1.1 (Jul 9, 2019)

  • Patch release in attempt to fix #13
  • Also adjusting logging in attempt to gather more information related to #13.

New in Wu10Man 2.1.0 (Feb 25, 2019)

  • Enabling a service no longer requires a reboot to take effect
  • Except for Medic Service due to access rights
  • Added version number to About page.
  • Fixed #10 - Service incorrectly identified as Enabled.
  • Fixed issue where service cannot be enabled if another process recreated the service file.

New in Wu10Man 1.2.2 (Aug 6, 2018)

  • Fixed issue where application incorrectly labels service as Enabled when it's still Disabled.

New in Wu10Man 1.2.1 (Jul 18, 2018)

  • Fixing bug with getting registry permissions #4
  • Created installer #3