Skip to content

Releases: patrickserrano/prompt

v6.0.0

15 Dec 23:50
Compare
Choose a tag to compare

6.0.0 (2020-12-15)

Bug Fixes

Features

  • add support for ssh using smart cards (be80c61)
  • darwin: add pandoc install (d5223ef)
  • add golang to darwin and set go paths (6128192)
  • add minikube install for macos (#30) (ff39175)
  • add support for direnv to second line (#53) (8dbaa0e)
  • add zsh and dash support to prompt (#32) (275f62c)
  • aws-install: add install for aws toolchain (4989391)

BREAKING CHANGES

  • darwin: renamed all scripts from *-install to install-* to improve discovery
    and remove completion clutter when attempting to use the underlying
    tools after install.
  • While this is not an actual breaking change, quite a bit has changed with
    regard to how prompt actually works. We want to notify users that this may
    result is some level of bugs as test coverage of scripts like this one is
    incredibly difficult.
  • The git-flow-avh, git-extras, and git-flow-completion tools are no
    installed by default. While git-flow is still a fairly popular workflow
    for private repositories, this prompt is designed to favor OSS
    development where forks are the norm.

You can review the diff of this commit to see how they were installed on
each platform if you would like to continue using these tools.