Releases: ipfs/ipfs-webui
v2.18.0
2.18.0 (2022-09-09)
CID bafybeidb5eryh72zajiokdggzo7yct2d6hhcflncji5im2y5w26uuygdsm
Features
Bug Fixes
- ci: parsing "ipfs-cluster-ctl peers ls" output (#1966) (828e460)
- korean detection (#2005) (362dab8)
- Kubo agent text to link via ReleaseLink #2010 (#2011) (3d04988)
- nodejs readme badges (#1985) (a9e661b)
- remove web ui version and keep revision (#2000) (42ed78d)
- resolve issues with automated releases (#1974) (9a7cfad)
Trivial Changes
- add missing classnames dependency (#1977) (c4216b8)
- deps: update react-scripts (#1969) (136b260)
- pull transifex translations (#1996) (0de4267)
- Pull transifex translations (#2003) (cc51b15)
- readme: NodeJS version support info (#1986) (829450d)
- readme: update release steps (#1963) (c5b4822)
- Update .github/workflows/stale.yml [skip ci] (f15818d)
- update storybook and stories (#2007) (83ceac1), closes /github.com/storybookjs/storybook/blob/next/MIGRATION.md#webpack-5
v2.17.3
v2.17.1
v2.17.0
v2.16.0
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
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
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
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).
What's Changed
New features:
- feat: add peer permanently by default by @hacdias in #1850
- feat: "import from IPFS" with a name by @hacdias in #1853
Fixes and chores:
- fix: navbar links to the github repo. by @AyumuKasuga in #1852
- fix: missing ReleaseLink in go-ipfs version by @xrazis in #1865
- feat: show agent version suffix by @xrazis in #1866
- fix: replace .substr by .substring by @hacdias in #1891
- fix: download HAMT-sharded directories by @hacdias in #1890
- chore: release prep and dnslink fix by @lidel in #1898
- chore: local sync
New Contributors
- @AyumuKasuga made their first contribution in #1852
- @xrazis made their first contribution in #1865
Full Changelog: v2.13.0...v2.14.0
v2.13.0
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.
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
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