8000 Releases · xxh/xxh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xxh/xxh

0.6.10

22 Mar 13:52
Compare
Choose a tag to compare

xxh

  • Added +c SSH_COMMAND argument to support ssh wrappers like repassh

0.6.9

22 Mar 09:37
Compare
Choose a tag to compare

xxh

  • Complete support AppImage
  • Added package management arguments +I +L +RI +R
  • New package source string format xxh-(shell|plugin)-<name>+(git|path)+(url|path).
    Example: xxh myhost +I xxh-shell-sample+git+https://github.com/xxh/xxh-shell-sample +s xxh-shell-sample.

This allows use package management arguments in config ~/.xxh/.xxhc:

hosts:
  myhost:                     # settings for myhost
    -p: 2222                    # set special port
    +s: xxh-shell-zsh           # set zsh shell                         
    +I: xxh-plugin-zsh-ohmyzsh  # install xxh-plugin before connect
    +e: ZSH_THEME="clean"       # set ohmyzsh theme

0.6.7

21 Mar 22:11
Compare
Choose a tag to compare

xxh

  • Fix xxh home and config logic

0.6.6

21 Mar 21:47
Compare
Choose a tag to compare

xxh

  • Fix xxh +I behavior

0.6.5

21 Mar 21:35
Compare
Choose a tag to compare

xxh

  • Removed xxhp tool
  • New xxh arguments to manage packages:
    usage: xxh [+I xxh-package ...] [+L] [+RI xxh-package ...] [+R xxh-package ...]
    
    It's the next step to xxh.AppImage.

All xxh-packages

  • Fix quiet mode

0.6.4

21 Mar 14:35
Compare
Choose a tag to compare

xxh-shell-xonsh-appimage

  • Updated to xonsh 0.9.15.
  • Fix portable pip bin directory. Now you can xxh myhost +s xonsh and pip install xxh-xxh.

xxhp

  • Shell commands now pure python. Next step to AppImage

0.6.3

20 Mar 08:06
Compare
Choose a tag to compare

xxh

  • Fix rsync on macos

0.6.2

18 Mar 07:12
Compare
Choose a tag to compare

All shells and plugins

  • Build file on bash now. It's the next step to portable xxh version.

xxhp

  • Fix sh build

0.6.1.1

17 Mar 17:38
Compare
Choose a tag to compare

xxh-shell-zsh-romkatv

xxhp

  • Fix name check

0.6.1

17 Mar 17:24
835bc59
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
Merge pull request #60 from xxh/0.6.0

0.6.0
0