Skip to content

Commit a917db9

Browse files
committed
docs: 0.20.x
1 parent 29b219f commit a917db9

File tree

2 files changed

+90
-18
lines changed

2 files changed

+90
-18
lines changed

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6+
## [v0.20.0] - 2021-03-01
7+
8+
- IPFS: [`go-ipfs v0.12.0`](https://github.com/ipfs/go-ipfs/releases/tag/v0.12.0)
9+
- UI: [`v2.15.0`](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.15.0)
10+
11+
This release includes UI that will inform user when time-consuming migration needs to be run as part of IPFS node update:
12+
13+
![Screenshot 2022-02-25 at 17 51 21](https://user-images.githubusercontent.com/5447088/155754805-79c89a8d-87a9-456e-b43c-1fa3deb7fedd.png)
14+
15+
## What's Changed
16+
* feat: show repo migration (go-ipfs 0.12.0) by @hacdias in https://github.com/ipfs/ipfs-desktop/pull/1982
17+
* fix: remove default lower bound from gateway and api port lookup by @hacdias in https://github.com/ipfs/ipfs-desktop/pull/1991
18+
* chore: electron 17.1 and related deps by @lidel in https://github.com/ipfs/ipfs-desktop/pull/1998
19+
* chore(i18n): locale sync bf2bfe54f48ccb0d5ec896a364b5d6eabe9b4155
20+
21+
22+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.19.3...v0.20.0
23+
24+
## [v0.19.2] - 2021-02-14
25+
26+
## What's Changed
27+
* fix: macos autoupdate flow by @lidel in https://github.com/ipfs/ipfs-desktop/pull/1979
28+
29+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.19.1...v0.19.2
30+
31+
## [v0.19.1] - 2021-02-14
32+
33+
- IPFS: [`go-ipfs v0.11.0`](https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0)
34+
- UI: [`v2.15.0`](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.15.0)
35+
36+
Electron 17 and a bunch of bugfixes.
37+
WebUI users may notice that it is now possible to set up [permanent peering with other nodes](https://github.com/ipfs/ipfs-webui/releases/v2.14.0):
38+
> [![](https://user-images.githubusercontent.com/157609/152223529-ff7a2c47-3650-4a12-946f-9e4f44bb911c.png)](https://github.com/ipfs/ipfs-webui/releases/v2.14.0)
39+
40+
41+
## What's Changed
42+
43+
* feat: ipfs-webui v2.13 → v2.15.0
44+
- mostly bugfixes, but includes permanent peering support
45+
- see release notes for: [v2.14](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.14.0)+[v2.15](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.15.0)
46+
* feat: electron 17 and playwright e2e tests by @hacdias and @lidel #1937
47+
* feat: better handling of 'unresponsive' event by @hacdias in #1952
48+
* fix: os-native add-to-ipfs on Windows and macOS by @hacdias in https://github.com/ipfs/ipfs-desktop/pull/1976
49+
* fix: dialog when IPFS_PATH/api port is offline by @lidel in 13de17403fcd1892a0830b3da0199d116a14d899
50+
* fix: electron version by @hacdias in #1965
51+
* fix: add .manualCheckForUpdates before tray startup by @hacdias in #1950
52+
* refactor: remove deprecated "ipfs on PATH" feature by @hacdias in #1948
53+
* chore: uninstall npm on ipfs by @hacdias in #1947
54+
* chore(i18n): locale sync by @lidel in 50c31bb8f09ea91b268b0a1c3189af105764025c
55+
* chore: update dependencies by @lidel in #1959, fa17bdd06ffaea0c0411d8f8a60d6d61e1afc5f7 and @hacdias in #1899, #1960
56+
57+
58+
59+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.19.0...v0.19.1
60+
61+
## [v0.18.0] - 2021-12-13
62+
63+
This is the same as [0.18.0](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.18.0), but with auto update fix for macOS.
64+
65+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.18.0...v0.18.1
66+
67+
## [v0.18.0] - 2021-12-13
68+
69+
- IPFS: [`go-ipfs v0.11.0`](https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0)
70+
- UI: [`v2.13.0`](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.13.0)
71+
72+
* <del>fix: remove zip for Squirrel.Mac by @lidel in https://github.com/ipfs/ipfs-desktop/pull/1932</del> (reverted in 0.18.1)
73+
* feat: go-ipfs 0.11.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/1936
74+
* chore: release prep by @lidel in https://github.com/ipfs/ipfs-desktop/pull/1938
75+
76+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.17.0...v0.18.0
77+
678
## [v0.17.0] - 2021-10-05
779

880
- IPFS: [`go-ipfs v0.10.0`](https://github.com/ipfs/go-ipfs/releases/tag/v0.10.0)

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
66
[![](https://david-dm.org/ipfs-shipyard/ipfs-desktop.svg?style=flat-square)](https://david-dm.org/ipfs-shipyard/ipfs-desktop)
77
[![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)
8-
[![latest release download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.19.3)
8+
[![latest release download count](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/total.svg?style=flat-square)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.20.1)
99

1010
**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.**
1111

@@ -21,9 +21,9 @@ Use IPFS Desktop to get acquainted with IPFS without needing to touch the termin
2121

2222
When in doubt, pick one of package formats with built-in automatic update mechanism:
2323

24-
- **Mac:** [IPFS-Desktop-0.19.3.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-0.19.3.dmg)
25-
- **Windows:** [IPFS-Desktop-Setup-0.19.3.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-Setup-0.19.3.exe)
26-
- **Linux:** [ipfs-desktop-0.19.3-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.AppImage)
24+
- **Mac:** [IPFS-Desktop-0.20.1.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-0.20.1.dmg)
25+
- **Windows:** [IPFS-Desktop-Setup-0.20.1.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-Setup-0.20.1.exe)
26+
- **Linux:** [ipfs-desktop-0.20.1-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.AppImage)
2727
- If you prefer to manage updates on your own, see [other package formats](#install) below.
2828

2929
## Table of Contents
@@ -90,28 +90,28 @@ Release notes and older versions of IPFS Desktop can be found on the [releases p
9090
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!
9191

9292
### Mac
93-
- **Installer:** [IPFS-Desktop-0.19.3.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-0.19.3.dmg)\
94-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/IPFS-Desktop-0.19.3.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-0.19.3.dmg)
93+
- **Installer:** [IPFS-Desktop-0.20.1.dmg](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-0.20.1.dmg)\
94+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/IPFS-Desktop-0.20.1.dmg.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-0.20.1.dmg)
9595
- **Homebrew** (community-maintained): `brew install --cask ipfs`
9696

9797
### Windows
98-
- **Installer:** [IPFS-Desktop-Setup-0.19.3.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-Setup-0.19.3.exe)\
99-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/IPFS-Desktop-Setup-0.19.3.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/IPFS-Desktop-Setup-0.19.3.exe)
98+
- **Installer:** [IPFS-Desktop-Setup-0.20.1.exe](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-Setup-0.20.1.exe)\
99+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/IPFS-Desktop-Setup-0.20.1.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/IPFS-Desktop-Setup-0.20.1.exe)
100100
- **Chocolatey** (community-maintained): `choco install ipfs-desktop`
101101
- **Scoop** (community-maintained): `scoop bucket add extras; scoop install extras/ipfs-desktop`
102102
- **WinGet** (community-maintained): `winget install IPFS.IPFS-Desktop`
103103

104104
### Linux/FreeBSD
105-
- **AppImage**: [ipfs-desktop-0.19.3-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.AppImage)\
106-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.AppImage)
107-
- **Tarball** (experimental): [ipfs-desktop-0.19.3-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x64.tar.xz)\
108-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/ipfs-desktop-0.19.3-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x64.tar.xz)
109-
- **Debian** (experimental): [ipfs-desktop-0.19.3-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-amd64.deb)\
110-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/ipfs-desktop-0.19.3-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-amd64.deb)
111-
- **Red Hat** (experimental): [ipfs-desktop-0.19.3-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.rpm)\
112-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x86_64.rpm)
113-
- **FreeBSD** (experimental): [ipfs-desktop-0.19.3-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
114-
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.19.3/ipfs-desktop-0.19.3-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.19.3/ipfs-desktop-0.19.3-linux-x64.freebsd)
105+
- **AppImage**: [ipfs-desktop-0.20.1-linux-x86_64.AppImage](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.AppImage)\
106+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.AppImage)
107+
- **Tarball** (experimental): [ipfs-desktop-0.20.1-linux-x64.tar.xz](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x64.tar.xz)\
108+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/ipfs-desktop-0.20.1-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x64.tar.xz)
109+
- **Debian** (experimental): [ipfs-desktop-0.20.1-linux-amd64.deb](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-amd64.deb)\
110+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/ipfs-desktop-0.20.1-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-amd64.deb)
111+
- **Red Hat** (experimental): [ipfs-desktop-0.20.1-linux-x86_64.rpm](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.rpm)\
112+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x86_64.rpm)
113+
- **FreeBSD** (experimental): [ipfs-desktop-0.20.1-linux-x64.freebsd](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
114+
[![](https://img.shields.io/github/downloads/ipfs-shipyard/ipfs-desktop/v0.20.1/ipfs-desktop-0.20.1-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.20.1/ipfs-desktop-0.20.1-linux-x64.freebsd)
115115
- **Snapcraft** (community-maintained, YMMV): `snap install ipfs-desktop`
116116
- **AUR** (maintained by [@RubenKelevra](https://github.com/RubenKelevra)) Use the [`ipfs-desktop` package](https://aur.archlinux.org/packages/ipfs-desktop/)
117117

0 commit comments

Comments
 (0)