Skip to content

Releases: mayuki/Kurukuru

v1.4.2

15 Jan 02:21
d38c6dc
Compare
Choose a tag to compare

What's Changed

  • Add U+1F55B🕛 to Petterns.Clock by @mayuki in #17

Full Changelog: v1.4.1...v1.4.2

v1.4.1

15 Jan 02:13
2d279f1
Compare
Choose a tag to compare

What's Changed

  • Fix an error that occured when running in a redirected console by @mayuki in #16

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Dec 06:42
7b3faa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

02 Aug 08:24
Compare
Choose a tag to compare

Changes

Fixes

  • fix: Disable Escape Sequences when running on CI

v1.3.1

30 Jul 08:52
Compare
Choose a tag to compare

Changes

Improvements

#11 Enable VT Sequences on Windows
#10 Add .NET 5 to TargetFrameworks

Fixes

#9, #12 Use Escape Sequence to erase the line.

v1.2.0

22 Dec 05:37
Compare
Choose a tag to compare

Changes

Improvements

  • Improve clearing the current console line (#8) @0xced
  • Adds StartAsync with return type (#7) @thoemmi
  • Enable nullable reference types