show additional info when trusting CA
[diohsc.git] / CHANGELOG.md
blobff5c1e9fb5fc376908e58f4d69e283c7cd95d875
1 # Changelog for diohsc
2 This file covers only non-trivial user-visible changes;
3 see the git log for full gory details.
5 # 0.1.11
6 * Drop targets of "log" from queues
7 * Preserve history when using relative links (e.g. "2?foo")
8 * Document backslash escapes in query
10 # 0.1.10
11 * Allow pre-fetched items in queue, with new "fetch" command to add them
12 * Add named queues, e.g. foo~
13 * Implement notation for (n-from) last element of a list, e.g. _$, _$2, _5-$2
14 * Run default action on a history item when going to it, e.g. with <
15 * Don't shell-quote explicit '%s' arguments, only implicit final argument
17 # 0.1.9
18 * Improve wrapping and paging with long words, wide chars, or thin terminals
19 * Shell-quote arguments to 'browse' and '!'
20 * Save uri with null last path segment under penultimate segment / hostname
21 * Sort file:// directory listings
23 # 0.1.8
24 * Use standard PEM/DER format for identities, allowing import/export
25 * Optionally generate Ed25519 client certificates ("TARGET id NAME ed")
26 * Require confirmation before following redirect into scope of identity
27 * TOFU-trust by default even if there are V3 or NameMismatch errors
29 # 0.1.7
30 * Handle ^C during streaming by truncating the stream
31 * Always request when going to uris using an identity
33 # 0.1.6.1
34 * Use canonical notBefore (00:00:00 1 Jan 1950) in client certs
35 * Add --prompt option, enabling usual command prompt after -e/-f
36 * Fix query escaping
37 * Fix colouring of wrapped link descriptions being lost when paging
38 * Fix --ghost not affecting queue loading
40 # 0.1.6
41 * New command "query" for e.g. convenient use of search engines
42 * Allow IRIs in user input (converted to URIs)
43 * Implement SOCKS5 support (-S and -P options)
44 * Fix bug triggered by /home being a symlink
45 * Fix bug with connecting to literal IPv6 addresses
47 # 0.1.5
48 * Align and wrap link lines; add option to print description first
49 * Use reverse video in prompt for added visibility (thanks Ben)
50 * Try all addresses when making connections (thanks rwv)
51 * Improve behaviour in non-interactive mode; add --batch to enable it
52 * Fix X.509 version and use dummy notAfter in generated client certificates
53 * Fix bugs in wrapping and relative link display
55 # 0.1.4
56 * Indicate links to cached history items
57 * Retry with full handshake if session resume fails
58 * Recommend trust for new certificate signed by previous certificate
59 * Increase client cert validity to 50y
60 * Make ghost mode even more spectral
62 # 0.1.3
63 * Allow trusting certificates just for the current session
64 * Don't require tail certificates to be v3
65 * Add uri of any request to log, even if request fails
66 * Just show fingerprint of known cert rather than picture
68 # 0.1.2
69 * Add @ target modifier for history root
70 * Understand e.g. ~<
71 * Suppress alt text by default
72 * Fix: uri quoting for queries and file:// was incorrect
73 * Fix: queue was not appended to on exit in non-interactive mode