Skip to content

2.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajalt ajalt released this 27 Feb 21:51
· 341 commits to master since this release

Added

  • Progress bars and other single-line animations are now supported in the IntelliJ console (#49)
  • Added bottomTitle to Panel
  • Terminal.forStdErr for printing to stderr rather than stdout
  • Add macosArm64 target for native M1 macs

Changed

  • Update Kotlin to 1.6.10
  • Breaking change: Renamed Table and Panel's borderStyle property to borderType and borderTextStyle to borderStyle
  • Breaking change: Renamed TerminalInfo's stdinInteractive and stdoutInteractive to inputInteractive and outputInteractive, respectively