Skip to content

Releases: rockowitz/ddcui

Beta Release 0.1.0

07 Dec 05:52
v0.1.0
Compare
Choose a tag to compare
v0.1.0

Release 0.1.0

Alpha Release 0.0.6

06 Oct 02:02
v0.0.6
Compare
Choose a tag to compare

Release 0.0.6 primarily updates the qmake configuration file ddcui.pro. These updates address the situation that libddcutil related files installed by the ddcutil command sudo make install are put in local directories, e.g. /usr/local/lib instead of /usr/lib. Depending on Linux distribution, these directories may or may not be in the requisite search path. For an extended discussion, see Shared Library Configuration on www.ddcutil.com.

Alpha Release 0.0.5

26 Aug 12:31
v0.0.5
Compare
Choose a tag to compare

Significant changes in this release.

  • This ddcui release reflects API changes in ddcutil release 0.9.6 and requires that release.
  • Add the following command line options, whose meaning is that of the same option ddcutil::
    - --trcfile, --trace, --udf, --ddc, --excp, -- maxtries, --nousb

Alpha Release 0.0.4

24 Feb 23:21
Compare
Choose a tag to compare

This alpha release of ddcui reflects API changes in ddcutil 0.9.5 and requires that release.

Alpha Release 0.0.3

26 Nov 16:11
v0.0.3
Compare
Choose a tag to compare

Significant changes in this release.

  • This ddcui release reflects API changes in ddcutil release 0.9.3 and requires that release.
  • CMake control file CMakelists.txt and qmake control file ddcui.pro have been updated. Thank you aryoda.
  • Added main menu item Actions with action Rescan feature values. The values shown by ddcui can get out of sync with the actual monitor values, for example if they are changed by another program or using physical buttons on the monitor. This action, which is enabled only when the Features view for a display is active, causes ddcui to requery feature values.
  • Fixes the cause of a segfault when selecting "Both MCCS and Capabilities" as the source of non-continuous feature values in the Other Options dialog.

Alpha Release 0.0.2

17 Sep 14:46
v0.0.2
Compare
Choose a tag to compare

Publicly visible changes:

  • Include file ddcui.pro which had been omitted from release 0.0.1
  • In the Feature Selection dialog, rename feature set KNOWN to DEFINED. DEFINED now includes all codes in the manufacturer-specific range.
  • In the Feature Selection dialog, disable unimplemented feature set SCAN and unimplemented filter option Show Unsupported Features.
  • Fix the cause of a segfault when obtaining values for Non-Continuous (NC) features from the capabilities string only, but no values were present in the string for a feature.

Initial Alpha Release

15 Sep 19:03
v0.0.1
Compare
Choose a tag to compare

This is an initial very alpha release of ddcui. For details, see files README.md and BUILDING.md.