From 409b255cf2608388bb0d794b7ad8b746b37acf72 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Sat, 22 Jan 2022 16:46:59 +0100 Subject: [PATCH] Next release is 4.9 Signed-off-by: Federico Di Pierro --- CMakeLists.txt | 2 +- TODO.md | 39 +-------------------------------------- 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b46b2f5..aab6e21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/TODO.md b/TODO.md index e14765d..ed616f6 100644 --- a/TODO.md +++ b/TODO.md @@ -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 (?)