ansi-terminal-game

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bea9d338c8f5aefc2c8375f9b5c3630f9ff3e5e4
parent 69d317087b65ce6e5733960f636e763593516619
Author: Francesco Ariis <fa-ml@ariis.it>
Date:   Wed,  1 Mar 2023 06:34:35 +0100

Write changelog

Diffstat:
MNEWS | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,3 +1,23 @@ +next +---- + +- This version of ansi-terminal-game introduces new ways to describe + colours: RGB and xterm colours. You can find a description of the + API in the “Non-standard colors” section of Haddock. + The new functions and types are are + data Colour a + rgbColor, paletteColor, sRGB24, sRGB, sRGB24read -- RGB + xterm6LevelRGB, xterm24LevelGray, xtermSystem, -- xterm + Enticing as they are, they are supported only by a minority of + terminals/multiplexers, so use them only when you are sure of the + terminal you are targetting. + This change was proposed /and/ implemented by José Rafael Vieira, + whom I thank. +- Fixed a bug on `balls` example (thanks Andread Abel). +- The haskell tiny game competition is over + https://github.com/haskell-game/tiny-games-hs + a number of games were made with ansi-terminal-game. + 1.9.0.0 -------