Skip to content

Releases: nefarius/nefcon

v1.12.0

21 Feb 21:45
Compare
Choose a tag to compare

What's Changed

  • Added Bluetooth utility commands by @nefarius in #21
    New usage snippet:
      --enable-bluetooth-service   Enables a local Bluetooth service
        --service-name             The service name
        --service-guid             The service GUID
      --disable-bluetooth-service  Disables a local Bluetooth service
        --service-name             The service name
        --service-guid             The service GUID
    

Full Changelog: v1.11.1...v1.12.0

v1.11.1

03 Nov 16:54
Compare
Choose a tag to compare

What's Changed

  • Fixed a heap corruption and off-by-one bug in core function by @nefarius in #20

Full Changelog: v1.11.0...v1.11.1

v1.11.0 Release

26 Aug 19:53
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #12
  • Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 by @dependabot in #13
  • Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 by @dependabot in #14
  • Adds "devcon install" compatible command and major refactor by @nefarius in #16
  • Fixed a logging regression where a default myeasylog.log file got generated no matter the provided CLI flags in 4e1c07e

Full Changelog: v1.10.0...v1.11.0

v1.10.0 Release

13 Jun 18:30
Compare
Choose a tag to compare

What's Changed

  • Change Winget Releaser runner to ubuntu-latest by @sitiom in #9
  • Add find command by @ng75063 in #11

New Contributors

  • @ng75063 made their first contribution in #11

Full Changelog: v1.9.0...v1.10.0

v1.9.0 Release

06 Jun 17:06
Compare
Choose a tag to compare

What's Changed

  • Suppressed another restart dialog that can pop up on Windows 10 (#8)

Full Changelog: v1.8.0...v1.9.0

v1.8.0 Release

23 Mar 00:19
6e4f717
Compare
Choose a tag to compare

What's Changed

  • Create msbuild.yml by @nefarius in #6
  • Added new --delete-file-on-reboot command by @nefarius in #5
  • Add Winget Releaser workflow & readme installation instructions by @sitiom in #4
  • Bump microsoft/setup-msbuild from 1.0.2 to 1.3.1 by @dependabot in #7

New Contributors

Full Changelog: v1.7.2...v1.8.0

v1.7.2 Release

11 Jan 11:50
Compare
Choose a tag to compare
  • Fixed reboot required detection in various commands due to faulty comparison

v1.7.1 Release

20 Dec 10:54
Compare
Choose a tag to compare
  • Fixed a crash when a path contains a non-ASCII character (like umlauts)
  • Removed PDB files from production releases

v1.6.0 Release

14 Jul 09:51
Compare
Choose a tag to compare
  • Fixed wrong section name in inf_default_uninstall
  • Fixed checking wrong export in uninstall_driver
  • Introduced logging to console and file (see --help)
  • Suppressed modal message box error dialog when a pending reboot blocks installation

v1.5.0 Release

10 Jul 19:20
Compare
Choose a tag to compare
v1.5.0 Release Pre-release
Pre-release
  • Fixed wrong success message for --remove-driver-service command
  • Added reboot required check to --inf-default-install
  • Fixed an issue in error handling of uninstall_device_and_driver function