Skip to content

Releases: ipfs/ipfs-webui

v2.18.0

09 Sep 23:33
Compare
Choose a tag to compare

2.18.0 (2022-09-09)

CID bafybeidb5eryh72zajiokdggzo7yct2d6hhcflncji5im2y5w26uuygdsm


Features

Bug Fixes

Trivial Changes

v2.17.3

09 Jul 20:37
Compare
Choose a tag to compare

2.17.3 (2022-07-09)

CID bafybeihfkeactw26tghz7m3puzh4zqlukvft2f7atfdc7t2qmqn2vszhc4


Bug Fixes

v2.17.1

09 Jul 05:13
Compare
Choose a tag to compare

2.17.1 (2022-07-09)

CID bafybeidh5hyn64y7cddejdlo7enfuz5mklomlswxqmiaq2pnfuw6zlqkfy


Trivial Changes

v2.17.0

09 Jul 03:48
Compare
Choose a tag to compare

2.17.0 (2022-07-09)

CID bafybeicau362acbsnxjbpukuyuufh4vjzw6yoph7wpa67f2rgujdhd3goq


Features

  • test npm build&install against LTS node versions (#1967) (39dc9e9)

Trivial Changes

  • readme: remove node 10.x badge (b2d63ce)

v2.16.0

08 Jul 19:09
Compare
Choose a tag to compare

2.16.0 (2022-07-08)

CID bafybeif2m4cd3vwwx532hclbuifl2ihqvtv627jatrljrh44gzmvtlg4xe


Features

Bug Fixes

  • ci: .github/workflows/tx-pull.yml (7ddf870)
  • npm install before semantic release (e806924)
  • semantic-release uses GITHUB_TOKEN (1f74b1b)
  • updated ipfs-geoip (2022-06-28) (#1958) (9e4dde2)

Trivial Changes

v2.15.1

29 Jun 18:16
Compare
Choose a tag to compare

CID bafybeibozpulxtpv5nhfa2ue3dcjx23ndh3gwr5vwllk7ptoyfwnfjjr4q


What's Changed

  • fix: fetch local pins stats by @hacdias in #1911
  • fix: FilesExplorerForm icons for differing browser text sizes by @jayschwa in #1916
  • feat: support public and private gateway on IPLD explore by @hacdias in #1856
  • feat: download as CAR via the context menu by @hacdias in #1837
  • Add pinning compliance links by @SgtPooki in #1943
  • fix: use gateway links to download standalone files by @hacdias in #1945

New Contributors

Full Changelog: v2.15.0...v2.15.1

v2.15.0

11 Feb 14:01
Compare
Choose a tag to compare

CID: bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu (CAR)

What's Changed

  • refactor: on-demand remote pin status checks by @lidel in #1903
    • TLDR: this should improve things when using rate-limited remote pinning service like Pinata

Full Changelog: v2.14.0...v2.15.0

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