v0.4.1
ekzhang/borev0.4.1Nov 11, 2022by ekzhang
AI Summary
Adds the ability to read the remote server address from the `BORE_SERVER` environment variable, removing the need to pass it via the `--to` argument. The CLI also received a visual update to `clap v4`, resulting in a cleaner, man page-like appearance.
Key Highlights
- Support reading remote server address from environment variable
- Updated dependencies
- CLI visual refresh using clap v4
New Features
- Support reading remote server address from environment variable
Full Release Notes
This version adds the simple feature of reading the remote server address from the `BORE_SERVER` environment variable, rather than passing it in as the argument `--to` in the CLI. There were also minor chores: updated the dependencies, and the CLI has a slightly different look (less colors, more man page-like) due to using `clap v4`. <img width="665" alt="image" src="https://user-images.githubusercontent.com/7550632/201276084-405f0620-0b17-4dcf-afc1-14d40bc3f514.png"> ## What's Changed * Support reading remote server address from an environment variable (#45) by @calfzhou in https://github.com/ekzhang/bore/pull/46 ## New Contributors * @calfzhou made their first contribution in https://github.com/ekzhang/bore/pull/46 **Full Changelog**: https://github.com/ekzhang/bore/compare/v0.4.0...v0.4.1