tty-pager v0.14.0 Release Notes
Release Date: 2020-10-15 // almost 4 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