Skip to content

Releases: pyTooling/pyTooling.TerminalUI

v1.4.1

22 Jul 23:35
0f53fe4
Compare
Choose a tag to compare

Release created on: 22.07.2021 - 23:35:57

New Features

  • Added Dependabot configuration file
  • Added PR template

Changes

  • Bumped Python dependencies
  • Use @export decorator

Bug Fixes

  • None

v1.4.0

18 Jul 18:13
65f3e36
Compare
Choose a tag to compare

Automated Release created on: 18.07.2021 - 18:13:20

New Features

  • tbd

Changes

  • tbd

Bug Fixes

  • tbd

New ExitOnPrevious*** methods

31 Aug 19:37
Compare
Choose a tag to compare

Warnings and errors are now counted. In addition, 2 new methods are offered to stop execution if errors are warnings have been printed in the past.

  • ExitOnPreviousErrors
  • ExitOnPreviousWarnings

Releasing LineTerminal

23 Dec 21:10
Compare
Choose a tag to compare

This release adds a LineTerminal implementation.

Features:

  • ILineTerminal interface class
  • Line object
  • Severity enumeration
  • colored outputs

First Official Release

23 Dec 21:08
Compare
Choose a tag to compare

This release contains basic functionality to use a text based application in a terminal window.