Text Io Versions Save

A library for creating interactive console applications in Java

v3.4.1

4 years ago
  • issue #25: Disable Event Expansion for Strings Containing Exclamation Marks '!'

v3.4.0

4 years ago
  • issue #24: allow customizing the error messages associated with numbered options

v3.3.0

5 years ago
  • New methods in SwingTextTerminal: getDocument, appendToInput, replaceInput, getPartialInput (issue #17)

v3.2.1

5 years ago
  • issue #16: handle editing when the cursor is outside of the current input item

v3.2.0

5 years ago
  • add Automatic-Module-Name to MANIFEST.MF
  • replace findbugs with spotbugs
  • remove all JavaFX dependencies

v3.1.4

5 years ago
  • fixes a memory leak in SwingTextTerminal (thanks to @mattco98 )

v3.1.3

6 years ago
  • small fixes in textterm.js

v3.1.2

6 years ago
  • small fixes in textterm.js

v3.1.1

6 years ago
  • implemented abort() for SwingTextTerminal and JLineTextTerminal

v3.1.0

6 years ago
  • added InputReader.withPropertiesPrefix()
  • added TextTerminal.executeWithPropertiesPrefix()
  • added standard prefix error for error messages
  • added JLineTextTerminal.dispose()