Skip to content

Commit ddb7787

Browse files
chore(main): release 0.43.1
1 parent baced38 commit ddb7787

File tree

5 files changed

+30
-26
lines changed

5 files changed

+30
-26
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.43.0"
2+
".": "0.43.1"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.43.1 (2025-05-23)
7+
8+
**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.43.0...v0.43.1
9+
610
## 0.43.0 (2025-05-22)
711

812
## What's Changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![ipfs](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
44
[![forum](https://img.shields.io/discourse/posts?server=https%3A%2F%2Fdiscuss.ipfs.tech)](https://discuss.ipfs.tech)
55
[![ci](https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-desktop/ci.yml?branch=main)](https://github.com/ipfs/ipfs-desktop/actions?query=branch%3Amain)
6-
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.43.0)
6+
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.43.1)
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-
- **Windows:** [ipfs-desktop-setup-0.43.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-setup-0.43.0-win-x64.exe)
23-
- **Mac:** [ipfs-desktop-0.43.0-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-0.43.0-mac.dmg)
24-
- **Linux:** [ipfs-desktop-0.43.0-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-0.43.0-linux-x86_64.AppImage)
22+
- **Windows:** [ipfs-desktop-setup-0.43.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-setup-0.43.0-win-x64.exe)
23+
- **Mac:** [ipfs-desktop-0.43.1-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-0.43.1-mac.dmg)
24+
- **Linux:** [ipfs-desktop-0.43.1-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-0.43.1-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
@@ -114,33 +114,33 @@ Release notes and older versions of IPFS Desktop can be found on the [releases p
114114
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!
115115

116116
### Windows
117-
- **Installer:** [ipfs-desktop-setup-0.43.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-setup-0.43.0-win-x64.exe)\
118-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/ipfs-desktop-setup-0.43.0-win-x64.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-setup-0.43.0-win-x64.exe)
117+
- **Installer:** [ipfs-desktop-setup-0.43.0-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-setup-0.43.0-win-x64.exe)\
118+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/ipfs-desktop-setup-0.43.0-win-x64.exe.svg?style=flat-square&label=downloads)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-setup-0.43.0-win-x64.exe)
119119
- **Chocolatey** (community-maintained): `choco install ipfs-desktop`
120120
- **Scoop** (community-maintained): `scoop bucket add extras; scoop install extras/ipfs-desktop`
121121
- **WinGet** (community-maintained): `winget install IPFS.IPFS-Desktop`
122-
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/latest.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
122+
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/latest.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
123123

124124
### Mac
125-
- **Installer:** [ipfs-desktop-0.43.0-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-0.43.0-mac.dmg)\
126-
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/ipfs-desktop-0.43.0-mac.dmg.svg?style=flat-square&label=downloads)<br/>
127-
![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/ipfs-desktop-0.43.0-squirrel.zip.svg?style=flat-square&label=update)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.0/ipfs-desktop-0.43.0-mac.dmg)
125+
- **Installer:** [ipfs-desktop-0.43.1-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-0.43.1-mac.dmg)\
126+
[![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/ipfs-desktop-0.43.1-mac.dmg.svg?style=flat-square&label=downloads)<br/>
127+
![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/ipfs-desktop-0.43.1-squirrel.zip.svg?style=flat-square&label=update)](https://github.com/ipfs/ipfs-desktop/releases/download/v0.43.1/ipfs-desktop-0.43.1-mac.dmg)
128128
- **Homebrew** (community-maintained): `brew install --cask ipfs`
129-
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.0/latest-mac.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
129+
- ℹ️ update checks from existing users: [![](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.43.1/latest-mac.yml.svg?style=flat-square&label=autoupdate)](https://github.com/ipfs/kubo/releases/latest)
130130

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

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)