ghc-ansi-terminal/ghc-ansi-terminal.changes

123 lines
4.6 KiB
Plaintext

-------------------------------------------------------------------
Mon May 13 02:02:17 UTC 2019 - psimons@suse.com
- Update ansi-terminal to version 0.9.1.
Version 0.9.1
-------------
* Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1).
* Improvements and corrections to Haddock documentation.
-------------------------------------------------------------------
Sun Jan 27 03:01:38 UTC 2019 - psimons@suse.com
- Update ansi-terminal to version 0.9.
Version 0.9
-----------
* Add support for 256-color palettes with new `SetPaletteColor` constructor of
`SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
* Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
* Add `hSupportsANSIColor`.
* Add `getTerminalSize`.
* Improvements to Haddock documentation.
-------------------------------------------------------------------
Mon Oct 29 09:03:23 UTC 2018 - psimons@suse.com
- Update ansi-terminal to version 0.8.2.
Version 0.8.2
-------------
* Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position
provided by the latter is 1-based. Any position provided by the former is
0-based, consistent with `setCursorColumn` and `setCursorPosition`.
* Improvements to Haddock documentation in respect of 0-based and 1-based
cursor positions.
-------------------------------------------------------------------
Thu Oct 4 09:42:57 UTC 2018 - psimons@suse.com
- Update ansi-terminal to version 0.8.1.
* Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed
as connected to a native terminal ('Command Prompt' or 'PowerShell'), the
processing of 'ANSI' control characters will be enabled.
-------------------------------------------------------------------
Wed Jul 18 14:26:12 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update ansi-terminal to version 0.8.0.4.
* On Windows, `hSupportsANSI` now recognises if the handle is connected to a
'mintty' terminal.
* On Windows, try to enable ANSI on ConHost terminals even if a TERM environment
variable exits (such as with the Hyper 2 terminal)
* Minor improvements to Haddock documentation
* Improve README and Haddock documentation
* On Windows, fix compatability with earlier GHC versions
* Drop support for GHC versions before 6.12.1 (released December 2009)
* On Windows, if the standard output channel is valid but not a ConHost
terminal, assume it is ANSI-enabled rather than failing
* On Windows, output the improved error message to the standard error channel
rather than the standard output channel
* Make the fields of `SGR` strict
* Make compatible with GHC 8.2.2
* Improve the error message on Windows when not ANSI-capable or ConHost
* Recognise Appveyor build environment as ANSI-enabled
`getReportedCursorPosition`: don't let the cursor reporting code be echo'd
* Allow saving, restoring, and querying the current cursor position
* Fix a couple of issues with the Reset emulation on Windows
* Add 24-bit RGB color support
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Thu Jun 8 11:08:24 UTC 2017 - psimons@suse.com
- Update to version 0.6.3.1.
-------------------------------------------------------------------
Wed May 31 14:01:06 UTC 2017 - psimons@suse.com
- Update to version 0.6.3.
-------------------------------------------------------------------
Sun Jul 10 17:31:22 UTC 2016 - psimons@suse.com
- Update to version 0.6.2.3 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Sep 13 12:23:07 UTC 2015 - mimi.vx@gmail.com
- update to 0.6.2.3
* Add an example to the haddocks
-------------------------------------------------------------------
Sun Aug 23 17:26:19 UTC 2015 - mimi.vx@gmail.com
- update to 0.6.2.2
* Fix a GHC 7.10 warning
-------------------------------------------------------------------
Thu May 14 11:33:49 UTC 2015 - mimi.vx@gmail.com
- regenerated spec with cabal-rpm
-------------------------------------------------------------------
Sat Nov 22 07:31:06 UTC 2014 - mimi.vx@gmail.com
- add group to devele section
-------------------------------------------------------------------
Sun Nov 16 22:00:10 UTC 2014 - mimi.vx@gmail.com
- initial commit