All Versions
18
Latest Version
Avg Release Cycle
111 days
Latest Release
1384 days ago

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