Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

colorclass-2.1.0

Compare
Choose a tag to compare
@Robpol86 Robpol86 released this 08 May 02:37
· 8 commits to master since this release

Added

  • keep_tags boolean keyword argument to Color(). Prevents colorclass from parsing curly brackets.
  • Automatically skip replacing stderr/stdout streams on latest Windows 10 versions with native ANSI color support.

Changed

  • Refactored most of windows.py.
  • Background color determined from either stderr or stdout, instead of just one stream (e.g. piping stderr to file).

Fixed