All Versions
18
Latest Version
Avg Release Cycle
111 days
Latest Release
1703 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.1 Changes
October 26, 2017๐ 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 Changes
January 03, 2016๐ Changed
- ๐ Change size to accept environment as input
- โ Remove Color detection, available as tty-color gem dependency
-
v0.4.3 Changes
November 01, 2015โ 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 Changes
October 31, 2015๐ Changed
- ๐ Change visibility of output to prevent warnings
-
v0.4.1 Changes
October 31, 2015๐ Changed
- ๐ Change to switch off verbose mode by default
-
v0.4.0 Changes
September 12, 2015โ Added
- โ Add terminal color support detection
-
v0.3.0 Changes
September 11, 2015๐ Fixed
- ๐ Fix bug loading standard library
-
v0.2.0 Changes
May 11, 2015๐ Changed
- ๐ Change to stop memoization of screen class instance method
๐ Fixed
- Fix bug with screen detection from_io_console by @luxflux