Skip to content

Releases: Bash-it/bash-it

v3.0.3

03 Dec 22:55
ad2b558
Compare
Choose a tag to compare

A lot of time has gone since the last time I made a release. Many nice cleanups and bugfixes included, and more on the way 😄

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

16 Mar 22:21
1ffbc85
Compare
Choose a tag to compare

This is mostly a bug fixes release 😄

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

08 Mar 15:05
a6fd930
Compare
Choose a tag to compare

News

I am happy to announce that @gaelicWizard has joined the project as a maintainer ❤️

What's Changed

New Contributors

  • @EmilySeville7cfg made their first contribution in #2077

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Mar 22:06
be9a838
Compare
Choose a tag to compare

A new release of Bash-it, with numerous changes, including many removals of legacy code, and cleanup of major parts of the project!
A lot of thanks to all of the folks who have contributed. You guys are awesome and the reason Bash-it is so great 😄

TLDR of the changes:

  • Many cleanups of the code to conform to the shellcheck standard. @gaelicWizard led the charge on this mission ❤️
  • A new command called bash-it profile, see here
  • Many bug fixes and code improvements

I plan on releasing versions more rapidly from now on, so stay tuned 😃
Good luck and happy bashing!

What's Changed

Read more

v2.1.4

03 Aug 20:57
e89403d
Compare
Choose a tag to compare
  • Cleanup candy theme- thanks @cevhyruz

  • dmidecode completion- thanks @thaxor

  • Clean alias completion plugin- thanks @cevhyruz

  • vendor jboss completion

  • Add support for hg's bookmarks feature - thanks @oliverralbertini

  • Add command duration to the powerline theme family- thanks @clupasq

  • Add k8s namespace to prompt- thanks @ofirshtrull

  • chore(pre-commit): bump version- thanks @georgettica

  • FIxed wpscan completion linting- thanks @tbhaxor

  • Replace reload with restart bash it after upgrade- thanks @tbhaxor

  • Abort upgrade if unsaved changes found in bashit directory- thanks @tbhaxor

  • Have git check out main branch if present- thanks @zzhengnan

  • feat(git): add git unpushed alias- thanks @georgettica

  • Refactor scm_prompt usage in many themes

v2.1.3

04 Apr 19:38
ebe59c9
Compare
Choose a tag to compare
  • Add virtualenv name display to purity theme, thanks @tiagobarros99

  • Improve extract plugin, thanks @bingzhangdai

  • Add new docker-compose up --no-start alias, thanks @artemkovalyov

  • Add ngrok completion, thanks @tbhaxor

  • Fix terraform destroy alias typo, thanks @lintonf

  • New theme, called "easy", thanks @Titivoot

  • install: Dont quote number vars, to support older bash versions

v2.1.2

22 Mar 19:44
eced680
Compare
Choose a tag to compare
  • Add alias for git rebase --continue, thanks @tbhaxor

  • Add npm alias nt="npm test", thanks @matthewadams

  • Add support for active gcloud account in powerline prompt, thanks @ofirshtrull

  • helpers: Fix broken compoure references after vendor change

v2.1.1

03 Mar 22:01
6093ecb
Compare
Choose a tag to compare
  • Remove deprecated kubectl run --generator, thanks @bialad

  • Improved systemd aliases, thanks @artemkovalyov

  • Fix git alias quote style that broke functionality, thanks @ddaza

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)