Skip to content

Releases: reeflective/readline

v1.0.14

30 Jan 18:24
v1.0.14
6aca9b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

14 Dec 18:31
a558922
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.13

v1.0.12

05 Dec 08:16
240f4ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

23 Nov 14:40
d0e805e
Compare
Choose a tag to compare

What's Changed

  • Fix typos and don't trim comments in returned buffer by @maxlandon in #58

Full Changelog: v1.0.10...v1.0.11

v1.0.10

27 Aug 17:15
0a9d478
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

16 Aug 08:57
7ee8394
Compare
Choose a tag to compare

Completion system

The completion engine has been partially rewritten and strenghened,
solving some remaining issues with completion display edge cases.
The completions Candidate display and description fields now support
arbitrary color sequences at arbitrary positions in those strings.

This also comes with new options for completion styling in .inputrc:

  • completion-selection-style
  • completion-description-style
  • completion-list-separator

See the documentation for how to use them.

Cursor styles

Support has been added for user-defined cursor styles.
Examples

set cursor-vi-insert blinking-block
set cursor-vi-opp underline
set cursor-emacs beam

See the documentation for how to use them.

Others

  • Various bug fixes in display.

v1.0.8

05 Jun 01:04
aaf071b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

05 Jun 00:48
a83d6ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

Fixes

05 Jun 00:23
915d7e5
Compare
Choose a tag to compare

What's Changed

  • More reliable newline behavior && terminal low-level access by @maxlandon in #48

Full Changelog: v0.1.4...v1.0.6

Fixes to line buffer display

03 Jun 23:43
84fbbef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5