Skip to content

Commit cf43a89

Browse files
chore(main): release 0.42.0 (#2939)
* chore(main): release 0.42.0 * chore: adjust .exe filename --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marcin Rataj <[email protected]>
1 parent ba531fc commit cf43a89

File tree

7 files changed

+37
-28
lines changed

7 files changed

+37
-28
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.41.2"
2+
".": "0.42.0"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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+
## 0.42.0 (2025-03-27)
7+
8+
## What's Changed
9+
* feat: kubo 0.34 + electron 35 + windows signing by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2936
10+
* feat: ipfs-webui v4.6 with CAR import by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2938
11+
12+
13+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.41.2...v0.42.0
14+
615
## 0.41.2 (2025-02-14)
716

817
## What's Changed

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech/)
55
[![total download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/total.svg?style=flat-square&label=all%20downloads)](https://github.com/ipfs/ipfs-desktop/releases)
6-
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.41.2)
6+
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.42.0)
77

88
**IPFS Desktop gives you all the power of [IPFS](https://ipfs.tech) 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.**
99

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

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

22-
- **Mac:** [ipfs-desktop-0.41.2-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-mac.dmg)
23-
- **Windows:** [IPFS-Desktop-Setup-0.41.2.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/IPFS-Desktop-Setup-0.41.2.exe)
24-
- **Linux:** [ipfs-desktop-0.41.2-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.AppImage)
22+
- **Mac:** [ipfs-desktop-0.42.0-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-mac.dmg)
23+
- **Windows:** [ipfs-desktop-setup-0.42.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-setup-0.42.0-win-x64.exe)
24+
- **Linux:** [ipfs-desktop-0.42.0-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.AppImage)
2525
- If you prefer to manage updates on your own, see [other package formats](#install) below.
2626

2727
### Table of Contents
@@ -111,33 +111,33 @@ Release notes and older versions of IPFS Desktop can be found on the [releases p
111111
Don't see your favorite package manager? Visit our [package managers page](https://github.com/ipfs/ipfs-desktop/issues/691) and help us add support for it!
112112

113113
### Mac
114-
- **Installer:** [ipfs-desktop-0.41.2-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-mac.dmg)\
115-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-mac.dmg.svg?style=flat-square&label=downloads)<br/>
116-
![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-squirrel.zip.svg?style=flat-square&label=update)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-mac.dmg)
114+
- **Installer:** [ipfs-desktop-0.42.0-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-mac.dmg)\
115+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-mac.dmg.svg?style=flat-square&label=downloads)<br/>
116+
![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-squirrel.zip.svg?style=flat-square&label=update)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-mac.dmg)
117117
- **Homebrew** (community-maintained): `brew install --cask ipfs`
118-
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/latest-mac.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
118+
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/latest-mac.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
119119

120120
### Windows
121-
- **Installer:** [IPFS-Desktop-Setup-0.41.2.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/IPFS-Desktop-Setup-0.41.2.exe)\
122-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/IPFS-Desktop-Setup-0.41.2.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/IPFS-Desktop-Setup-0.41.2.exe)
121+
- **Installer:** [ipfs-desktop-setup-0.42.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-setup-0.42.0-win-x64.exe)\
122+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-setup-0.42.0-win-x64.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-setup-0.42.0-win-x64.exe)
123123
- **Chocolatey** (community-maintained): `choco install ipfs-desktop`
124124
- **Scoop** (community-maintained): `scoop bucket add extras; scoop install extras/ipfs-desktop`
125125
- **WinGet** (community-maintained): `winget install IPFS.IPFS-Desktop`
126-
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/latest.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
126+
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/latest.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
127127

128128
### Linux/FreeBSD
129-
- **AppImage**: [ipfs-desktop-0.41.2-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.AppImage)\
130-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.AppImage)
131-
- **Tarball (tar.gz)** (use this for building packages for distros): [ipfs-desktop-0.41.2-linux-x64.tar.xz](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x64.tar.xz)\
132-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x64.tar.xz)
133-
- **Debian (DEB)** (experimental): [ipfs-desktop-0.41.2-linux-amd64.deb](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-amd64.deb)\
134-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-amd64.deb)
135-
- **Red Hat (RPM)** (experimental): [ipfs-desktop-0.41.2-linux-x86_64.rpm](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.rpm)\
136-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.rpm)
137-
- **FreeBSD** (experimental): [ipfs-desktop-0.41.2-linux-x64.freebsd](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
138-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/ipfs-desktop-0.41.2-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x64.freebsd)
129+
- **AppImage**: [ipfs-desktop-0.42.0-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.AppImage)\
130+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.AppImage.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.AppImage)
131+
- **Tarball (tar.gz)** (use this for building packages for distros): [ipfs-desktop-0.42.0-linux-x64.tar.xz](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x64.tar.xz)\
132+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-linux-x64.tar.xz.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x64.tar.xz)
133+
- **Debian (DEB)** (experimental): [ipfs-desktop-0.42.0-linux-amd64.deb](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-amd64.deb)\
134+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-linux-amd64.deb.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-amd64.deb)
135+
- **Red Hat (RPM)** (experimental): [ipfs-desktop-0.42.0-linux-x86_64.rpm](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.rpm)\
136+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.rpm.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x86_64.rpm)
137+
- **FreeBSD** (experimental): [ipfs-desktop-0.42.0-linux-x64.freebsd](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
138+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/ipfs-desktop-0.42.0-linux-x64.freebsd.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.42.0/ipfs-desktop-0.42.0-linux-x64.freebsd)
139139
- **Snapcraft** support is deprecated and discouraged due to [confinement issues](https://github.com/ipfs/ipfs-desktop/issues/2031), use `.AppImage` instead
140-
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.41.2/latest-linux.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
140+
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/latest-linux.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
141141

142142
Additional third-party packages exist, but have the built-in auto-update mechanism disabled.
143143
Instead, update cycle is maintained by respective communities:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipfs-desktop",
33
"private": true,
4-
"version": "0.41.2",
4+
"version": "0.42.0",
55
"productName": "IPFS Desktop",
66
"description": "IPFS Native Application",
77
"main": "src/index.js",

pkgs/chocolatey/update.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function hashStream (stream) {
4848
await fs.outputFile(nuspec, nuspecContent)
4949

5050
console.log('Downloading latest binary from:')
51-
const binaryUrl = `https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v${version}/IPFS-Desktop-Setup-${version}.exe`
51+
const binaryUrl = `https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v${version}/ipfs-desktop-setup-${version}-win-x64.exe`
5252
console.log(binaryUrl)
5353

5454
console.log('Calculating sha256...')

scripts/release/updateReadme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const args = process.argv.slice(2)
66
const oldVersion = args[0]
77
const newVersion = args[1]
88

9-
const regExToReplace: RegExp = new RegExp(`((?:ipfs-desktop|IPFS-Desktop-Setup|ipfs-desktop/releases/tag|ipfs-desktop/releases/download)[-/]v?)${oldVersion}`, 'gm');
9+
const regExToReplace: RegExp = new RegExp(`((?:ipfs-desktop|IPFS-Desktop-Setup|ipfs-desktop-setup|ipfs-desktop-portable|ipfs-desktop/releases/tag|ipfs-desktop/releases/download)[-/]v?)${oldVersion}`, 'gm');
1010

1111
(async () => {
1212
const data = await readFile(pathToReadme, 'utf8')

0 commit comments

Comments
 (0)