Skip to content

Releases: ipfs/ipfs-companion

v2.0.12 (RC2)

10 Oct 16:08
Compare
Choose a tag to compare
v2.0.12 (RC2) Pre-release
Pre-release

In this release

  • feat: normalize dweb: in href and src (#286)

    Content script detects premature :-) use of IPFS-related protocols in href and src attributes
    of DOM elements such as <a> or <img> and replaces them with URL
    at the user-specified public HTTP gateway.
    And yes, if IPFS API is online, HTTP request will be redirected to custom gateway!

  • style: improved validation URLs in Preferences (03491f5)
  • diff: v2.0.11...v2.0.12

Installation

v2.0.11 (RC1)

08 Oct 18:45
Compare
Choose a tag to compare
v2.0.11 (RC1) Pre-release
Pre-release

In this release

  • feat: proper /ipns/ validation (7d9a1f2)
    Background: this is a final touch in effort for enabling automating detection of IPFS resources on all websites. We don't have false-positives anymore, there is no need for a white-list of known public gateways.
    The add-on detects /ipfs/$cid and /ipns/$cid_or_fqdn_with_dnslink on any website and is able to load it from IPFS (via custom gateway)
  • feat: Option to customize Default Public Gateway (#284)
  • feat(options): URL validation in Preferences (3565061)
  • fix(browserAction): improved support for HiDPI screens (8a43015)
  • feat: option to reset all preferences to default values (7759546)
  • diff: v2.0.10...v2.0.11

Installation

v2.0.10 (Beta 2)

27 Sep 23:27
Compare
Choose a tag to compare
v2.0.10 (Beta 2) Pre-release
Pre-release

In this release

  • feat: Poor Man's Protocol Handlers (ridiculous idea from #164 (comment))
  • fix: more strict custom protocols (#283 (comment))
  • feat: linkify only officially supported custom protocols
    • Support dweb: address scheme: closes #280
    • Disabled support for unsupported schemes, as described in #283 (comment)
    • Improve performance on complex and dynamic pages: closes #231
  • feat: option to disable daemon online/offline notifications: closes #282
  • diff: v2.0.9...v2.0.10

Installation

v2.0.9 (Beta 1)

12 Sep 21:03
Compare
Choose a tag to compare
v2.0.9 (Beta 1) Pre-release
Pre-release

In this release

  • Improved Automatic Mode toggles redirect only when API is going online/offline (#274)
  • Fixed browser action popup height in Chrome
  • Improved UX and validation of Preferences screen (screenshot below)
  • Removed need for unsafe-eval in manifest.json/content_security_policy (#269)
  • Added support for CIDv1 (#275)

Installation

New Preferences Screen

2017-09-10-201017_918x1213_scrot

v2.0.8 (Alpha 8)

26 Jul 20:24
Compare
Choose a tag to compare
v2.0.8 (Alpha 8) Pre-release
Pre-release

In this release

This is the very first release after WebExtension rewrite (#20) submitted to Mozilla for official review.

New Features Since v1.6.0

  • Quick Upload of local files to IPFS via Browser Action button
  • Mirror to IPFS via right click on any image or video on any website

Known Regressions Since v1.6.0

  • Native custom protocols without web- prefix (fs:, ipfs:, ipns:) are no longer supported due to lacking WebExtension APIs (#164)
  • Performance of experimental features is unknown, your mileage may vary

Installation

Screenshot

screenshot v2.0.8

v2.0.0alpha7

09 Jul 17:58
Compare
Choose a tag to compare
v2.0.0alpha7 Pre-release
Pre-release

In this release:

  • added zh_CN locale contributed by @yfdyh000 (thanks!)
  • fixed some bugs (#259 and #243)
  • improved API polling under Chromium-based browsers (#218)
  • updated web-ext to v1.10.0
  • updated ipfs-api to v14.0.4

Installation

v2.0.0alpha6

31 May 22:22
Compare
Choose a tag to compare
v2.0.0alpha6 Pre-release
Pre-release

Bugfix release: fixes Preferences screen under Firefox 55 (#257).

Firefox: Install from Development Channel

v2.0.0alpha5

24 May 22:32
Compare
Choose a tag to compare
v2.0.0alpha5 Pre-release
Pre-release

In this release:

  • changed name to IPFS Companion (#225)
  • minor UX changes due to Chrome compability (#218):

    2017-05-13-211205_897x506_scrot

  • removed pageAction: pinning, copying public link etc is now under browserAction
  • we no longer use native browser style so there may be some visual degradation -- please fill Issues with screenshots for these
  • fixed browserAction: hide quick upload when no peers
  • updated web-ext to version 1.9.1

Firefox Install from Development Channel

OR..

Manual Chromium Installation

  1. Download Sources
  2. Build it:
npm install
npm run build
  1. Then open up chrome://extensions in Chromium-based browser, enable "Developer mode", click "Load unpacked extension..." and point it at add-on/manifest.json

v2.0.0alpha4

22 Apr 17:53
0ae21a7
Compare
Choose a tag to compare
v2.0.0alpha4 Pre-release
Pre-release

In this release:

  • updated web-ext to version 1.9.0
  • improved UX of Quick Upload feature
  • switched GUI to native style provided by Firefox itself:

    2017-04-22-193447_1147x710_scrot
    2017-04-22-193517_1147x710_scrot

Install from Development Channel

v2.0.0alpha3

30 Mar 20:13
cfcc041
Compare
Choose a tag to compare
v2.0.0alpha3 Pre-release
Pre-release

In this release:

  • js-ipfs-api v14.0.0
  • API and GW URLs are normalized on start
  • hide WebUI link when API is down
  • support pinning of IPNS resources (#222)
  • display help when upload fails due to Tracking Protection (#227)

Install from Development Channel