Releases · alebeck/boring

v0.12.0

  • Adds support for certificate authentication
  • Now auto-restarts the daemon even when upgrading outside Homebrew
  • Updated dependencies
  • Implements various small improvements and bug fixes

v0.11.8

  • Small bugfixes and performance improvements
  • Improve logging and error messages

0.11.7

  • Fix bug where a user specified in boring config wasn't respected in Match matching

0.11.6

  • Adds initial support for Match directives in ssh config files

0.11.5

  • Fixed a bug where golang.orx/x/crypto/ssh/knownhosts only accepts the first host key in known_hosts
  • Some minor refactoring

0.11.4

Corrects a tagging issue in 0.11.3

0.11.3

  • Improved error messages
  • Fixed a bug where FQDN could not be used as a ProxyJump

0.11.2

  • Support % substitutions in ssh_config

0.11.1

  • Improved reconnection timing
  • Improved logging

0.11.0

  • Now supports ProxyJump in the user's SSH config
  • Now also supports StrictHostKeyChecking no/off
  • Implementation improvements