Skip to content

Commit

Permalink
bump to v0.11.0 (update release_note.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Apr 26, 2023
1 parent 94b6b76 commit 3712755
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release_note.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
- Replace the fork version of go-tty to the original version v0.0.4.
v0.11.0
=======
Apr 26, 2023

- Remove the fork version of go-tty and use the original one v0.0.4.
Because Windows Terminal's bug was fixed that is the reason to fork.
Test:
- OK: CIRCLE DIGIT ONE: U+2460
- OK: FARMER: MAN(U+1F468)+ZERO WIDTH JOINER(U+200D)+EAR OF RICE(U+1F33E)
- OK: KANJI with VARIATION SELECTOR(U+908A U+E0104)
- Add internal switch to use "golang.org/x/term" instead of "go-tty"
- Add internal switch to use "golang.org/x/text/width" instead of "go-runewidth"
- Remove SurrogatePairOk. Use EnableSurrogatePair() and IsSurrogatePairOk()
- Remove SurrogatePairOk. Use EnableSurrogatePair() and IsSurrogatePairEnabled()

v0.10.1
=======
Expand Down

0 comments on commit 3712755

Please sign in to comment.