Skip to content

Commit

Permalink
Next version is 4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Feb 26, 2021
1 parent 828b6a8 commit b4ef9be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(clight VERSION 4.3 LANGUAGES C)
project(clight VERSION 4.4 LANGUAGES C)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down
27 changes: 0 additions & 27 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
## 4.3

### Backlight
- [x] Clamp backlight values between first backlight curve[ac state] value and last one, ie: never get out of backlight curve's points

### Interface
- [x] Fix crash when writing Sunrise/Sunset dayconf properties from dbus
- [x] Remember that 'b' dbus type maps to int when reading from sd_bus_message. This fixes a weird stack-smashing crash.
- [x] Allow to reset Sunrise/Sunset conf evts from dbus api

### Keyboard
- [x] Switch to use new KEYBOARD api offered by Clightd
- [x] Add support for StopTimeout (keyboard dimming)
- [x] Use backlight instead of ambient brightness? Thus following backlight curve
- [x] Start keyboard waiting on UPOWER

### Gamma
- [x] Do not use state.current_bl_pct in ambient_callback() as it may still have old value (it is now updated in dbus match on_bl_changed, async)
- [x] Only call ambient_callback() on target bl changes, not step ones
- [x] Dynamically react to ambient gamma value updates
- [x] When ambient gamma is enabled, properly react to interface gamma temp updates

### Generic
- [x] Add a man page (#174)
- [x] Fix sensor captures config parsing
- [x] Bugfix: fix #106 (needs testing)

## 4.4

### Generic
Expand Down

0 comments on commit b4ef9be

Please sign in to comment.