Skip to content

Releases: Bash-it/bash-it

Late bugfixes

04 May 10:17
99c680b
Compare
Choose a tag to compare
Late bugfixes Pre-release
Pre-release

Another pre-release, covering issues found in 3.1.0
Please keep testing, so we can make this an official release in about a week.

What's Changed

New Contributors

Read more

v3.1.0 - It's been a while

30 Apr 12:43
Compare
Choose a tag to compare
Pre-release

Message from @seefood - No special reason for a new release other than a huge amount of PRs have been accumulated and I thought it was time to tell the users that:
a. This project isn't dead
b. a lot of refactoring and patches took place, and though we tried to keep the thing from stepping on its own foot it's likely some stuff may have broken, and your feedback is needed if so.
c. feel free to make PRs, I seem to be the least busy of the lot of maintainers, and I will do my best to help you guys add and fix things

What's Changed

New Contributors

Read more

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