Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.2.5 - 2023-09-28

Revert

  • uniseg to v0.2.0

0.2.4 - 2023-09-28

Fixes

  • input: remove unused BackgroundStyle in TextInput as per bubbles v0.16.1
  • input: replace deprecated CursorStylein favour of Cursor.Style as per bubbles v0.16.1

Chores

0.2.3 - 2023-04-04

Fixes

  • choose: value of type func(s string) string as type func(strs ...string)"
  • render TUI to stdout by default

Chores

CI