Release Notes
Enhancements
- Move home dir to
~/.cache/prefligit(#154) - Implement trailing-whitespace in Rust (#137)
- Limit hook install concurrency (#145)
- Simplify language default version implementation (#150)
- Support install uv from pypi (#149)
- Add executing command to error message (#141)
Bug fixes
- Use hook
argsin fast path (#139)
Other changes
- Remove hook install_key (#153)
- Remove pyvenv.cfg patch (#156)
- Try to use D drive on Windows CI (#157)
- Tweak trailing-whitespace-fixer (#140)
- Upgrade dist to v0.27.0 (#158)
- Uv install python into tools path (#151)
Install prefligit 0.0.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prefligit/releases/download/v0.0.8/prefligit-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/j178/prefligit/releases/download/v0.0.8/prefligit-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prefligitDownload prefligit 0.0.8
| File | Platform | Checksum |
|---|---|---|
| prefligit-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| prefligit-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| prefligit-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| prefligit-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |