Skip to content

Releases: rcaloras/bashhub-client

Red Airedale Terrier

19 Jul 04:02
Compare
Choose a tag to compare
  • 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

14 Jun 04:15
ecfe678
Compare
Choose a tag to compare
  • Converted project to support Python 3!
    • Specifically supports 3.5-3.7, while still working with 2.7. Installation prefers Python 3

Purple Labrador

01 Jan 00:34
d041f8a
Compare
Choose a tag to compare
  • 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

19 Dec 00:50
Compare
Choose a tag to compare
  • 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

14 Mar 00:42
Compare
Choose a tag to compare
  • Added Emacs style navigation using 'n' and 'p'. Shout outs to @grhawk for the PR! 👍

Yellow Corgi

16 Feb 02:22
Compare
Choose a tag to compare

Gray Schnauzer

10 Oct 04:14
Compare
Choose a tag to compare
  • Fix for #35
  • Handle 422 response for registering users
  • Removed /u/ from https://bashhub.com/usernames

Silver Fox Terrier

22 Aug 01:36
Compare
Choose a tag to compare

Bugfix release! Upgrade to bash-preexec 0.3.1 to address #32

Red German Shepherd

18 May 23:38
Compare
Choose a tag to compare
  • Added bashhub on and bashhub off commands.
  • Save commands executed from interactive search.
  • Added additional installation checks.
  • Bugfix for #29

Gray Border Collie

30 Apr 19:23
Compare
Choose a tag to compare
  • 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