All Versions
15
Latest Version
Avg Release Cycle
23 days
Latest Release
1186 days ago

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, 2021
    • RecolorXT now uses RecolorXValue, which is just a newtype of the old RGB Float.
    • โž• Add applyBrightnessToRGB conversion function.
  • v0.5.0.0 Changes

    June 09, 2021
    • ๐Ÿ”„ Change module structure, now using Blucontrol.Monad and Blucontrol.Value.
    • ๐Ÿšš Move module Blucontrol.Value.RGB.Brightness to Blucontrol.Value.Brightness.
    • ๐Ÿ“‡ Rename module Blucontrol.CompatibleValues to Blucontrol.Value.
  • v0.4.1.0 Changes

    June 08, 2021
    • โœ‚ Remove field coerceValue from ConfigControl.
    • โž• Add CompatibleValues class.
  • v0.4.0.0 Changes

    June 06, 2021
    • โœ‚ Remove RGB class.
    • โœ‚ Remove Chromaticity.
    • Replace Trichromaticity by RGB.
    • โž• Add type families GammaValue and RecolorValue to MonadGamma and MonadRecolor.
    • โž• Add coerceValue to ConfigControl.
    • RecolorXT now uses RGB Float instead of Trichromaticity.
    • Temperature is now explicitly convertible to RGB Word8 using toRGBWord8.
    • ๐Ÿ“‡ Rename parametric field of WithBrightness record from rgb to color.
  • v0.3.2.0 Changes

    June 04, 2021
    • ๐Ÿ†• New module Blucontrol.RGB.Brightness.
    • ๐ŸŽ Introduce strictness to improve performance.
    • ๐Ÿ‘ Allow runGamma to directly run in the IO monad instead of g with MonadGamma c g.
  • 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.
  • 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 of toRGB.
    • GammaLinearT now interpolates between Temperatures instead of Trichromaticitys.
  • v0.2.1.1 Changes

    August 12, 2020
    • ๐Ÿ‘Œ Improve miscallenous documentation.
    • โž• Add Setup.hs.