Skip to content

Releases: ipfs/ipfs-companion

v2.7.5.760 (Beta)

18 Mar 23:20
7bf3d2c
Compare
Choose a tag to compare
v2.7.5.760 (Beta) Pre-release
Pre-release

Features

Other

Installation

v2.7.5.757 (Beta)

18 Mar 11:20
4f33983
Compare
Choose a tag to compare
v2.7.5.757 (Beta) Pre-release
Pre-release

Features

Fixes

  • Fixed flashing of pin/unpin toggle (#697)

Other

Installation

v2.7.5.753 (Beta)

13 Mar 00:38
f5c7988
Compare
Choose a tag to compare
v2.7.5.753 (Beta) Pre-release
Pre-release

Features

Context actions on DNSLink sites

This Beta adds context actions on DNSLink sites (#694) (when redirect is disabled).
This is a prerequisite for resolving #667.

Visual refresh continues!

Main menu tweaks based on feedback from #689:

on/on/off off/disabled/on Preferences
2019-03-06--14-57-50 2019-03-06--15-03-21 2019-03-06--14-56-36
  • Improved colors of the toggle switch (#692)
  • Replaced checkboxes on Preferences screen (#692)
  • Pin/unpin no longer closes the browser action menu (91990ad)

Got ideas how we can make it better and easier to use?
Join discussion at Design: New UI for IPFS Companion (#689)

Fixes

  • Work around missing dnslink resolver under js-ipfs (f23bc2e)

Other

Installation

v2.7.5.748 (Beta)

05 Mar 01:16
ede86a7
Compare
Choose a tag to compare
v2.7.5.748 (Beta) Pre-release
Pre-release

Features

Per-site Redirect Opt-out (PR #687)

  • closes: Redirection toggle in popup menu (#647)
  • closes: Redirect opt-out per website (#633)

Visual refresh

This is a first stab at improving the UI.
Got ideas how we can make it better and easier to use?
Join discussion at Design: New UI for IPFS Companion (#689)

regular website dnslink website offline mode
github-2019-03-05--00-32-02 ipfs-on-2019-03-05--00-32-32 ipfs-off-2019-03-05--00-33-03

Fixes

  • fix: add browser.* to nav-header (ede86a7)

Other

Installation

v2.7.5 (Stable)

16 Feb 20:17
c70dc71
Compare
Choose a tag to compare

This is a bugfix release for Firefox for Android

Fix

  • fix: restore proper startup on Android (4e3c7e7)

Installation

Firefox, Firefox for Android Chromium: Chrome, Brave, Opera
Install From AMO Install from Chrome Store

Alternative: use *generic.zip below or build and install it manually.

v2.7.4 (Stable)

14 Feb 23:46
1b81a4f
Compare
Choose a tag to compare

This is a bugfix release for #679

Feature / Fix

  • feat: load Web UI from IPFS | PR #680
    • This change aims to fix reproducibility issues reported by reviewer at Mozilla: #679 (comment)

Other

  • due to above fix we had to disable Web UI for embedded js-ipfs node

Installation

Firefox, Firefox for Android Chromium: Chrome, Brave, Opera
Install From AMO Install from Chrome Store

Alternative: use *generic.zip below or build and install it manually.

v2.7.3 (Stable)

10 Feb 20:35
bf9a69e
Compare
Choose a tag to compare

Features

Fixes

  • fix: reproducible docker build (de77509 && bf9a69e)
    • this should solve issues reported by a reviewer and restore our presence at addons.mozilla.org
  • fix: support API listening on ipv6 (#671)
  • fix: do not suicide startup of js-ipfs if user-provided ws-star is down (#669)

Other

Installation

Firefox / Firefox for Android Chromium-based: Chrome, Brave
Did not pass review due to #679 Install from Chrome Store

Alternative: use *generic.zip above or build and install it manually.

v2.7.0.12740 (Beta)

30 Jan 18:15
Compare
Choose a tag to compare
v2.7.0.12740 (Beta) Pre-release
Pre-release

Features

Fixes

  • fix: support API listening on ipv6 (#671)
  • fix: do not suicide startup is ws-star is down (#669)

Other

Installation

v2.7.0 (Stable)

18 Jan 13:44
16d049e
Compare
Choose a tag to compare

Changes Since v2.6.3

  • Web UI v2.3.3 (#660)
  • Warning about mixed content errors (#650), closes #648

    2019-01-03--15-41-45

  • window.ipfs v2: added window.ipfs.enable() (#619)
    • Context and main discussion: #589
    • Newly added await window.ipfs.enable({ commands: ['id','peers'] }) triggers the Bulk Permission Prompt:

    • Deprecation warning is shown for window.ipfs.<cmd>():

      Calling commands directly on window.ipfs is deprecated and will be removed on 2019-04-01. Use API instance returned by window.ipfs.enable() instead. More: /docs/window.ipfs.md

      • Tip: if possible, use window.ipfs-fallback library that takes care of basic fallback ceremony.
        It will ensure your app follows API changes and does not break in the future.
    • Support opt-in ipfsx experiment (b633eb4)

      if experiments:{ipfsx:true} is passed to window.ipfs.enable it will return IPFS API instance wrapped in ipfsx prototype from ipfs-shipyard/ipfsx

    • Remove ACL whitelist for window.ipfs (756b177)

      no command can be run without explicit approval from the user

Fixes

  • fix(ui) copying links works for SVG and PDF (f707f44), closes #440
  • fix(api): support HTTPS API endpoints (#654)
  • fix(api): support backends with both old and new Files API (#651, a403af3)
  • fix(proxy): missing Files APIs over window.ipfs (#657)
  • fix(proxy): fail fast on unsupported flag (a28da88)

Other

  • switched external API client to ipfs-http-client (4a8f70b)
  • switched to TerserPlugin, regenerated yarn.lock (fb27d28)

Installation

Firefox / Firefox for Android Chromium-based: Chrome, Brave
Install From AMO Install from Chrome Store

Alternative: use *generic.zip above or build and install it manually.

v2.6.3.12650 (Beta)

15 Jan 15:28
a211e21
Compare
Choose a tag to compare
v2.6.3.12650 (Beta) Pre-release
Pre-release

Features

  • feat: update to Web UI v2.3.2 (#653)

Fixes

  • fix(api): support HTTPS API endpoints (#654)
  • fix(api): support both ipfs.add and ipfs.files.add (a403af3)
  • fix(webui): file add and drag and drop (a3cef39, ipfs/ipfs-webui#931)
  • fix(proxy): missing Files APIs over window.ipfs (#657)
  • fix(proxy): fail fast on unsupported flag (a28da88)

Other

Installation