Update references to v0.6
Marco Ricci

Marco Ricci commited on 2026-04-02 22:12:17
Zeige 5 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.

... ...
@@ -5,7 +5,7 @@
5 5
         <tr><th scope=col>Class<td><i>wish</i><td>This is a request for an enhancement.
6 6
         <tr><th scope=col>Priority<td><i>low</i><td>We aren&apos;t sure whether to fix this or not.
7 7
         <tr><th scope=col>Difficulty<td><i>taxing</i><td>Needs external things we don't have (standards, users etc).
8
-        <tr><th scope=col>Present-in<td colspan=2><b>0.5</b> 0.5.1 0.5.2
8
+        <tr><th scope=col>Present-in<td colspan=2><b>0.5</b> 0.5.1 0.5.2 0.6
9 9
     </table>
10 10
 
11 11
 `derivepassphrase` intends to support text styling (color, boldface) for warning and error messages (and possibly for other future uses) for TTY devices.
... ...
@@ -5,7 +5,7 @@
5 5
         <tr><th scope=col>Class<td><i>wish</i><td>This is a request for an enhancement.
6 6
         <tr><th scope=col>Priority<td><i>medium</i><td>This should be fixed one day.
7 7
         <tr><th scope=col>Difficulty<td><i>fun</i><td>Just needs tuits, and not many of them.
8
-        <tr><th scope=col>Present-in<td colspan=2>0.4.0 0.5 0.5.1 <b>0.5.2</b>
8
+        <tr><th scope=col>Present-in<td colspan=2>0.4.0 0.5 0.5.1 <b>0.5.2</b> 0.6
9 9
     </table>
10 10
 
11 11
 `derivepassphrase vault` contains multiple options (e.g., `--modern-editor-interface`) that change its behavior in a manner incompatible with <i>vault</i>(1), but which the user may nevertheless want to select because the <i>vault</i>(1) behavior is surprising, inconsistent, etc.
... ...
@@ -5,7 +5,7 @@
5 5
         <tr><th scope=col>Class<td><i>wish</i><td>This is a request for an enhancement.
6 6
         <tr><th scope=col>Priority<td><i>medium</i><td>This should be fixed one day.
7 7
         <tr><th scope=col>Difficulty<td><i>tricky</i><td>Needs many tuits.
8
-        <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 <b>0.1.2</b> 0.1.3 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 0.5 0.5.1 0.5.2
8
+        <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 <b>0.1.2</b> 0.1.3 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 0.5 0.5.1 0.5.2 0.6
9 9
         <tr><th scope=col>Depends<td colspan=2>[scheme-specific-cli-and-config](scheme-specific-cli-and-config.md){: .fixed }
10 10
     </table>
11 11
 
... ...
@@ -5,7 +5,7 @@
5 5
         <tr><th scope=col>Class<td><i>bug</i><td>This is clearly an actual problem we want fixed.
6 6
         <tr><th scope=col>Priority<td><i>high</i><td>This should be fixed in the next release.
7 7
         <tr><th scope=col>Difficulty<td><i>tricky</i><td>Needs many tuits.
8
-        <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.1.3 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 <b>0.5</b> 0.5.1 0.5.2
8
+        <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.1.3 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 <b>0.5</b> 0.5.1 0.5.2 0.6
9 9
     </table>
10 10
 
11 11
 [`click`][click], the library which `derivepassphrase` uses to implement its command-line interface, used to have a very stable and essentially unchanging <abbr title="application programming interface">API</abbr> (up until v8.1.8) due to a maintenance bottleneck.
... ...
@@ -6,7 +6,7 @@
6 6
         <tr><th scope=col>Priority<td><i>high</i><td>This should be fixed in the next release.
7 7
         <tr><th scope=col>Difficulty<td><i>taxing</i><td>Needs external things we don't have: standards, users, et cetera.
8 8
         <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.1.3 <b>0.2.0</b> 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 0.5 0.5.1 0.5.2
9
-        <tr><th scope=col>Fixed-in<td colspan=2>[010e3e9c6c9d162d32d0fb2dd0bccbfd13747c42](https://git.schokokeks.org/derivepassphrase.git/010e3e9c6c9d162d32d0fb2dd0bccbfd13747c42)
9
+        <tr><th scope=col>Fixed-in<td colspan=2>[010e3e9c6c9d162d32d0fb2dd0bccbfd13747c42](https://git.schokokeks.org/derivepassphrase.git/010e3e9c6c9d162d32d0fb2dd0bccbfd13747c42) (0.6)
10 10
     </table>
11 11
 
12 12
 The SSH agent support in the default “vault” scheme originally assumed a UNIX host system, where all sensible SSH agent implementations use UNIX domain (`AF_UNIX`) sockets to connect the SSH client to the SSH agent, and expose the name of the socket in the `SSH_AUTH_SOCK` environment variable.
13 13