Skip to content

Commit

Permalink
chore: master is now 4.11.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jun 11, 2023
1 parent c304f4a commit fb47438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 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.10 LANGUAGES C)
project(clight VERSION 4.11 LANGUAGES C)

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

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

### Generic
- [x] port CI to gh actions
- [x] Split config under /etc/clight/clight.conf and /etc/clight/modules.conf.d/{backlight,gamma,...}.conf
- [x] old config file path support is retained for backward compatibility

### Signal
- [x] Improve signal support, adding SIGUSR1 to trigger a capture, SIGTSTP to pause and SIGCONT to resume

### Pm
- [x] add support for logind inhibition

### Screen
- [x] fix screen_br reset upon pause

### Backlight
- [x] Refresh gamma on interface removed too
- [x] wait some time (configurable) before refreshing gamma/backlight on interface changes

### Gamma
- [x] add a Toggle method exposed by org.clight.clight.Conf.Gamma to toggle between states' temps
- [x] add a new desktop file action

## 5.0

### Generic
Expand Down

0 comments on commit fb47438

Please sign in to comment.