Releases: brogers5/chocolatey-package-controlmymonitor
Releases · brogers5/chocolatey-package-controlmymonitor
v1.38.0
Software
- Version 1.38:
- Fixed bug: On some monitors, ControlMyMonitor detected the available VCP features incorrectly.
Full Changelog: https://www.nirsoft.net/utils/control_my_monitor.html
Package
- Update to 1.38.0
- Change package versioning scheme to reflect version normalization changes with Chocolatey v2.0.0
- Added a third version segment as imposed by Chocolatey adopting SemVer v2.0.0 (i.e. software version 6.77 will now be packaged as 6.77.0)
- Remove choco protocol link from description, as it is no longer maintained
- Cleanup PSScriptAnalyzer warnings
- Readme updates to reflect versioning changes, mirroring functionality requirements, other minor changes
Full Changelog: v1.37...v1.38.0
v1.37
Software
- Version 1.37:
- Added 'Short Monitor ID' string for using to identify the monitor from command-line. You can get the 'Short Monitor ID' of your monitor by using the 'Copy Monitor Strings' option (Ctrl+M).
- Updated to use only the first byte of 'Input Select' (VCP Code 60), as a workaround for some monitors that provide incorrect 'Input Select' value. If from some reason you want to disable this option, simply open ControlMyMonitor.cfg with any text editor, and set the UseOnlyOneByte value to 0
Full Changelog: https://www.nirsoft.net/utils/control_my_monitor.html
Package
- Update to 1.37
- Added Package Note to encourage adoption of Chocolatey's
useRememberedArgumentsForUpgrades
feature - Added support for
/NoShim
and/NoProgramsShortcut
package parameters to make previously mandatory package behavior (i.e. shimming, Start Menu shortcut) optional - Added support for creating a Desktop shortcut, opt out with new
/NoDesktopShortcut
package parameter - Modified shimming behavior to create a GUI shim file for compatibility with legacy versions (i.e. pre 0.9.10) of Chocolatey
- Modified verification instructions to use officially published checksums
- Fix build script to use direct download URL instead of indirect snapshot URL
- Fix markdownlint warnings
- Minor script cleanup
Full Changelog: v1.36...v1.37
v1.36
Software
- Version 1.36:
- Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of ControlMyMonitor will be invisible on start.
Full Changelog: https://www.nirsoft.net/utils/control_my_monitor.html
Package
- Update to 1.36
- Convert to an embedded package for increased long-term reliability, and to enable offline installs
- Added screenshot to package description
- Added
chocolateybeforemodify.ps1
script to ensure process is closed before upgrade/uninstall - Start Menu shortcut is now added during install
- Added support for
/Start
package parameter to immediately start ControlMyMonitor after install completes - Stop forcing
shimgen
to create a GUI shim, to better accommodate use of command-line interface in legacy Chocolatey versions - Added
freeware
,cli
, andportable
tags - Fix typo in
contract
tag (it should've beencontrast
)
Full Changelog: v1.35...v1.36