diff --git a/CHANGELOG.md b/CHANGELOG.md index dc56c472e..cec9e8186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.20.6] - 2021-05-12 + +* fix: return error instead of throw by @hacdias in https://github.com/ipfs/ipfs-desktop/pull/2074 +* README: Update link that points to ipfs-shipyard repository by @schuelermine in https://github.com/ipfs/ipfs-desktop/pull/2119 +* docs: Add repo.lock troubleshooting steps to readme by @SgtPooki in https://github.com/ipfs/ipfs-desktop/pull/2111 +* feat: Add app&webui ready/load metrics by @SgtPooki in https://github.com/ipfs/ipfs-desktop/pull/2126 + + +**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.20.5...v0.20.6 + ## [v0.20.5] - 2021-04-09 - IPFS: [`go-ipfs v0.12.2`](https://github.com/ipfs/go-ipfs/releases/tag/v0.12.2) diff --git a/README.md b/README.md index bb9e011e7..c9b0b35cc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![](https://david-dm.org/ipfs-shipyard/ipfs-desktop.svg?style=flat-square)](https://david-dm.org/ipfs-shipyard/ipfs-desktop) [![total download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/total.svg?style=flat-square&label=all%20downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases) -[![latest release download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.20.5) +[![latest release download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.20.6) **IPFS Desktop gives you all the power of [IPFS](https://ipfs.io) in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.** @@ -21,9 +21,9 @@ Use IPFS Desktop to get acquainted with IPFS without needing to touch the termin When in doubt, pick one of package formats with built-in automatic update mechanism: -- **Mac:** [IPFS-Desktop-0.20.5.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-0.20.5.dmg) -- **Windows:** [IPFS-Desktop-Setup-0.20.5.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-Setup-0.20.5.exe) -- **Linux:** [ipfs-desktop-0.20.5-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.AppImage) +- **Mac:** [IPFS-Desktop-0.20.6.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-0.20.6.dmg) +- **Windows:** [IPFS-Desktop-Setup-0.20.6.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-Setup-0.20.6.exe) +- **Linux:** [ipfs-desktop-0.20.6-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.AppImage) - If you prefer to manage updates on your own, see [other package formats](#install) below. ## Table of Contents @@ -86,28 +86,28 @@ Release notes and older versions of IPFS Desktop can be found on the [releases p Don't see your favorite package manager? Visit our [package managers page](https://github.com/ipfs-shipyard/ipfs-desktop/issues/691) and help us add support for it! ### Mac -- **Installer:** [IPFS-Desktop-0.20.5.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-0.20.5.dmg)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/IPFS-Desktop-0.20.5.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-0.20.5.dmg) +- **Installer:** [IPFS-Desktop-0.20.6.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-0.20.6.dmg)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/IPFS-Desktop-0.20.6.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-0.20.6.dmg) - **Homebrew** (community-maintained): `brew install --cask ipfs` ### Windows -- **Installer:** [IPFS-Desktop-Setup-0.20.5.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-Setup-0.20.5.exe)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/IPFS-Desktop-Setup-0.20.5.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/IPFS-Desktop-Setup-0.20.5.exe) +- **Installer:** [IPFS-Desktop-Setup-0.20.6.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-Setup-0.20.6.exe)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/IPFS-Desktop-Setup-0.20.6.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/IPFS-Desktop-Setup-0.20.6.exe) - **Chocolatey** (community-maintained): `choco install ipfs-desktop` - **Scoop** (community-maintained): `scoop bucket add extras; scoop install extras/ipfs-desktop` - **WinGet** (community-maintained): `winget install IPFS.IPFS-Desktop` ### Linux/FreeBSD -- **AppImage**: [ipfs-desktop-0.20.5-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.AppImage)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.AppImage) -- **Tarball** (use this for building packages for distros): [ipfs-desktop-0.20.5-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x64.tar.xz)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/ipfs-desktop-0.20.5-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x64.tar.xz) -- **Debian** (experimental): [ipfs-desktop-0.20.5-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-amd64.deb)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/ipfs-desktop-0.20.5-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-amd64.deb) -- **Red Hat** (experimental): [ipfs-desktop-0.20.5-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.rpm)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x86_64.rpm) -- **FreeBSD** (experimental): [ipfs-desktop-0.20.5-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.5/ipfs-desktop-0.20.5-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.5/ipfs-desktop-0.20.5-linux-x64.freebsd) +- **AppImage**: [ipfs-desktop-0.20.6-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.AppImage)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.AppImage) +- **Tarball** (use this for building packages for distros): [ipfs-desktop-0.20.6-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x64.tar.xz)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/ipfs-desktop-0.20.6-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x64.tar.xz) +- **Debian** (experimental): [ipfs-desktop-0.20.6-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-amd64.deb)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/ipfs-desktop-0.20.6-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-amd64.deb) +- **Red Hat** (experimental): [ipfs-desktop-0.20.6-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.rpm)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x86_64.rpm) +- **FreeBSD** (experimental): [ipfs-desktop-0.20.6-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.6/ipfs-desktop-0.20.6-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.6/ipfs-desktop-0.20.6-linux-x64.freebsd) - **Snapcraft** is discouraged due to [confinement issues](https://github.com/ipfs/ipfs-desktop/issues/2031), use `.AppImage` instead - **AUR** (maintained by [@RubenKelevra](https://github.com/RubenKelevra)) Use the [`ipfs-desktop` package](https://aur.archlinux.org/packages/ipfs-desktop/)