Releases: rcaloras/bashhub-client
Releases · rcaloras/bashhub-client
Red Airedale Terrier
- Now supports querying by bash session id via
bh -ses or bh --session
-ses SESSION, --session SESSION
Filter by specific session id. Default is None.
Example: bh --session "d588e48b-f18e-4d47-b2ad-d24574b4d4d1"
- Fix for #82 to default to using hostname if uuid is random
Maroon Irish Setter
- Converted project to support Python 3!
- Specifically supports 3.5-3.7, while still working with 2.7. Installation prefers Python 3
Purple Labrador
- Dropping support from Python 2.6. Will eventually follow up with support of Python 3 in addition to 2.7.
- Fixes for some quirks with Zsh and
on
/off
commands and ctrl+b binding - Updating requests to 2.20.1 for security bug fix
Black Chihuahua
- Feature #55. Added
-t
option to output time stamps with commands to stdout. e.g.bh -t
. Shout outs to @simeg for the PR. Thank you for your contributions 👍 - Updated bash-preexec to version 0.3.6.
Amethyst Pomeranian
- Added Emacs style navigation using 'n' and 'p'. Shout outs to @grhawk for the PR! 👍
Yellow Corgi
- Upgraded bash-preexec to 0.3.2
Gray Schnauzer
- Fix for #35
- Handle 422 response for registering users
- Removed
/u/
fromhttps://bashhub.com/usernames
Silver Fox Terrier
Bugfix release! Upgrade to bash-preexec 0.3.1 to address #32
Red German Shepherd
- Added
bashhub on
andbashhub off
commands. - Save commands executed from interactive search.
- Added additional installation checks.
- Bugfix for #29
Gray Border Collie
- Upgraded to bash-preexec v 0.3.0 addresses #27. Shout out to @tmccartan for helping with the fix
- Initial work on checking installation as part of #28 Shout out to @proinsias for working through some installation issues
- Minor bugfixes in rest_client.py
- Refactoring