All Versions
15
Latest Version
Avg Release Cycle
23 days
Latest Release
1186 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.1.1 Changes
June 21, 2021- ๐ Allow building against new versions of X11.
-
v0.5.1.0 Changes
June 19, 2021RecolorXT
now usesRecolorXValue
, which is just a newtype of the oldRGB Float
.- โ Add
applyBrightnessToRGB
conversion function.
-
v0.5.0.0 Changes
June 09, 2021- ๐ Change module structure, now using
Blucontrol.Monad
andBlucontrol.Value
. - ๐ Move module
Blucontrol.Value.RGB.Brightness
toBlucontrol.Value.Brightness
. - ๐ Rename module
Blucontrol.CompatibleValues
toBlucontrol.Value
.
- ๐ Change module structure, now using
-
v0.4.1.0 Changes
June 08, 2021- โ Remove field
coerceValue
fromConfigControl
. - โ Add
CompatibleValues
class.
- โ Remove field
-
v0.4.0.0 Changes
June 06, 2021- โ Remove
RGB
class. - โ Remove
Chromaticity
. - Replace
Trichromaticity
byRGB
. - โ Add type families
GammaValue
andRecolorValue
toMonadGamma
andMonadRecolor
. - โ Add
coerceValue
toConfigControl
. RecolorXT
now usesRGB Float
instead ofTrichromaticity
.Temperature
is now explicitly convertible toRGB Word8
usingtoRGBWord8
.- ๐ Rename parametric field of
WithBrightness
record fromrgb
tocolor
.
- โ Remove
-
v0.3.2.0 Changes
June 04, 2021- ๐ New module
Blucontrol.RGB.Brightness
. - ๐ Introduce strictness to improve performance.
- ๐ Allow
runGamma
to directly run in theIO
monad instead ofg
withMonadGamma c g
.
- ๐ New module
-
v0.3.1.0 Changes
May 30, 2021- ๐ New module
Blucontrol.Gamma.Modifier
. - ๐ New command line flag
-i
/--ignore-config
to stick to the default configuration.
- ๐ New module
-
v0.3.0.1 Changes
April 28, 2021- ๐ Support GHC 9.0.1.
-
v0.3.0.0 Changes
April 18, 2021- โ Add
RGB
class. - โ Remove
temperature
conversion function in favor oftoRGB
. GammaLinearT
now interpolates betweenTemperature
s instead ofTrichromaticity
s.
- โ Add
-
v0.2.1.1 Changes
August 12, 2020- ๐ Improve miscallenous documentation.
- โ Add
Setup.hs
.