tty-screen v0.8.1 Release Notes

Release Date: 2020-07-17 // over 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix name resolution with TTY::File by Alexey Nikitin (@tank-bohr)

Previous changes from v0.8.0

  • โž• Added

    • โž• Add #windows? platform check
    • โž• Add #command_exist? to see if an executable exists before running it
    • โž• Add performance tests

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change #jruby? method to hoist within module
    • Change #size_from_win_api to check only on windows platform and hoist definition within module
    • Change #size_from_java to hoist within module
    • Change #size_from_ioctl to:
      • check solaris-like system
      • scan all streams to see if any attached to a terminal
      • hoist definition within module
    • Change #size_from_io_console to perform check on JRuby as well
    • Change #size_from_readline to attempt to load readline gem
    • ๐Ÿ”„ Change #run_command to execute command directly without sub shell or temp files