Releases: ipfs/ipfs-companion
v2.7.5.760 (Beta)
Features
- Update to Web UI v2.4.3
Other
- i18n: synchronized translations
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually
v2.7.5.757 (Beta)
Features
Fixes
- Fixed flashing of pin/unpin toggle (#697)
Other
- chore: dependency bump (#696)
- i18n: How can I add/improve translation for my language?
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually
v2.7.5.753 (Beta)
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 |
---|---|---|
- 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
- Internal refactoring of CID/Path resolvers (#694)
- i18n: added some new labels to translate
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually
v2.7.5.748 (Beta)
Features
Per-site Redirect Opt-out (PR #687)
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 |
---|---|---|
Fixes
- fix: add browser.* to nav-header (ede86a7)
Other
- i18n: added some new labels to translate
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually
v2.7.5 (Stable)
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 |
---|---|
Alternative: use *generic.zip
below or build and install it manually.
v2.7.4 (Stable)
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 |
---|---|
Alternative: use *generic.zip
below or build and install it manually.
v2.7.3 (Stable)
Features
- feat: enable Web UI for embedded js-ipfs (#656)
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
- chore: update deps (63bc969)
- Added
bundle:brave
npm script to ease research of #664 - i18n: sync locales
Installation
Firefox / Firefox for Android | Chromium-based: Chrome, Brave |
---|---|
Did not pass review due to #679 |
Alternative: use *generic.zip
above or build and install it manually.
v2.7.0.12740 (Beta)
Features
- feat: enable Web UI for embedded js-ipfs (#656)
Fixes
Other
- chore: update deps (63bc969)
- Added
bundle:brave
npm script to ease research of #664 - i18n: sync locales
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually
v2.7.0 (Stable)
Changes Since v2.6.3
- Web UI v2.3.3 (#660)
- Warning about mixed content errors (#650), closes #648
- 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.
- Tip: if possible, use window.ipfs-fallback library that takes care of basic fallback ceremony.
- Support opt-in ipfsx experiment (b633eb4)
if
experiments:{ipfsx:true}
is passed towindow.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)
- switch yarn to registry.js.ipfs.io (d5ff013)
- Update dependencies, sync locales
Installation
Firefox / Firefox for Android | Chromium-based: Chrome, Brave |
---|---|
Alternative: use *generic.zip
above or build and install it manually.
v2.6.3.12650 (Beta)
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
- refactor(proxy): standard error when window.ipfs is disabled (ac150f2)
- chore(deps): multiaddr v6.0.3
- chore(deps): ipfs-http-client v28.1.1
- chore(i18n): sync locales
Installation
- Firefox: Beta Channel at Github
- Chrome, Brave and other Chromium-based: Beta Channel at Chrome Web Store
- Alternative: use generic
.zip
attached above or build and install it manually