Skip to content

Commit

Permalink
Next release is 4.9
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 22, 2022
1 parent b7e0a9b commit 409b255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 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.8 LANGUAGES C)
project(clight VERSION 4.9 LANGUAGES C)

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

Expand Down
39 changes: 1 addition & 38 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,4 @@
## 4.8

### Pinephone
- [x] Allow upower module even if LidIsPresent is false to properly support pinephone
- [x] Support systemd loging .SetIdleHint
- [x] Support systemd logind.IdleHint
- [x] Always start DISPLAY module
- [x] Only hook logind.IdleHint when DIMMER is disabled (otherwise it is a secondary source for DIMMED state...useless)
- [x] If DIMMER is disabled but we receive an IdleHint, do not touch backlight; just manage the new DIMMED state eventually pausing backlight and other modules
- [x] Allow to set a fixed transition duration for BACKLIGHT and DIMMER
- [x] Add wiki page with proposed config

### Interface
- [x] Fixed null ptr dereference in inhibit_parse_msg()
- [x] Actually set conf location when a new one is set through dbus API

### Generic
- [x] Finally allow to view usage, help and version messages while another instance is running. Fixes #235
- [x] Show commit hash in clight version
- [x] do not use strlen() to only check that strign is not empty

### Backlight
- [x] Match new objectadded/removed signal from Backlight2 clightd api
- [x] on objectadded, properly set current_bl_pct + current_temp on new monitor
- [x] Keep a map of currently available monitors and use this instead of calling GetAll when setting monitor override curves
- [x] Drop screen_path bl conf
- [x] Drop BacklightSyspath from dbus API wiki
- [x] Drop backlight from autocompletions script and man page
- [x] Port to clightd.Backlight2 API
- [x] add faq entry "no external monitor found"

### Wizard
- [x] Port to backlight2

### Daytime
- [x] Add support for sunrise and sunset events offsets, eg: sunrise event should be considered 10m before the real sunrise.

## 4.x
## 4.9

### Generic
- [ ] Port to libmodule 6.0.0 (?)
Expand Down

0 comments on commit 409b255

Please sign in to comment.