v1.14.2
What's Changed
β¨ Enhancements
π Bug Fixes
- Use correct binding in debug mode by @tompng in #1007
- Remove bignum check from save_history by @tompng in #1018
- Always use alternate sceen on alt-d by @tompng in #988
- Suppress "literal string will be frozen in the future" warning by @tikkss in #1019
- Fix indentation of xstring literal by @tompng in #1038
- Prevent cursor flickering in dancing ruby by @ima1zumi in #1041
- Don't show 'Maybe IRB bug!' in show_source and ls command by @tompng in #1039
- Page the output in irb:rdbg sessions too by @st0012 in #1043
π Documentation
- Improve Debugging with IRB section to make it easier to get started by @st0012 in #1015
- Complete the missing documentation abount the environment variables by @kyanagi in #1028
π Other Changes
- Hash#inspect style has changed in ruby 3.4 by @nobu in #1011
- Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @tompng in #1014
- History refactors by @eval in #1013
- Document infinite history by @eval in #1012
- Make rendering test faster using updated yamatanooroti by @tompng in #1001
- Fix rendering test broken by conflict by @tompng in #1016
- Update setup/ruby used in gh-pages workflow because it is failing on ci by @tompng in #1017
- Improve history test's encoding setting by @monkeyWzr in #1022
- On Windows, Process.kill(:TERM) is not supported. by @YO4 in #1026
- Correct ja/help-message for --context-mode and --prompt by @kyanagi in #1029
- Prevent a warning: ambiguous
/
by @hsbt in #1030 - Don't use delegator to install helper methods to main object by @tompng in #1031
- Follow-up refactor of #1031 by @st0012 in #1034
- Store method objects in constants by @st0012 in #1033
- Extract truffleruby workflow by @st0012 in #1035
- Bump version to v1.14.2 by @st0012 in #1045
New Contributors
Full Changelog: v1.14.1...v1.14.2