Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

GoFish v0.13.0

Choose a tag to compare

@bacongobbler bacongobbler released this 24 Jul 17:23
91f78df

GoFish v0.13.0 is a relatively small release, but an important one. v0.13.0 introduces ARM, ARM64, and ppc64le builds of GoFish, allowing GoFish to be usable on Raspberry Pis, Microsoft Surface Pro X, and the eventual MacBook Pros with Apple's A-series ARM chipsets. We look forward to your feedback and bug reports on these platforms!

Several other enhancements include:

  • aliases for gofish uninstall: gofish rm | gofish remove
  • gofish uninstall now accepts multiple arguments

You can view the full CHANGELOG on what's changed between v0.12.2 and v0.13.0 here.

Install

To install v0.13.0, you have two options:

1. From the Install Scripts

MacOS/Linux:

curl -fsSL https://raw.githubusercontent.com/fishworks/gofish/main/scripts/install.sh | bash

Windows (PowerShell, as Administrator):

Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/main/scripts/install.ps1'))

2. Upgrade GoFish with GoFish!

All users of GoFish can upgrade GoFish using GoFish! How neat is that?

First, you have to install GoFish, with GoFish:

gofish update
gofish install gofish

Then, any time you want to upgrade GoFish, call gofish upgrade!

gofish upgrade gofish