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 c9f50ca commit 160f790Copy full SHA for 160f790
CHANGELOG.md
@@ -1,4 +1,17 @@
1
2
+6.1
3
+---
4
+
5
+API changes:
6
+* `ColorMode` got a `Read` instance.
7
+* The `Config` type got a new `configPreferredColorMode` field for
8
+ specifying a preferred `ColorMode`. Backend packages should respect
9
+ this field, but note that `vty` itself does not (and cannot) enact
10
+ this preference since it's up to the backend driver to configure the
11
+ color mode.
12
+* The Vty configuration file got a new `colorMode` field whose value is
13
+ a string literal compatible with the `ColorMode` `Read` instance.
14
15
6.0
16
---
17
vty.cabal
@@ -1,5 +1,5 @@
name: vty
-version: 6.0
+version: 6.1
license: BSD3
license-file: LICENSE
author: AUTHORS
0 commit comments