diff --git a/CHANGELOG.md b/CHANGELOG.md index afcf221d2..892ed8212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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.24.1] - 2022-11-10 +## What's Changed +* Update README.md by @michael-spengler in https://github.com/ipfs/ipfs-desktop/pull/2289 +* chore: bump go-ipfs version to 0.16.0 by @galargh in https://github.com/ipfs/ipfs-desktop/pull/2280 +* fix: adjust mac and dmg artifactName by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2296 +* chore(readme): 0.24.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2298 +* feat: Updating ipfs-webui CID to v2.20.0 by @whizzzkid in https://github.com/ipfs/ipfs-desktop/pull/2331 + +## New Contributors +* @michael-spengler made their first contribution in https://github.com/ipfs/ipfs-desktop/pull/2289 +* @whizzzkid made their first contribution in https://github.com/ipfs/ipfs-desktop/pull/2331 + +**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.24.0...v0.24.1 + ## [v0.24.0] - 2022-10-03 ## What's Changed diff --git a/README.md b/README.md index 856a2e8e4..a39c380bf 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.24.0/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.24.0) +[![latest release download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.24.1) **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.24.0.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-0.24.0.dmg) -- **Windows:** [IPFS-Desktop-Setup-0.24.0.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-Setup-0.24.0.exe) -- **Linux:** [ipfs-desktop-0.24.0-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.AppImage) +- **Mac:** [ipfs-desktop-0.24.1-mac.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-mac.dmg) +- **Windows:** [IPFS-Desktop-Setup-0.24.1.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/IPFS-Desktop-Setup-0.24.1.exe) +- **Linux:** [ipfs-desktop-0.24.1-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.AppImage) - If you prefer to manage updates on your own, see [other package formats](#install) below. ### Table of Contents @@ -113,28 +113,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.24.0.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-0.24.0.dmg)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/IPFS-Desktop-0.24.0.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-0.24.0.dmg) +- **Installer:** [ipfs-desktop-0.24.1-mac.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-mac.dmg)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/ipfs-desktop-0.24.1-mac.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-mac.dmg) - **Homebrew** (community-maintained): `brew install --cask ipfs` ### Windows -- **Installer:** [IPFS-Desktop-Setup-0.24.0.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-Setup-0.24.0.exe)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/IPFS-Desktop-Setup-0.24.0.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/IPFS-Desktop-Setup-0.24.0.exe) +- **Installer:** [IPFS-Desktop-Setup-0.24.1.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/IPFS-Desktop-Setup-0.24.1.exe)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/IPFS-Desktop-Setup-0.24.1.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/IPFS-Desktop-Setup-0.24.1.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.24.0-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.AppImage)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.AppImage) -- **Tarball** (use this for building packages for distros): [ipfs-desktop-0.24.0-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x64.tar.xz)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/ipfs-desktop-0.24.0-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x64.tar.xz) -- **Debian** (experimental): [ipfs-desktop-0.24.0-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-amd64.deb)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/ipfs-desktop-0.24.0-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-amd64.deb) -- **Red Hat** (experimental): [ipfs-desktop-0.24.0-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.rpm)\ -[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x86_64.rpm) -- **FreeBSD** (experimental): [ipfs-desktop-0.24.0-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-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.24.0/ipfs-desktop-0.24.0-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.0/ipfs-desktop-0.24.0-linux-x64.freebsd) +- **AppImage**: [ipfs-desktop-0.24.1-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.AppImage)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.AppImage) +- **Tarball** (use this for building packages for distros): [ipfs-desktop-0.24.1-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x64.tar.xz)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/ipfs-desktop-0.24.1-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x64.tar.xz) +- **Debian** (experimental): [ipfs-desktop-0.24.1-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-amd64.deb)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/ipfs-desktop-0.24.1-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-amd64.deb) +- **Red Hat** (experimental): [ipfs-desktop-0.24.1-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.rpm)\ +[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-linux-x86_64.rpm) +- **FreeBSD** (experimental): [ipfs-desktop-0.24.1-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-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.24.1/ipfs-desktop-0.24.1-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.24.1/ipfs-desktop-0.24.1-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/)