Skip to content

Releases: ipfs/ipfs-webui

v2.14.0

02 Feb 19:48
Compare
Choose a tag to compare

CID: bafybeiet6eoo4vjqev7cj5qczqwk6f7ao6pjtmj3uu3kfezldugi5eizei (CAR)

Feature highlight: permanent peering

The Add operation on the Peers screen can now add entries to the Peering config.

Permanent peering is useful when a group of IPFS nodes wants to be always connected to each other for immediate transfer over bitswap (without waiting for DHT lookup).

2022-02-02_20-30

What's Changed

New features:

Fixes and chores:

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

06 Sep 13:12
Compare
Choose a tag to compare

CID: bafybeihcyruaeza7uyjd6ugicbcrqumejf6uf353e5etdkhotqffwtguva

This release includes bunch of bugfixes contributed by and one new feature.
A big thank you to @hacdias who spent significant time on fixing bugs listed below ❤️

New feature: customize your Public Gateway

The gateway at ipfs.io is provided on a best-effort basis to the community, but using a centralized gateway and domain name acts as a single point of failure. Recently, we've experienced ipfs.io outage due to DNS block issued by a domain registrar. This prompted review of our stack and helped us identify low-hanging fruits that could mitigate bad UX for users going forward.

In this release, we enable users to customize the public gateway. It is used for things like generating Shareable Links on the Files screen, and providing a fallback download option when preview using local gateway is not possible.

2021-09-06_15-24
Settings screen, ipfs-webui v2.13.0

Give it a try with one of many public gateways.
Read more about HTTP gateways here and here.

Full Changelog

✨ Features

  • feat: ability to use custom public gateway (#1834)
  • feat: check if gateway is valid using image (#1846)

🛠 Fixes and Maintenance

  • fix: use ipfs.io by default (c0e6789)
  • fix: do not show api address form on Desktop (#1835)
  • fix: freeze during file preview (#1836)
  • fix: update desktop language (#1839)
  • fix: frozen pinning service modal error (#1841)
  • fix: selection for text files (#1842)
  • fix: download directories outside of MFS (#1833)
  • chore(i18n): sync locales

v2.12.4

05 Jul 12:52
Compare
Choose a tag to compare

CID: bafybeiflkjt66aetfgcrgvv75izymd5kc47g6luepqmfq6zsf5w6ueth6y

🛠 Fixes and Maintenance

  • feat: link to pinning service docs if available (#1810)
  • fix: remove ensureMFS call when generating share link (#1801)
  • fix: add api input placeholder (#1811)
  • fix: bandwidth graph match 'ipfs stats bw' (#1806)
  • fix: test api with safe CID (ebda764)
  • fix: dir sizes in big dirs (#1815)
  • chore: replace puppeteer with playwright for e2e tests (#1802)
  • chore(i18n): sync locales

v2.12.3

21 May 16:57
Compare
Choose a tag to compare

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

🛠 Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.2

30 Apr 14:10
Compare
Choose a tag to compare

CID: bafybeifuexpvt6g4bkbmsrlb7rnudskfakn6vdrtoja4ml4zbxne2hu6bq

🛠 Fixes and Maintenance

  • fix: dot in pin service name (#1772)
  • chore(i18n): sync locales

v2.12.1

27 Apr 13:05
Compare
Choose a tag to compare

CID: bafybeid3rof2bfszwia2g7ijjzac5ycaczje3vr3sxdtcxziaf6fvi6mwu
Offline import: tar xvf ipfs-webui.tar.gz && ipfs add --cid-version=1 -rQ build/

🛠 Fixes and Maintenance

  • fix: do no send consent removal event (#1768)
  • fix(i18n): cache per version (#1769)
  • docs: simplify release tag creation (#1666)
  • docs: full locale sync before a release (0cc03b7)
  • chore(i18n): sync locales

v2.12.0

19 Apr 20:36
Compare
Choose a tag to compare

CID: bafybeift4ptovt53gunayyrxe2rx3zpeuuq5d7ipbl5veen73s7ppac7yi

How to use this before it ships with go-ipfs, js-ipfs and ipfs-desktop?

If you are comfortable with safelisting DNS name to have access to your API port, try DNSLink versions:

If you use IPFS Companion browser extension, use of the latest webui release is opt-in on its Preferences:

2021-04-19--17-56-34

Long time no see! What is new?

Experimental support for pinning services, and various updates to Files and Peers screens.

Found a bug? 🐛
We have some improvements planned for future releases, including remote pin progress tracking.
Make sure to check existing issues and v2.13 milestone before filling a new issue. PRs are welcome.

Full list of changes can be found at the end, but first some quick highlights:

Built-in support for remote pinning services

This release comes with support for pin remote commands introduced in go-ipfs 0.8.0.

Remote pinning services added via pin remote service add are already detected, one can also add one from Settings screen:

2021-04-19--15-27-51

Then use it in Set pinning action on Files screen:

2021-04-19--15-10-17

It is possible to have multiple services defined, and change pinning state for all of them with a single click:

Screenshot_2021-04-19  animals pets Files IPFS(2)

It is also possible to enable auto upload of everything in Files.

This is a GUI for Pinning.RemoteServices..Policies.MFS.Enable. When enabled, IPFS node will periodically update the remote pin for MFS root, removing the need for manually pinning individual files.

Screenshot_2021-04-19 Settings IPFS

Final notes on remote pinning via ipfs-webui:

  • For now, remote pins happen in the background, which means we call pin remote add with --background flag.
  • Anyone can run a pinning service, the only requirement is to follow IPFS Pinning Service API spec.
  • Just want to see how it works? Pinata provides 1GB of space for free.
  • Learn how to work with pinning services.

Progress reporting for bigger imports

There is now UI that displays progress of bigger imports:

Screenshot_2021-04-19  animals pets Files IPFS

Improved MFS removal with built-in pin management

Everything in Files is backed by MFS, which is protected from garbage-collection.

Local pins are independent of MFS, so it is possible to have a local pin that is not listed in Files, or to pin something locally and then remove it from MFS. To avoid "dangling local pins", we improved the Remove action on the Files screen.

When an item is removed from Files, and has a local or a remote pin, the default behavior is to keep the remote pin, but unpin locally:

2021-04-19--21-54-50

This frees up the local storage while ensuring remote pins are left untouched.

Improved Peers page

  • Latest ipfs-geoip now shows correct location for IP ranges sold/transferred since last update.
  • Every cell can now be clicked and a meaningful value will be copied to the clipboard.
  • New Open Streams column shows which libp2p streams were established with each peer.

Full Changelog

✨ Features

  • feat: pinning services (#1678, #1685, #1713, #1760)
  • feat: peers table enhancements (#1616)
  • feat: upload progress ui (#1655)
  • feat: delete-modal pin guidance, improved language (#1644)
  • feat: joyride for pinning services & tutor mode (#1701)
  • feat: add visual feedback on API address change (#1671)
  • feat: updated geoip dataset (2020-10-13) (#1675)
  • feat(peers): /dnsaddr/ and /quic/ support (#1689)
  • feat(i18n): add ur, uk, tr and pt-BR (407070c)

🛠 Fixes and Maintenance

  • fix: drag-n-drop to a dir with escaped characters (#1764)
  • fix: size badge on the files page (#1753)
  • fix: pinning services description (#1754)
  • fix: batch caching of remote pin lookups (#1741)
  • fix: match service endpoint (dadaf04)
  • fix: text selection inside advanced section (#1747)
  • fix(cli-tutor): separate helptext (#1700) & import actions in subdirectories (#1706)
  • fix(files): wrap tooltips of long file names (#1709)
  • fix: trim input of "Import from IPFS" (#1718)
  • refactor(i18n): automatic locale data (#1725)
  • style: uppercase, standardize repo stats display (#1679)
  • chore: update ipld-explorer-components (#1750, #1759, c1784e0)
  • chore: move build to gh action (#1763)
  • chore(i18n): sync locales

v2.11.4

07 Oct 11:55
Compare
Choose a tag to compare

CID: bafybeif4zkmu7qdhkpf3pnhwxipylqleof7rl6ojbe7mq3fzogz6m4xk3i

✨ Features

  • feat: better left navbar response at varying heights (#1663)

🛠 Fixes and Maintenance

  • chore: update ipld-explorer-components (#1661)
  • docs: update release steps (#1662)
  • chore(i18n): sync locales

v2.11.3

06 Oct 17:15
39a384c
Compare
Choose a tag to compare

CID: bafybeigv2xkwu2v27rx56m7ndg5dnz4b7235pn33andlriqhyy5s6nwyvq

✨ Features

  • feat: add version info in nav and Status screen, tighten nav accordingly (#1654)
  • feat(i18n): cache locale files (#1658)

🛠 Fixes and Maintenance

  • fix: broken file list stories (#1657)
  • fix: import / importing items count (#1660)

v2.11.2

28 Sep 15:31
Compare
Choose a tag to compare

CID: bafybeifekmcbbi4nwyj4aasti6x3nuhyli464wfjjfdjg4xnz53lhyiedq

🛠 Fixes and Maintenance

  • fix: files pin status now shows correctly (#1633)
  • fix(i18n): sync app.json and notify.json (#1637)
  • chore: update hint text in browse bar (#1638)
  • fix: context menu now has all options when it's a directory (#1639)
  • chore: refactor and type major components to streamline logic (#1589)
  • chore(ci): use npm ci (#1614)
  • fix: allow json and text fields to be in preview file component (#1646)