We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d9c82 commit cf87e36Copy full SHA for cf87e36
docs/changelog.rst
@@ -1,6 +1,17 @@
1
Changelog
2
----------
3
4
+v0.14.0
5
++++++++
6
+
7
+* **breaking**: Remove buggy workarounds on Windows.
8
+ Colors will now be off by default unless ``cli_setup()`` is called
9
+ with ``color="always"``. Configurations that are known to work are
10
+ ``cmd.exe`` and ``git-bash`` when using ``mintty``.
11
12
+* **breaking**: ``colorama.init()`` is called uncoditionaly when ``cli_ui`` is
13
+ imported
14
15
v0.13.0
16
+++++++
17
0 commit comments