PackageTrack
Sign in Get early access

github.com/fishworks/gofish

v0.15.1 #2824 most downloaded on Go modules fishworks/gofish

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 1.2 years

Some releases are documented

notes for 9 of 20 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

35 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

35 releases · Apr 2018 to Mar 2022
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. v0.15.2-0.20220308051513-cac139aee7dc 08 Mar 2022 pre-release

    Nothing published for this version

  2. v0.15.2-0.20220304162426-6a99c70144ab 04 Mar 2022 pre-release

    Nothing published for this version

  3. v0.15.1 02 Mar 2022

    Nothing published for this version

  4. v0.15.1-0.20220302174625-5d14f73963cf 02 Mar 2022 pre-release

    Nothing published for this version

  5. v0.15.1-0.20220301224831-4fd38295d868 01 Mar 2022 pre-release

    Nothing published for this version

  6. v0.15.1-0.20220301200332-06be971b230b 01 Mar 2022 pre-release

    Nothing published for this version

  7. v0.15.0 01 Mar 2022
    Release notes

    GoFish v0.15.0 brings a few bug fixes as well as an update to Go 1.17. A few minor bugs were fixed. darwin-arm64 builds of GoFish are now available.

    See the comparison against v0.14.0 here.

    Install

    To install v0.15.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
    
    Open source →
  8. v0.14.1-0.20220221053712-5ef0e9bce7e5 21 Feb 2022 pre-release

    Nothing published for this version

  9. v0.14.1-0.20211022015047-a76957bead2b 22 Oct 2021 pre-release

    Nothing published for this version

  10. v0.14.1-0.20211015144742-dad7d7588a0b 15 Oct 2021 pre-release

    Nothing published for this version

  11. v0.14.1-0.20210907112409-a9b4042ab53b 07 Sep 2021 pre-release

    Nothing published for this version

  12. v0.14.1-0.20210607144306-109373720463 07 Jun 2021 pre-release

    Nothing published for this version

  13. v0.14.1-0.20210518223749-0133dec4a88f 18 May 2021 pre-release

    Nothing published for this version

  14. v0.14.0 18 May 2021
    Release notes

    GoFish v0.14.0 brings a few bug fixes as well as an update to Go 1.16, fixing several underlying bugs and addressing recent security updates with older versions of Go.

    Install

    To install v0.14.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
    
    Open source →
  15. v0.13.1-0.20200806145805-309ee2606318 06 Aug 2020 pre-release

    Nothing published for this version

  16. v0.13.0 24 Jul 2020
    Release notes

    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
    
    Open source →
  17. v0.12.2 22 Jun 2020
    Release notes

    GoFish 0.12.2 is a hotfix release for v0.12.1. There were some issues with fetching and un-archiving certain packages causing gofish install to fail.

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

    Install

    To install v0.12.2, 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
    
    Open source →
  18. v0.12.1 22 Jun 2020
    Release notes

    GoFish 0.12.01 is a hotfix release for v0.12.0. There were some issues with fetching and un-archiving the cached packages causing gofish install to fail.

    You can see the full CHANGELOG on what's changed between v0.12.0 and v0.12.1 here.

    Install

    To install v0.12.1, 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
    
    Open source →
  19. v0.12.0 19 Jun 2020
    Release notes

    GoFish 0.12.0 now supports bzip2, xz and rar package formats.

    You can see the full CHANGELOG on what's changed between v0.11.0 and v0.12.0 here.

    Install

    To install v0.12.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
    
    Open source →
  20. v0.11.0 04 Dec 2019
    Release notes

    NOTE: there was a breaking change to the home paths on several operating systems. Please make sure to migrate your existing installations over with mv /usr/local/Fish /usr/local/gofish, and run gofish unlink and gofish link to re-link your installations over to the new home directory. Either that, or start from scratch.

    GoFish 0.11.0 fixes a few issues with path traversals. It also introduced a new environment variable to override the binary install path: GOFISH_BINPATH.

    On the project's side, we switched over from CircleCI and AppVeyor to Github Actions.

    You can see the full CHANGELOG on what's changed between v0.10.0 and v0.11.0 here.

    Install

    To install v0.11.0, you have two options:

    1. From the Install Scripts

    MacOS/Linux:

    curl -fsSL https://raw.githubusercontent.com/fishworks/fish/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/fish/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
    
    Open source →
  21. v0.10.1-0.20191204180654-2d267b388fb8 04 Dec 2019 pre-release

    Nothing published for this version

  22. v0.10.1-0.20191204180454-6f2e7f74453b 04 Dec 2019 pre-release

    Nothing published for this version

  23. v0.10.1-0.20191204170538-d8c49f8ea4f8 04 Dec 2019 pre-release

    Nothing published for this version

  24. v0.10.0 03 Sep 2018
    Release notes

    GoFish v0.10.0 is an incremental release over 0.9.0 with a few enhancements:

    • introduced the ability to install mulitple packages in a single gofish install, e.g. gofish install go hugo (thanks @tomlazar!)
    • implemented gofish rig path <rig> for programmatic access to a rig. This is useful when making changes in a rig via cd $(gofish rig path github.com/fishworks/fish-food)
    • fixed a bug where gofish upgrade wouldn't work on Windows due to symlinking issues (now fixed in Go 1.11)

    You can see the full CHANGELOG on what's changed between v0.9.0 and v0.10.0 here.

    Install

    To install v0.10.0, you have two options:

    1. From the Install Scripts

    MacOS/Linux:

    curl -fsSL https://raw.githubusercontent.com/fishworks/fish/master/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/fish/master/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
    
    Open source →
  25. v0.9.0 06 Aug 2018
    Release notes

    This release is an incremental release over 0.8.0 with a few enhancements:

    • fixed a bug where gofish would upgrade everything on a gofish upgrade, rather than only the packages that need upgrades
    • fixed a bug where gofish update before calling gofish init would cause a panic stack trace
    • allowed gofish to accept capitalized shasums for string comparison (thanks @PatrickLang!)
    • fixed a bug where gofish rig add would report an unexpected error when adding a poorly-formed rig

    You can see the full CHANGELOG on what's changed between v0.8.0 and v0.9.0 here.

    Install

    To install v0.9.0, you have two options:

    1. From the Install Scripts

    MacOS/Linux:

    curl -fsSL https://raw.githubusercontent.com/fishworks/fish/master/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/fish/master/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
    
    Open source →
  26. v0.8.0 11 Jul 2018

    Nothing published for this version

  27. v0.7.0 04 Jul 2018

    Nothing published for this version

  28. v0.6.2 12 May 2018

    Nothing published for this version

  29. v0.6.1 12 May 2018

    Nothing published for this version

  30. v0.6.0 11 May 2018

    Nothing published for this version

  31. v0.5.0 21 Apr 2018

    Nothing published for this version

  32. v0.4.0 14 Apr 2018

    Nothing published for this version

  33. v0.3.0 14 Apr 2018

    Nothing published for this version

  34. v0.2.0 10 Apr 2018

    Nothing published for this version

  35. v0.1.0 06 Apr 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive