Skip to content

Commit

Permalink
document --enable/disable-watch-displays
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Jan 17, 2024
1 parent 8fe5095 commit 3b55fe5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.0] 2023-01-17

### Added

- When libddcutil detects connection or disconnection of a display, ddcui
puts up a dialog box reporting the change and indicating that the user
needs to redetect displays using Action->Redetect Displays.
- Options ***--enable-watch-displays***, ***--disable-watch-displays***
By default **ddcui** watches for display connection events.

### Changed

- If multiple "options" lines are found in a segment of configuration file
ddcuirc, their contents are combined into a single value.

### Building

- Requires libddcutil.so.5.1 or later
- If CMakeLists.txt option ASAN is specified, cmake compiles ddcui
using options required for ASAN and links the executable with libasan.

## [0.4.2] 2023-09-27

### Added
Expand Down

0 comments on commit 3b55fe5

Please sign in to comment.