Skip to content

Commit c965287

Browse files
committed
Release 5.0.2
1 parent 1708d56 commit c965287

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 5.0.2
2+
3+
- Add `CompletionWindowOpenedAsync` and `CompletionWindowClosedAsync` callbacks to `PromptCallbacks`, invoked when the completion window opens and closes ([#293](https://github.com/waf/PrettyPrompt/pull/293)).
4+
- Unicode handling improvements:
5+
- Handle variant selector 16 (VS16), so the preceding character is measured as a full-width emoji ([#292](https://github.com/waf/PrettyPrompt/pull/292)).
6+
- Handle spacing grapheme extenders U+FF9E–U+FF9F (halfwidth katakana voiced sound marks) ([#294](https://github.com/waf/PrettyPrompt/pull/294)).
7+
18
# Release 5.0.1
29

310
- Syntax highlighting improvements: better unicode support and highlighting-across-newline handling

src/PrettyPrompt/PrettyPrompt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>5.0.1</Version>
4+
<Version>5.0.2</Version>
55

66
<PackageId>PrettyPrompt</PackageId>
77
<PackageTags>repl readline console cli</PackageTags>

0 commit comments

Comments
 (0)