From e975b1e92c4d77d4bfc110ad08d9f861521d6993 Mon Sep 17 00:00:00 2001 From: Fabian Foerg <3429782+faf0@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:16:53 -0500 Subject: [PATCH] Release Version 2.2 (#44) --- CHANGELOG | 4 ++++ src/xsct.h | 2 +- xsct.1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1f45936..755da79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ PROJECT: https://github.com/faf0/sct +2.2: j-silv on 20 Jan 2024 +* Option --delta now allows for shifting the brightness, in addition to the +temperature + 2.1: carlpitt on 31 Dec 2023 * Optimized code, eliminating compiler warnings diff --git a/src/xsct.h b/src/xsct.h index b5d6083..f936dca 100644 --- a/src/xsct.h +++ b/src/xsct.h @@ -17,7 +17,7 @@ #ifndef __XSCT_H #define __XSCT_H -#define XSCT_VERSION "2.1" +#define XSCT_VERSION "2.2" #define TEMPERATURE_NORM 6500 #define TEMPERATURE_NIGHT 4500 diff --git a/xsct.1 b/xsct.1 index 1660c1f..f1fe4da 100644 --- a/xsct.1 +++ b/xsct.1 @@ -1,4 +1,4 @@ -.TH xsct 1 "Dec 2023" "2.1" "User Manual" +.TH xsct 1 "Jan 2024" "2.2" "User Manual" .SH NAME xsct \- X11 set screen color temperature .SH SYNOPSIS