Releases: jtyr/gbt
Releases · jtyr/gbt
v2.0.0
General
- Added
kubectlcar (thanks @hoshsadiq) - Added option for signal names into the
statuscar - Added several new OS icons (e.g.
rhel,sles,manjaro,mysql, ...) - Updated icon symbols to Nerd font v2.0
- Added new theme inspired by In Fino Veritas ZSH theme (for you @josefelixh)
- Extended
gitcar- More status categories (
added,copied,deleted,ignored,modified,renamed,staged,unmerged,untracked) - Stash information
- Possibility to display number of changes for each status change (e.g. how many commits we are ahead of the remote, how many stashes we have, ...)
- More status categories (
Prompt forwarding
- Rewritten from scratch as GBTS
- All functionality of GBT is now also available on the remote machine!!!
- Requires Bash 4.0 or higher on the remote machine
- Built-in security - forwarded script is verified upon every command execution
- Added
gbt_screento have nice prompt in thescreensession gbt_sudosupportssudo -igbt_sshandgbt_vagrantsupport ad-hoc command execution (thanks @SweBarre)- Remote shell displayed as
gbt.bashin the list of processes - Adding usual
sbinpaths into the remotePATH
v1.2.0
v1.1.7
v1.1.6
- Adding missing quotes around parameters variable in port forwarding scripts
- Adding missing MySQL prompt variable in
gbt_vagrantfunction - Fixed calculation of hours in the
ExecTimecar - Fixing wrong variable names in the
Timecar - Changed default fall back shell to be
bash - Changed Go structure of the project
- Improved Go testing to cover 100% of the code
- Adding automated build for
linux/armandlinux/arm64
v1.1.5
- Fixing Git ahead/behind detection
- Fixing missing argument for shell replacement script used in the prompt forwarding
- Fixing Linux OS detection for the prompt forwarding
- Added
plainshell type (useGBT_SHELL='plain' gbt) - Added prompt forwarding for MySQL
- Improving configurability of the SSH theme
- Adding GPG signing for DEB packages