Releases: xxh/xxh
Releases · xxh/xxh
0.7.8
0.7.7
0.7.6
xxh and all xxh-shells
New HOME and XDG logic:
-
xxh user@myhost
- hermetic environment:$XXH_HOME=/home/user/.xxh $HOME =/home/user/.xxh $XDG_HOME=/home/user/.xxh
-
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
-
xxh user@myhost +hhh '~' +hhx '~'
- xxh works like ssh:$XXH_HOME=/home/user/.xxh $HOME =/home/user $XDG_HOME=/home/user
0.7.5
0.7.4
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
0.7.2
0.7.1
0.7.0
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 usingxxh +RI <package>
and update your hosts by using+if
argument. - All xxh family updated along with changes above