What's Changed
- remove deprecated functions and Display impl by @Juhan280 in #1086
- Update default prompt to use > character by @speicherwerk in #1043
- docs(examples): add selection styling example by @kronberger-droid in #1088
- test(vi): expand parse_event coverage as refactor safety net by @kronberger-droid in #1091
- Additive
InputMode/OutputModeenums for menu settings by @kronberger-droid in #1071 - Fix default prompt path by @skull-squadron in #929
- refactor(completer)!: don't require Send on the Completer trait by @kronberger-droid in #1092
- feat(list_menu): add DescriptionPosition to control description place… by @a-rookie-of-C-language in #1044
- refactor: abbrevation expansion trait logic by @casedami in #1094
- fix(painting): preserve leading CRLF in no-color rendering by @Alb-O in #1097
- tests(painter): wrapper enum to allow tests to write to sink by @kronberger-droid in #1098
- perf: minimize cursor::position queries by @reubeno in #1090
- refactor(editor): unify motions on a verb + target vocabulary by @kronberger-droid in #1100
- fix(editor): make horizontal grapheme motion line-aware via rest policy by @kronberger-droid in #1101
- remove old JT links that are no longer live or available by @stormasm in #1104
- fix: tmux history dedup by @blindFS in #1105
- Restore "Fix move to line start in multi-line history entries" by @ymcx in #1078
- fix(vi): stop dot-repeat recording itself by @kronberger-droid in #1102
- fix(vi): complete pending key sequence before custom keybindings by @kronberger-droid in #1103
- non-blocking completions in reedline by @philocalyst in #1093
- fix: re-use prompt rows after a quiet buffer editor by @reubeno in #1107
- bump rusqlite to 0.40.1 by @fdncred in #1110
- Fix abbreviation expansion inserting a double trailing space by @MerlijnW70 in #1111
- feat(vi)!: visual mode on a unified Cursor + rest-policy model by @kronberger-droid in #1109
- chore(github): add a pull request template by @kronberger-droid in #1115
- Bump minor version by @cptpiepmatz in #1116
New Contributors
- @speicherwerk made their first contribution in #1043
- @skull-squadron made their first contribution in #929
- @a-rookie-of-C-language made their first contribution in #1044
- @Alb-O made their first contribution in #1097
- @ymcx made their first contribution in #1078
- @philocalyst made their first contribution in #1093
- @MerlijnW70 made their first contribution in #1111
Full Changelog: v0.48.0...v0.49.0