sct

set color temperature
git clone anongit@rnpnr.xyz:sct.git
Log | Files | Refs | Feed | README | LICENSE

CHANGELOG (1400B)


      1 PROJECT: https://github.com/faf0/sct
      2 
      3 1.9: zvezdochiot on 15 Dec 2022
      4 * Add [brightness] - linear brightness {0.0 .. 1.0}
      5 
      6 1.8.1: Ionic and faf0 on 27 Jul 2022
      7 * Allow Makefile default settings to be overridden by environment variables; patch
      8 contributed by Ionic
      9 
     10 1.8: faf0 on 01 Jun 2022
     11 * Options --screen and --crtc added to select a specific screen and CRTC to use
     12 
     13 1.7: zikzik on 30 May 2022
     14 * Options to specify the screen index and CRTC index to change the color
     15 temperature of a specific screen and CTRC combination only
     16 
     17 1.6.1: sunweaver and faf0 on 24 March 2021
     18 * Add `$(DESTDIR)` as prefix of installation paths
     19 
     20 1.6: zvezdochiot and faf0 on 23 Aug 2020
     21 * Option --delta to shift temperature by given value
     22 * Add WARNING
     23 
     24 1.5: zvezdochiot on 08 Aug 2019
     25 * Option --verbose to display debugging information
     26 
     27 1.5: zvezdochiot on 07 Aug 2019
     28 * Approximation of the `redshift` table from https://github.com/jonls/redshift/blob/04760afe31bff5b26cf18fe51606e7bdeac15504/src/colorramp.c#L30-L273 without limits
     29 
     30 1.4: zvezdochiot on 04 Aug 2019
     31 * Read current temperature
     32 
     33 1.3: zvezdochiot on 02 Jan 2019
     34 * Rename utilites for X11
     35 * Add -h option to print usage information
     36 * Add license documentation
     37 * Add changelog
     38 * Add man
     39 
     40 1.2: faf0 on 31 May 2016
     41 * Fix crash when DISPLAY env variable is set to an invalid value
     42 
     43 1.1: faf0 on 21 Nov 2015
     44 * Fix memleak
     45 
     46 1.0: faf0 on 21 Nov 2015
     47 * Initial