Release Notes
Added
- simplify overlay publishing workflow (#16)
- (create) add interactive file selection UI with category filters (#17)
- use ~/.config for config and default create to overlay repo (#12)
Fixed
- improve terminal interactivity detection
- use output_dir for create command default path (#15)
Other
- improve code coverage for overlay_repo and selection modules (#21)
- improve code coverage for cache, lib, and main modules (#20)
- (deps) upgrade dependencies (#19)
Install repoverlay 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tylerbutler/repoverlay/releases/download/v0.1.6/repoverlay-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/tylerbutler/repoverlay/releases/download/v0.1.6/repoverlay-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install tylerbutler/tap/repoverlayDownload repoverlay 0.1.6
| File | Platform | Checksum |
|---|---|---|
| repoverlay-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| repoverlay-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| repoverlay-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| repoverlay-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| repoverlay-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |