Changelog of @hackage/diohsc 0.1.6.1

Changelog for diohsc

This file covers only non-trivial user-visible changes; see the git log for full gory details.

0.1.6.1

  • Use canonical notBefore (00:00:00 1 Jan 1950) in client certs
  • Add --prompt option, enabling usual command prompt after -e/-f
  • Fix query escaping
  • Fix colouring of wrapped link descriptions being lost when paging
  • Fix --ghost not affecting queue loading

0.1.6

  • New command "query" for e.g. convenient use of search engines
  • Allow IRIs in user input (converted to URIs)
  • Implement SOCKS5 support (-S and -P options)
  • Fix bug triggered by /home being a symlink
  • Fix bug with connecting to literal IPv6 addresses

0.1.5

  • Align and wrap link lines; add option to print description first
  • Use reverse video in prompt for added visibility (thanks Ben)
  • Try all addresses when making connections (thanks rwv)
  • Improve behaviour in non-interactive mode; add --batch to enable it
  • Fix X.509 version and use dummy notAfter in generated client certificates
  • Fix bugs in wrapping and relative link display

0.1.4

  • Indicate links to cached history items
  • Retry with full handshake if session resume fails
  • Recommend trust for new certificate signed by previous certificate
  • Increase client cert validity to 50y
  • Make ghost mode even more spectral

0.1.3

  • Allow trusting certificates just for the current session
  • Don't require tail certificates to be v3
  • Add uri of any request to log, even if request fails
  • Just show fingerprint of known cert rather than picture

0.1.2

  • Add @ target modifier for history root
  • Understand e.g. ~<
  • Suppress alt text by default
  • Fix: uri quoting for queries and file:// was incorrect
  • Fix: queue was not appended to on exit in non-interactive mode