We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e32bb commit eb78f4dCopy full SHA for eb78f4d
CHANGELOG
@@ -1,5 +1,8 @@
1
PROJECT: https://github.com/faf0/sct
2
3
+2.1: carlpitt on 31 Dec 2023
4
+* Optimized code, eliminating compiler warnings
5
+
6
2.0: fac3plant on 27 Jul 2023
7
* Option --toggle added to toggle between night (4500 K) and day (6500 K)
8
temperature
src/xsct.h
@@ -17,7 +17,7 @@
17
#ifndef __XSCT_H
18
#define __XSCT_H
19
20
-#define XSCT_VERSION "2.0"
+#define XSCT_VERSION "2.1"
21
22
#define TEMPERATURE_NORM 6500
23
#define TEMPERATURE_NIGHT 4500
xsct.1
@@ -1,4 +1,4 @@
-.TH xsct 1 "Jul 2023" "2.0" "User Manual"
+.TH xsct 1 "Dec 2023" "2.1" "User Manual"
.SH NAME
xsct \- X11 set screen color temperature
.SH SYNOPSIS
0 commit comments