Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 1.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add a BWS_CONFIG_FILE environment variable to specify the location of the config file (#571)
  • The bws CLI is now available as a Docker image (docker run -it bitwarden/bws --help) (#305)
  • bws mac signing support: (#535)
  • The output option added back in the help menu: (#477)
  • We now use rustls on non-wasm platforms: (#374)

Changed

  • Switched TLS backend to rusttls, removing the dependency on OpenSSL. (#374)
  • MSRV for bws was updated to 1.71.0: (#589)

[0.4.0] - 2023-12-21

Added

  • Ability to output secrets in an env format with bws (#320)
  • Basic state to avoid reauthenticating every run, used when setting the state_file_dir key in the config (#388)

[0.3.1] - 2023-10-13

Added

  • Support for shell autocompletion with the bws completions command (#103)
  • When running bws with no args, the help text is now printed to stderr instead of stdout to be consistent with bws subcommand behavior (#190)

[0.3.0] - 2023-07-26

Deprecated

  • Switched command order from action type to type action, please re-read the help documentation (#76)

Added

  • Ability to create and edit projects (#53)
  • Ability to create and edit secrets (#77)
  • Support NO_COLOR environment variable to disable CLI colors (#61)
  • Support for CLICOLOR_FORCE (#74)

Fixed

  • Improve login error handling (#109)
  • Respect users color choice for errors (#61)

[0.2.1] - 2023-03-22

Fixed

  • Add user agent to login requests (#11)