Skip to content

v0.2.3

Compare
Choose a tag to compare
@rhysd rhysd released this 20 Oct 13:24
· 162 commits to main since this release
  • Add APIs to mask text with a character (#32, thanks @pm100).
    • TextArea::set_mask_char, TextArea::clear_mask_char, TextArea::mask_char are added. See the documentation for more details.
    • The password example was added to show the usage.
      password example
  • Fix the length of displayed hard tab in text (#33, thanks @pm100).