Releases: nefarius/nefcon
Releases · nefarius/nefcon
v1.12.0
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
v1.11.0 Release
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
What's Changed
New Contributors
- @ng75063 made their first contribution in #11
Full Changelog: v1.9.0...v1.10.0
v1.9.0 Release
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
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
- @nefarius made their first contribution in #6
- @dependabot made their first contribution in #7
Full Changelog: v1.7.2...v1.8.0
v1.7.2 Release
- Fixed reboot required detection in various commands due to faulty comparison
v1.7.1 Release
- Fixed a crash when a path contains a non-ASCII character (like umlauts)
- Removed PDB files from production releases
v1.6.0 Release
- 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
- 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