Ipfs Companion Versions Save

Browser extension that simplifies access to IPFS resources on the web

v3.1.0

7 months ago

Automated Release, please upload artifacts to respective webstores and mark this draft as released.

What's Changed

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v3.0.1...v3.1.0

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v3.0.1

7 months ago

Semi-Automated Release, please upload artifacts to respective webstores and mark this draft as released.

Note: Just fixes the FF version numbers.

What's Changed

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v3.0.0...v3.0.1

Installation

Firefox / Firefox for Android
Install From AMO

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v3.0.0

7 months ago

Semi-Automated Release, please upload artifacts to respective webstores and mark this draft as released.

What's Changed

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.22.1...v3.0.0

Installation

Chrome / Brave / Opera / Edge
Install from Chrome Store

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.22.1

1 year ago

What's Changed

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.22.0...v2.22.1

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.22.0

1 year ago

Automated Release, please upload artifacts to respective webstores and mark this draft as released.

Features

Bug Fixes

  • :fire: Allow automation to run from manual triggers. (#1143) (a61e081)
  • release-automation: :bug: Semver Path (7036f6d)
  • release-automation: Release Please Using Manifests (#1149) (f360ff8)

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.21.0...v2.22.0

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.21.0

1 year ago

Important changes in this release

This release includes changes to our privacy policy and metrics collection. This means app data (non-user data), or telemetry, is gathered by default when running the application. Note that you can still disable the collection of telemetry in the settings page. For more information, see the following:

  1. https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md
  2. https://github.com/ipfs-shipyard/ignite-metrics/pull/76
  3. https://github.com/ipfs/ipfs-gui/issues/117

What's Changed

New Contributors

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.20.1...v2.21.0

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store
Note: publishing could be delayed due to #808

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.20.1

1 year ago

Quick bugfix release to allow testing of /quic-v1 addrs in Kubo v0.18.0-rc1.

What's Changed

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.20.0...v2.20.1

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store
Note: publishing could be delayed due to #808

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.20.0

1 year ago

This is a maintenance release with small bugfixes, cleanups and refactors making future work on #666 easier.

What's Changed

New Contributors

Full Changelog: https://github.com/ipfs/ipfs-companion/compare/v2.19.1...v2.20.0

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store
Note: publishing could be delayed due to #808

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.19.1

2 years ago

This patch release fixes IPFS onboarding in Brave when Companion is enabled as the very first interaction. To learn more about IPFS in Brave see https://brave.com/ipfs-support/

🛠 Fixes and Maintenance

  • fix: onboarding flow in Brave (#1011)
  • chore(i18n): locale sync

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store
Note: publishing could be delayed due to #808

Alternative: use prebuilt artifacts attached to this release, or build and install it manually.

v2.19.0

3 years ago

✨ Features

Low level pinning UI is now replaced with import to Files (MFS) (#997):

2021-05-10--13-53-29

This is the final part of the epic to bring remote pinning to GUI users.

The same import flow is applied to files that are already in IPFS, and ones that are not. After successful import, a link to the resource at a public gateway is copied for sharing, and the user can manage the imported item (rename, move, delete, set pinning) via Files screen in WebUI.

It removes the need for pinning UI in Companion itself: importing to Files (MFS) provides the same protection against garbage collection as low level local pins. It is executed via ipfs files cp command, which does not fetch any new data on top of what is already cached in local datastore. This means import of IPFS resources is always fast, even when importing a big directory.

We are aware this change will confuse existing users who are used to seeing low level pin controls there. Do not worry, you can still pin locally via Files screen using the revamped Set pinning context action.

The new flow aims to be more user-friendly, and work seamlessly with remote pinning UI added in webui v2.12 (already present in ipfs-desktop v0.15.0, will also ship with go-ipfs 0.9.0).

🛠 Fixes and Maintenance

  • chore: native uri router (#999)
  • chore: remove find-badwords.js (#990)
  • chore: web-ext v6.1.0
  • chore: release build with node 14.x
  • chore(i18n): locale sync

Installation

Firefox / Firefox for Android Chrome / Brave / Opera / Edge
Install From AMO Install from Chrome Store
Note: publishing could be delayed due to #808

Alternative: use prebuilt artifacts attached to this release or build and install it manually.