tty-pager v0.14.0 Release Notes
Release Date: 2020-10-15 // almost 3 years ago-
๐ Changed
- โก๏ธ Change to update strings dependency
- ๐ Change to allow the pager to be specified via an absolute path (@WilliamMcCumstie)
๐ Fixed
- ๐ Fix name resolution with TTY::File
Previous changes from v0.13.0
-
โ Added
- โ Add support for streaming by Andrew Radev(@AndrewRadev)
- โ Add SystemPager integration tests by Andrew Radev(@AndrewRadev)
๐ Changed
- ๐ Change Pager structure and extract TTY::Pager::Abstract for the null, basic and system pagers
- ๐ Change BasicPager paging prompt to return only formatted prompt text and account for terminal height
- ๐ Change BasicPager to quit with a single keystroke
- ๐ Change BasicPager internals to increase readability
- ๐ Change SystemPager#command_exist? to search path
- ๐ Change tests structure for ease of maintenance by Andrew Radev(@AndrewRadev)
- ๐ Change gemspec to add metadata, remove test artefacts and dev dependencies
- โก๏ธ Update strings & tty-screen dependencies
- โ Remove tty-which dependency
๐ Fixed
- ๐ Fix SystemPager to run command test silently via Open3 and thus work on JRuby