Releases: xxh/xxh
Releases · xxh/xxh
0.8.3
xxh
-
Added new pipx and homebrew installation methods (thanks to Dario Vladović)
-
Added options to force using scp and scp command (thanks to @syndicut)
-
Changed pexpect timeout from 3 to 6 seconds to avoid TIMEOUT exception
-
Changed realpath to dirname in host info script to avoid MacOS exception
-
Changed config example around +if option to clean understanding
-
Fixed +i option logic if target directory exists
-
Fixed README encoding to install xxh on Windows
xxh-dev
- Improved tests for
xxh local
0.8.2
0.8.1
0.8.0
xxh
- New experimental
xxh local [xxh arguments]
command to building xxh environment wherever you are now. It builds hermetic xxh environment on the host where you run this command. - Improved local xxh home logic
- Fixed uploading prerun plugins when using scp
xxh-shell-xonsh
- Added loading
.xonshrc
file from$XXH_HOME
if exists
xxh-dev
- New tests for
xxh local
0.7.14
xxh
- Disabled Windows check
xxh-shell-xonsh
- Renamed from xonsh-appimage to xonsh
- AppImage logic extremely improved by Valentin Niess
- Speed of first and next runs increased
- Hermetic logic improved
- pip works more naturally
xxh-shell-bash
- Renamed from bash-zero to bash
0.7.13
xxh
- Improved dot files support
- Improved wiki page - https://github.com/xxh/xxh/wiki
xxh family
New prerun plugins!
0.7.12
0.7.11
xxh
- Prerun plugins support. Prerun plugin is a bash script which will be run on entrypoint stage immediately before shell running. It can help to bring some config files before running shell.
- First prerun plugin for Midnight Commander which creates
~/.config/mc/ini
file if it is not exists.
0.7.10
xxh
- Fix reading from
config.xxhc