Skip to content

Latest commit

 

History

History
143 lines (99 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

143 lines (99 loc) · 5.04 KB

Changelog

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.

[Unreleased]

0.3.12 - 2024-05-11

Fixed

  • (text_prompt) use unicode-width instead of char cnt (#46)

Other

  • (text_prompt) avoid unnecessary clones (#48)

0.3.11 - 2024-04-25

Other

  • (deps) bump ratatui from 0.26.1 to 0.26.2 (#44)

0.3.10 - 2024-04-04

Fixed

  • Fix prompt for multi-byte characters. (#41)
  • mark broken tests with FIXME (#42)

0.3.9 - 2024-04-01

Other

  • (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

Other

  • add workflow names (#32)

0.3.7 - 2024-03-12

Other

  • allow release-plz workflow to be manually run (#30)

0.3.6 - 2024-03-12

Other

  • (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

Other

  • (deps) bump ratatui from 0.25.0 to 0.26.1 (#18)
  • (deps) bump clap from 4.4.18 to 4.5.0 (#19)

0.3.4 - 2024-01-30

Other

  • (deps) bump itertools from 0.12.0 to 0.12.1 (#15)

0.3.3 - 2024-01-25

Other

  • (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

Other

  • (deps) bump zerocopy from 0.7.26 to 0.7.31

0.3.1 - 2023-11-17

Other

  • add debug info to examples and update readme

0.3.0 - 2023-11-17

Other

  • deps update and clippy lint fixes
  • make TextState fields private

0.2.3 - 2023-07-25

Other

  • simplifiy wrapping

0.2.2 - 2023-07-18

Other

  • add unit tests for soft wrapping single lines
  • add release-plz github action

0.2.1 - 2023-07-18

Other

  • 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

Added

  • handle focus and invisible text prompt

Other

  • tweak text example
  • Readme badges / license single file
  • Update README.md

0.1.1 - 2023-07-11

Other

  • fix cargo.toml categories and keywords
  • release

0.1.0 - 2023-07-11

Added

  • add text prompt, shared impl
  • (password) add password prompt

Fixed

  • correct cursor position

Other

  • 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