Document the removal/deferring of automatic color support
Marco Ricci

Marco Ricci commited on 2025-06-09 23:01:52
Zeige 1 geänderte Dateien mit 12 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,12 @@
1
+### Removed
2
+
3
+  - `derivepassphrase` no longer supports (automatic) colored output or
4
+    output with embedded text styling. There exist pseudo-standards (the
5
+    `NO_COLOR` and `FORCE_COLOR` environment variables) governing how to
6
+    influence this automatic detection, but they are under-specified with
7
+    regard to their interaction with each other. Until a consensus is
8
+    reached and automatic colored/styled output can be requested or rejected
9
+    reliably across different terminal programs, `derivepassphrase` will
10
+    rather emit only uncolored, unstyled, lowest-common-denominator
11
+    device-independent output.
12
+
0 13