Skip to content

Commit

Permalink
Release Version 2.3 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
faf0 authored Jun 26, 2024
1 parent bfd8680 commit c69fb96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
PROJECT: https://github.com/faf0/sct

2.3: j-silv on 25 Jun 2024
* Address edge case where temp info is reset when brightness goes below 0.0 in
delta mode
* Add small fix to make sure both temp and brightness are provided
when in delta mode

2.2: j-silv on 20 Jan 2024
* Option --delta now allows for shifting the brightness, in addition to the
temperature
Expand Down
2 changes: 1 addition & 1 deletion src/xsct.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef __XSCT_H
#define __XSCT_H

#define XSCT_VERSION "2.2"
#define XSCT_VERSION "2.3"

#define TEMPERATURE_NORM 6500
#define TEMPERATURE_NIGHT 4500
Expand Down
2 changes: 1 addition & 1 deletion xsct.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH xsct 1 "Jan 2024" "2.2" "User Manual"
.TH xsct 1 "Jun 2024" "2.3" "User Manual"
.SH NAME
xsct \- X11 set screen color temperature
.SH SYNOPSIS
Expand Down

0 comments on commit c69fb96

Please sign in to comment.