pterm v0.12.19 Release Notes

Release Date: 2021-05-29 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • header: fix multiline header

    Chore

    • deps: bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13
    • github: add slack channel link to issues

    Ci

    • automatically copy readme to pterm.sh

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿ–จ make PrintOnError return *TextPrinter
    • area: better height calculation

    ๐Ÿ“š Documentation Changes

    • pterm-sh: update readme
    • readme: add AreaPrinter to feature list
    • readme: remove unstable notice

    ๐Ÿ”‹ Features

    • โž• add PrintOnError for all printers and interface
    • putils: add putils package (#206)

    โœ… Test

    • โž• add tests for all printers for PrintOnError