What's Changed
- Split #rerender method that is too huge by @aycabta in #210
- Stop rerendering if the cursor is only moved by @aycabta in #211
- Cache dynamic prompt for 0.5sec by @aycabta in #212
- Drop prompt list cache when num of lines is changed by @aycabta in #213
- Forced newline insertion is not just cursor moving by @aycabta in #214
- Cope with frozen-string-literal by @fnordfish in #122
- Support bracketed paste mode by @aycabta in #215
- Editing to initial content is not just cursor moving by @aycabta in #216
- Fix breaking to input Emoji with ZWJ. by @ima1zumi in #217
- Support longer than screen height by @aycabta in #218
- Make a log file on windows if debug env is set by @aycabta in #219
- Support longer than screen height on Windows by @aycabta in #220
- Add Enumerable to KillRing for debugging by @aycabta in #221
- Yank by em-kill-region correctly by @aycabta in #222
- Use cached prompt list when just moved the cursor by @aycabta in #223
New Contributors
- @fnordfish made their first contribution in #122
Full Changelog: v0.1.9...v0.1.10