Releases: ipfs/ipfs-companion
v2.0.0alpha2
First public build of WebExtension rewrite. Requires Firefox 52 or later.
This is alpha quality, we do not have proper test suite yet and UX is quite basic. YMMV.
We would appreciate feedback and bug reports.
Known issues
-
"page action" → "Copy Public Gateway URL " may return broken link (#217)
Temporary workaround for users of
v2.0.0alpha2
is to remove/
from the end of "Custom Gateway URL" in "Preferences": -
"right click on any image or video → Upload to IPFS" sometimes does not work for some resources,
eg. https://pbs.twimg.com/media/CIR4ppcUMAApv5a.jpg (investigating)
New features
-
"browser action" → Quick Upload → select file from disk to upload to IPFS
(this is a PoC and UX is bit rough. Upload tab will be replaced with Aidebar action #214) -
right click on any image or video → Upload to IPFS
-
"page actions" for IPFS resources:
-
Firefox 54+: support for
web+ipfs:
,web+ipns:
andweb+fs:
protocols (#164 (comment)) -
bugfix for opening "Open WebUI" from Browser Action (broken in v2.0.0alpha1)
Installation via Development Channel
https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/versions/2.0.0alpha2
v2.0.0alpha1
This release had a silly bug, use v2.0.0alpha2 instead 🙃
v1.6.0
v1.5.11
v1.5.10
v1.5.9
v1.5.8
In this release:
- Show link to WebUI when API is up
- Remove hypnen when no git hash in version
- GPG-signed commits and release tags
v1.5.7
v1.5.6
v1.5.5
In this release:
- GUI fix for dark GTK themes
- Experimental support for
fs:
URIs without redirecting tohttp:
(thanks to @the8472)