Sha256: 35bb665cb969e33828509b82ab0f626a9788fd2d24438e47b8ffd80db3f9a8c5
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
# Change log ## [v0.5.1] - 2017-10-26 ### Changed * Change #from_io_console to return nil when no size present * Change #run_command to silently ignore any errors ### Fixed * Fix #from_readline check to prevent from failing on missing api call * Fix #from_stty to only extract size when stty command returns output * Fix #run_command to correctly capture command output and fix #from_tput check ## [v0.5.0] - 2016-01-03 ### Changed * Change size to accept environment as input * Remove Color detection, available as tty-color gem dependency ## [v0.4.3] - 2015-11-01 ### Added * Add NoValue to Color class to mark failure of reading color value ### Changed * Change Color class supports? to recognize lack of color value ### Fixed * Fix issue with #from_curses method and remove ensure block ## [v0.4.2] - 2015-10-31 ### Changed * Change visibility of output to prevent warnings ## [v0.4.1] - 2015-10-31 ### Changed * Change to switch off verbose mode by default ## [v0.4.0] - 2015-09-12 ### Added * Add terminal color support detection ## [v0.3.0] - 2015-09-11 ### Fixed * Fix bug loading standard library ## [v0.2.0] - 2015-05-11 ### Changed * Change to stop memoization of screen class instance method ### Fixed * Fix bug with screen detection from_io_console by @luxflux [v0.5.1]: https://github.com/peter-murach/tty-screen/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/peter-murach/tty-screen/compare/v0.4.3...v0.5.0 [v0.4.3]: https://github.com/peter-murach/tty-screen/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/peter-murach/tty-screen/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/peter-murach/tty-screen/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/peter-murach/tty-screen/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/peter-murach/tty-screen/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/peter-murach/tty-screen/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/peter-murach/tty-screen/compare/v0.1.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tty-screen-0.5.1 | CHANGELOG.md |