- Adds glob pattern matching for specifying tunnels, e.g.
boring open "dev*" "prod[12]"
- Adds -a/--all flag for opening and closing all tunnels
- Adds support for "+", "-", and "^" algorithm modifiers in SSH config, this led to problems in recent macOS versions
- Minor improvements
Info for updating: When updating, the daemon of the previous version could still be running. So it might be necessary to kill it using killall boring
before using the new binary. If you update via Homebrew, this is done automatically.
Breaking changes: We now disallow certain tunnel names, which you were probably not using anyway. This includes tunnel names containing spaces or glob symbols "[?*", or those that start with a special character.