Skip to content

Releases: gyk4j/chcl3

v2.0.3

14 Aug 07:24
a124b93
Compare
Choose a tag to compare

Add Powershell version 5 requirement.

Full Changelog: 2.0.2...v2.0.3

2.0.2

23 May 03:58
fd9a984
Compare
Choose a tag to compare

What's Changed

  • Add TronScripts telemetry signatures by @gyk4j in #50

Full Changelog: 2.0.1...2.0.2

2.0.1

23 May 03:00
81c0439
Compare
Choose a tag to compare

Updated list of Windows Updates (possibly) related to telemetry.

Sources:

  1. xvitaly/remove_crw.cmd
  2. Which window-7 Updates should never be installed

What's Changed

  • Update CI ignore .gitignore by @gyk4j in #48
  • Update telemetry-related Windows Update list by @gyk4j in #49

Full Changelog: v2.0.0...2.0.1

v2.0.0

20 May 06:29
c4c4c99
Compare
Choose a tag to compare

Add PowerShell 2.0 implementation port.

It is able to run out-of-the-box without additional software installation on Windows 7 and Windows Server 2008 R2 which may still exist on some old legacy systems.

What's Changed

  • Add PowerShell basic skeleton by @gyk4j in #32
  • Add display license by @gyk4j in #33
  • Add display warning by @gyk4j in #34
  • Add DEBUG flag to bypass confirmation prompts by @gyk4j in #35
  • Add line reading and unit test by @gyk4j in #36
  • Add stop and disable Windows services by @gyk4j in #37
  • Add print and flush by @gyk4j in #38
  • Add clear ETL log file by @gyk4j in #39
  • Add update registry key values by @gyk4j in #40
  • Fix function Invoke parameter splatting by @gyk4j in #41
  • Add disable scheduled tasks by @gyk4j in #42
  • Add uninstall Windows updates by @gyk4j in #43
  • Add block IPs with Windows Firewall by @gyk4j in #44
  • Delete temp file by @gyk4j in #45
  • Add block hosts by @gyk4j in #46
  • Rename Overwrite-Files function to follow PowerShell naming convention by @gyk4j in #47

Full Changelog: v1.0.0...v2.0.0

v1.0.0

16 May 01:59
a22d54f
Compare
Choose a tag to compare

First version. With batch and VBScript implementation.

What's Changed

  • Add VBScript implementation with license agreement dialog by @gyk4j in #7
  • Add read text file function by @gyk4j in #8
  • Add warning message box by @gyk4j in #9
  • Add config file line parsing by @gyk4j in #10
  • Disable diagnostic logging by @gyk4j in #11
  • Moved shared data files by @gyk4j in #12
  • Make file overwriting configurable by @gyk4j in #13
  • Fix license path by @gyk4j in #14
  • Add hosts file DNS blocking by @gyk4j in #15
  • Refactor registry key writing by @gyk4j in #16
  • Move VBS WSH implementation by @gyk4j in #17
  • Fix license and data file path by @gyk4j in #18
  • Add exit code by @gyk4j in #19
  • Fix message string truncation limit by @gyk4j in #20
  • Add delayed message printing by @gyk4j in #21
  • Add stopping and disabling of Windows services by @gyk4j in #22
  • Add Event Trace Logging (ETL) file overwriting by @gyk4j in #23
  • Add update registry key values by @gyk4j in #24
  • Add disable scheduled tasks by @gyk4j in #25
  • Add uninstall Windows Updates by @gyk4j in #26
  • Add firewall block IPs by @gyk4j in #28
  • Add DNS hosts blocking by @gyk4j in #29
  • Add changing of start directory by @gyk4j in #30
  • Add debug hosts path to overwriting real hosts file by @gyk4j in #31

Full Changelog: v1.0.0-alpha.1...v1.0.0

v1.0.0-alpha.1

04 May 03:21
df591d2
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • First release