From 477345e64a7ec36979e7cf456c8f7a5f733d16c3 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 6 Nov 2025 02:47:04 +0000
Subject: [PATCH] chore(main): release 0.46.3
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 8 +++++++
README.md | 44 +++++++++++++++++------------------
package-lock.json | 4 ++--
package.json | 2 +-
5 files changed, 34 insertions(+), 26 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 72ab68daf..50deb2cc6 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.46.2"
+ ".": "0.46.3"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f1a209d3..cec3e9772 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ 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).
+## 0.46.3 (2025-11-06)
+
+## What's Changed
+* feat: update webui to v4.10.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3015
+
+
+**Full Changelog**: https://github.com/ipfs/ipfs-desktop/compare/v0.46.2...v0.46.3
+
## 0.46.2 (2025-10-31)
## What's Changed
diff --git a/README.md b/README.md
index 465478339..5fe918627 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://ipfs.tech)
[](https://discuss.ipfs.tech)
[](https://github.com/ipfs/ipfs-desktop/actions?query=branch%3Amain)
-[](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.46.2)
+[](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.46.3)
**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.**
@@ -19,9 +19,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:
-- **Windows:** [ipfs-desktop-setup-0.46.2-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-setup-0.46.2-win-x64.exe)
-- **Mac:** [ipfs-desktop-0.46.2-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-mac.dmg)
-- **Linux:** [ipfs-desktop-0.46.2-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x86_64.AppImage)
+- **Windows:** [ipfs-desktop-setup-0.46.3-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-setup-0.46.3-win-x64.exe)
+- **Mac:** [ipfs-desktop-0.46.3-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-mac.dmg)
+- **Linux:** [ipfs-desktop-0.46.3-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x86_64.AppImage)
- If you prefer to manage updates on your own, see [other package formats](#install) below.
### Table of Contents
@@ -114,33 +114,33 @@ 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/ipfs-desktop/issues/691) and help us add support for it!
### Windows
-- **Installer:** [ipfs-desktop-setup-0.46.2-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-setup-0.46.2-win-x64.exe)\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-setup-0.46.2-win-x64.exe)
+- **Installer:** [ipfs-desktop-setup-0.46.3-win-x64.exe](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-setup-0.46.3-win-x64.exe)\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-setup-0.46.3-win-x64.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`
-- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
+- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
### Mac
-- **Installer:** [ipfs-desktop-0.46.2-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-mac.dmg)\
-[
-](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-mac.dmg)
+- **Installer:** [ipfs-desktop-0.46.3-mac.dmg](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-mac.dmg)\
+[
+](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-mac.dmg)
- **Homebrew** (community-maintained): `brew install --cask ipfs`
-- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
+- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
### Linux/FreeBSD
-- **AppImage**: [ipfs-desktop-0.46.2-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x86_64.AppImage)\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x86_64.AppImage)
-- **Tarball (tar.gz)** (use this for building packages for distros): [ipfs-desktop-0.46.2-linux-x64.tar.xz](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x64.tar.xz)\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x64.tar.xz)
-- **Debian (DEB)** (experimental): [ipfs-desktop-0.46.2-linux-amd64.deb](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-amd64.deb)\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-amd64.deb)
-- **Red Hat (RPM)** (experimental): [ipfs-desktop-0.46.2-linux-x86_64.rpm](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x86_64.rpm)\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x86_64.rpm)
-- **FreeBSD** (experimental): [ipfs-desktop-0.46.2-linux-x64.freebsd](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
-[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.2/ipfs-desktop-0.46.2-linux-x64.freebsd)
+- **AppImage**: [ipfs-desktop-0.46.3-linux-x86_64.AppImage](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x86_64.AppImage)\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x86_64.AppImage)
+- **Tarball (tar.gz)** (use this for building packages for distros): [ipfs-desktop-0.46.3-linux-x64.tar.xz](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x64.tar.xz)\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x64.tar.xz)
+- **Debian (DEB)** (experimental): [ipfs-desktop-0.46.3-linux-amd64.deb](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-amd64.deb)\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-amd64.deb)
+- **Red Hat (RPM)** (experimental): [ipfs-desktop-0.46.3-linux-x86_64.rpm](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x86_64.rpm)\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x86_64.rpm)
+- **FreeBSD** (experimental): [ipfs-desktop-0.46.3-linux-x64.freebsd](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x64.freebsd) (requires [Linux Binary Compatibility to be enabled](https://docs.freebsd.org/en/books/handbook/linuxemu/))\
+[](https://github.com/ipfs/ipfs-desktop/releases/download/v0.46.3/ipfs-desktop-0.46.3-linux-x64.freebsd)
- **Snapcraft** support is deprecated and discouraged due to [confinement issues](https://github.com/ipfs/ipfs-desktop/issues/2031), use `.AppImage` instead
-- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
+- ℹ️ update checks from existing users: [](https://github.com/ipfs/kubo/releases/latest)
Additional third-party packages exist, but have the built-in auto-update mechanism disabled.
Instead, update cycle is maintained by respective communities:
diff --git a/package-lock.json b/package-lock.json
index 1e6709c2b..3addec08b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ipfs-desktop",
- "version": "0.46.2",
+ "version": "0.46.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ipfs-desktop",
- "version": "0.46.2",
+ "version": "0.46.3",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 29abd65c6..2682ad1f5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ipfs-desktop",
"private": true,
- "version": "0.46.2",
+ "version": "0.46.3",
"productName": "IPFS Desktop",
"description": "IPFS Native Application",
"main": "src/index.js",