Releases: ericcurtin/linenoise.cpp
Releases · ericcurtin/linenoise.cpp
v0.1
What's Changed
- UTF8 Support by @yhirose in #1
- Only shellcheck scripts with .sh extension by @ericcurtin in #4
- Fix spelling errors by @yhirose in #3
- Fix the wide character completion example by @yhirose in #5
- Use symbols instead of number literals by @yhirose in #6
- Fix performance problem with isWideChar and isCombiningChar by @yhirose in #8
- Fix the infinite loop problem with CTRL-T by @yhirose in #7
- Use
bool
instead ofint
for the boolean return value by @yhirose in #10 - Fix problem with swapping an Emoji (4 bytes) and an ASCII code (1 byte). by @yhirose in #12
- Fix escape sequence problem by @yhirose in #9
- Refactoring linenoiseEditFeed by @ericcurtin in #14
- Remove lndebug calls for the multi lines feature debugging by @yhirose in #11
- Fix CTRL_T problem with "a😀b" (Follow up to #12) by @yhirose in #15
- Format source files with clang-format by @yhirose in #16
New Contributors
- @yhirose made their first contribution in #1
- @ericcurtin made their first contribution in #4
Full Changelog: https://github.com/ericcurtin/linenoise.cpp/commits/v0.1