Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

110 lines (79 loc) · 3.33 KB

Changelog

This project follows semantic versioning.

Possible log types:

  • [added] for new features.
  • [changed] for changes in existing functionality.
  • [deprecated] for once-stable features removed in upcoming releases.
  • [removed] for deprecated features removed in this release.
  • [fixed] for any bug fixes.
  • [security] to invite users to upgrade in case of vulnerabilities.

v1.2.0 (2019-08-10)

  • [added] Add Windows support (#77)
  • [added] Add support for spaces in commands (#75)
  • [added] Add support for Fish-based autocompletion (#71)
  • [added] Add pager support (#44)
  • [added] Print detected OS with -v / --version (#57)
  • [changed] OS detection: Treat BSDs as "osx" (#58)
  • [changed] Move from curl to reqwest (#61)
  • [changed] Move to Rust 2018, require Rust 1.32 (#69 / #84)
  • [fixed] Add (back) support for proxies (#68)

Contributors to this version:

Thanks!

v1.1.0 (2018-10-22)

  • [added] Configuration file support (#43)
  • [added] Allow configuration of colors/style (#43)
  • [added] New --quiet / -q option to suppress most non-error messages (#48)
  • [changed] Require at least Rust 1.28 to build (previous: 1.19)
  • [fixed] Fix building on systems with openssl 1.1.1 (#47)

Contributors to this version:

Thanks!

v1.0.0 (2018-02-11)

  • [added] Include bash completions (#34)
  • [changed] Update all dependencies
  • [changed] Require at least Rust 1.19 to build (previous: 1.9)
  • [changed] Improved unit/integration testing

v0.4.0 (2016-11-25)

  • [added] Support for new page format
  • [changed] Update all dependencies

v0.3.0 (2016-08-01)

  • [changed] Update curl dependency

v0.2.0 (2016-04-16)

  • First crates.io release