tty-screen v0.8.1 Release Notes
Release Date: 2020-07-17 // about 4 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