Skip to content

Releases: nik-rev/patchy

v1.2.7

10 Jan 08:59
Compare
Choose a tag to compare
  • Improved error message
  • Create sub-directories if they do not exist
  • Fix issue where we tried to create directory when it already existed, so it would abort the entire program

v1.2.6

10 Jan 06:48
Compare
Choose a tag to compare
  • Improved error messages

v1.2.5

08 Jan 21:25
Compare
Choose a tag to compare
  • Fixes download links as github username of author changed

v1.2.1

07 Jan 21:48
Compare
Choose a tag to compare
  • Fixes patchy pr-fetch not working on pull requests merged by patchy

v1.2.0

06 Jan 17:33
Compare
Choose a tag to compare
  • Use redirect.github.com instead of github.com not to spam PRs
  • Use more readable branch names
  • Support pull requests in command-line and config starting with #
  • Handle when no arguments were passed to gen-patch
  • Improved error handling
  • Add --yes and -y flags to patchy run
  • Fixed gen-patch subcommand

v1.1.5

02 Jan 23:38
Compare
Choose a tag to compare
  • Performance improvements

v1.1.4

02 Jan 04:08
Compare
Choose a tag to compare

Install patchy-bin 1.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NikitaRevenco/patchy/releases/download/v1.1.4/patchy-bin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/NikitaRevenco/patchy/releases/download/v1.1.4/patchy-bin-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NikitaRevenco/tap/patchy-bin

Install prebuilt binaries into your npm project

npm install @nikitarevenco/[email protected]

Download patchy-bin 1.1.4

File Platform Checksum
patchy-bin-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
patchy-bin-x86_64-apple-darwin.tar.xz Intel macOS checksum
patchy-bin-x86_64-pc-windows-msvc.zip x64 Windows checksum
patchy-bin-x86_64-pc-windows-msvc.msi x64 Windows checksum
patchy-bin-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
patchy-bin-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
patchy-bin-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v1.1.0

02 Jan 02:44
Compare
Choose a tag to compare

Install patchy 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NikitaRevenco/patchy/releases/download/v1.1.0/patchy-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/NikitaRevenco/patchy/releases/download/v1.1.0/patchy-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NikitaRevenco/tap/patchy

Install prebuilt binaries into your npm project

npm install @nikitarevenco/[email protected]

Download patchy 1.1.0

File Platform Checksum
patchy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
patchy-x86_64-apple-darwin.tar.xz Intel macOS checksum
patchy-x86_64-pc-windows-msvc.zip x64 Windows checksum
patchy-x86_64-pc-windows-msvc.msi x64 Windows checksum
patchy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
patchy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
patchy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v1.0.0

02 Jan 00:49
Compare
Choose a tag to compare

Install patchy 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NikitaRevenco/patchy/releases/download/v1.0.0/patchy-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/NikitaRevenco/patchy/releases/download/v1.0.0/patchy-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NikitaRevenco/tap/patchy

Install prebuilt binaries into your npm project

npm install @nikitarevenco/[email protected]

Download patchy 1.0.0

File Platform Checksum
patchy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
patchy-x86_64-apple-darwin.tar.xz Intel macOS checksum
patchy-x86_64-pc-windows-msvc.zip x64 Windows checksum
patchy-x86_64-pc-windows-msvc.msi x64 Windows checksum
patchy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
patchy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
patchy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum