All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.17 - 2024-07-23
- (deps) bump ratatui-macros from 0.4.2 to 0.4.3 (#61)
0.3.16 - 2024-07-15
- (deps) bump clap from 4.5.8 to 4.5.9 (#59)
0.3.15 - 2024-07-08
- delete and backspace behavior for multi-byte characters (#57)
0.3.14 - 2024-07-02
0.3.13 - 2024-06-25
0.3.12 - 2024-05-11
- (text_prompt) use unicode-width instead of char cnt (#46)
- (text_prompt) avoid unnecessary clones (#48)
0.3.11 - 2024-04-25
- (deps) bump ratatui from 0.26.1 to 0.26.2 (#44)
0.3.10 - 2024-04-04
0.3.9 - 2024-04-01
- (deps) bump color-eyre from 0.6.2 to 0.6.3 (#34)
- (deps) bump indoc from 2.0.4 to 2.0.5 (#36)
- (deps) bump clap from 4.5.2 to 4.5.4 (#37)
0.3.8 - 2024-03-12
- add workflow names (#32)
0.3.7 - 2024-03-12
- allow release-plz workflow to be manually run (#30)
0.3.6 - 2024-03-12
- (deps) bump clap from 4.5.0 to 4.5.2 (#23)
- use release-plz from reusable workflows (#27)
- add test.yml workflow (#26)
- add check.yml workflow (#24)
0.3.5 - 2024-02-13
0.3.4 - 2024-01-30
- (deps) bump itertools from 0.12.0 to 0.12.1 (#15)
0.3.3 - 2024-01-25
- (deps) bump clap from 4.4.8 to 4.4.18 (#14)
- (deps) bump ratatui from 0.24.0 to 0.25.0 (#12)
- (deps) bump actions/checkout from 3 to 4 (#11)
- Create dependabot.yml
0.3.2 - 2023-12-15
- (deps) bump zerocopy from 0.7.26 to 0.7.31
0.3.1 - 2023-11-17
- add debug info to examples and update readme
0.3.0 - 2023-11-17
- deps update and clippy lint fixes
- make TextState fields private
0.2.3 - 2023-07-25
- simplifiy wrapping
0.2.2 - 2023-07-18
- add unit tests for soft wrapping single lines
- add release-plz github action
0.2.1 - 2023-07-18
- add TODO list and key bindings to readme
- add invisible text prompt to readme
- add coverage job to bacon config
0.2.0 - 2023-07-17
- handle focus and invisible text prompt
- tweak text example
- Readme badges / license single file
- Update README.md
0.1.1 - 2023-07-11
- fix cargo.toml categories and keywords
- release
0.1.0 - 2023-07-11
- add text prompt, shared impl
- (password) add password prompt
- correct cursor position
- Revert "chore: add changelog"
- add changelog
- fix readme for release
- remove unrelased ratatui code
- Update readme and add licenses
- improve text example
- replace PasswordPrompt with render_style
- make TextPrompt::new() const
- tidy up text prompt rendering
- extract Status and Symbols to module
- use feat-stylize-all-the-things branch
- add password example to readme