Skip to content

Releases: Bash-it/bash-it

v2.1.0

13 Feb 12:00
4607ee7
Compare
Choose a tag to compare

Whoa, Many things have changed since the 2.0.0 release 😄

Most notable changes:

  • We have started to vendor componenets that we use using git vendor
    This will allow us to clean up the code, and update vendored code more easily
  • Many files have been linted, which helps readability and maintainabiliy of said files.
    We still have a long way to go, but we have made incredibly progress using your help!

Breaking changes:

  • We have deprecated docker-machine componenets, as docker-machine is deprecated
  • Default silent installation now fails if backup bashrc file already exists. Previously it always overwritten him without warning.
    In order to overwrite the backup like before, use the new "-f" flag.

Detailed Changelog:

v2.0.0

29 Dec 20:56
5487963
Compare
Choose a tag to compare

Bash-it is bumping a major version- as we are happy to announce that it is now finally licensed!
We have removed all unlicensed embedded work from Bash-it, and added an MIT license to allow everyone to freely
use and contribute to Bash-it :)

Have fun, and happy bashing!

Other cool and notable changes:

  • Disable auto-reload in install.sh
  • Add PR/bug/feature templates
  • Add lint clean files instructions
  • Optimizations to reloader.bash (thanks @terminalforlife)
  • Add comment to install "t" and disable "todo.plugin" in modern-t theme (thanks @russelltadams)
  • Add command time duration theme variable (thanks @BarbUk)
  • Use "command rm" in alias-completion
  • bash it version- Fix url in case it is ssh based one
  • feat(vim-alias): Add full screen help alias (thanks @georgettica)

v1.1.0

13 Dec 22:41
28e4633
Compare
Choose a tag to compare
  • Migrate all of our docs to readthedocs
  • Cut knife completion time by 30s (thanks to @seefood)
  • Improve bash-it version to include tags
  • Add cargo and rustup completion (thanks to @NariyasuHeseri)
  • Fix scm spacing error in atomic theme (thanks to @lfelipe1501)
  • Add in-toolbox prompt to powerline themes (thanks to @likan999)
  • Migrate to github actions from travis

v1.0.1

26 Oct 19:56
40d154c
Compare
Choose a tag to compare
  • Theme barbuk - add venv glyph and fix venv display in ssh mode (#1681)
  • Add _binary_exists and use in github-cli completion
  • Minor refactor

v1.0.0: First Official Release

16 Oct 11:23
c387517
Compare
Choose a tag to compare

This is the first release of the Bash-it project.
We plan to continue to improve Bash-it, and make Bash-it the best tool of its kind!

This was made possible only by the many great contributors of this project, and your support and help
is what drives this project forward.

Happy bashing!