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.7.8

01 Apr 09:24
Compare
Choose a tag to compare

xxh

  • Fix rsync: missing core directory

xxh-plugin-fish-ohmyfish

  • New plugin!

0.7.7

31 Mar 14:34
Compare
Choose a tag to compare

xxh
Github branch support when install packages:

xxh +I xxh-shell-example+git+https://github.com/xxh/xxh-shell-example/tree/mybranch

0.7.6

30 Mar 20:59
Compare
Choose a tag to compare

xxh and all xxh-shells

New HOME and XDG logic:

  1. xxh user@myhost - hermetic environment:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user/.xxh
    $XDG_HOME=/home/user/.xxh
    
  2. xxh user@myhost +hhh '~' - semihermetic environment because if you run a tool that doesn't support XDG it will write to user home:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user
    $XDG_HOME=/home/user/.xxh
    
  3. xxh user@myhost +hhh '~' +hhx '~' - xxh works like ssh:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user
    $XDG_HOME=/home/user
    

0.7.5

29 Mar 13:08
Compare
Choose a tag to compare

xxh-plugin-bash-ohmybash

  • New plugin for xxh-shell-bash-zero!

xxh

  • Fix directory names for package installation

xxh.bash

  • Fix seamless mode

xxh-dev

  • New tests for bash

0.7.4

28 Mar 10:31
Compare
Choose a tag to compare

xxh
Added $XDG_CONFIG_HOME support (https://ploum.net/207-modify-your-application-to-use-xdg-folders/).
Note you need to move your current config to ~/.config/xxh/config.xxhc.

0.7.3

28 Mar 08:26
Compare
Choose a tag to compare

Fixed seamless mode

0.7.2

28 Mar 08:09
Compare
Choose a tag to compare

Maintenance

0.7.1

28 Mar 08:02
Compare
Choose a tag to compare

xxh

  • Fix +hh and +hhh logic

0.7.0

28 Mar 07:23
Compare
Choose a tag to compare

This major xxh release contains breaking and significant changes:

  • Default $HOME on the host was set to $XXH_HOME (~/.xxh by default). It makes xxh session more hermetic. If you want to stay at default ~/ on the host use +hhh "~" argument (you can add it to config ~/.xxh/.xxhc).
  • xxh packages directory renamed from ~/.xxh/xxh to ~/.xxh/.xxh to make $XXH_HOME more clear. You should reinstall your xxh packages using xxh +RI <package> and update your hosts by using +if argument.
  • All xxh family updated along with changes above

0.6.21

27 Mar 18:24
Compare
Choose a tag to compare

xxh

  • Fix files permissions

xxh.bash

  • Fixed shell name
0