diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..6100252e7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,1647 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +## [v2.15.1](https://github.com/ipfs/ipfs-webui/compare/v2.15.0...v2.15.1) + +### Merged + +- fix: use gateway links to download standalone files [`#1945`](https://github.com/ipfs/ipfs-webui/pull/1945) +- feat: Add pinning compliance links [`#1943`](https://github.com/ipfs/ipfs-webui/pull/1943) +- feat: download as CAR via the context menu [`#1837`](https://github.com/ipfs/ipfs-webui/pull/1837) +- feat: support public and private gateway on IPLD explore [`#1856`](https://github.com/ipfs/ipfs-webui/pull/1856) +- fix: search box icons with custom browser text size [`#1916`](https://github.com/ipfs/ipfs-webui/pull/1916) +- fix: fetch local pins stats [`#1911`](https://github.com/ipfs/ipfs-webui/pull/1911) + +### Commits + +- chore: add changelog [`a743349`](https://github.com/ipfs/ipfs-webui/commit/a743349c5bb3fb84739bdf8ed688f46ba9603687) +- chore: pull translations [`187f68e`](https://github.com/ipfs/ipfs-webui/commit/187f68e4cdf18d4802f9175e8f94edf8234a6c98) +- chore: adjust stale bot to 30+30 days [`b64386d`](https://github.com/ipfs/ipfs-webui/commit/b64386d644966ab653b15c600e66105005383b90) +- chore: add repository to package.json [`5940194`](https://github.com/ipfs/ipfs-webui/commit/59401942cbd0c6b2c932cdbaabcc252c25d85e1d) +- chore: adjust stale bot to 30+30 days [`a4b31ed`](https://github.com/ipfs/ipfs-webui/commit/a4b31ed44efd34420df2a9a595060955510f045a) + +## [v2.15.0](https://github.com/ipfs/ipfs-webui/compare/v2.14.0...v2.15.0) - 2022-02-11 + +### Merged + +- refactor: on-demand remote pin status checks [`#1903`](https://github.com/ipfs/ipfs-webui/pull/1903) + +### Commits + +- chore: release docs with the latest tx client [`2be050b`](https://github.com/ipfs/ipfs-webui/commit/2be050b9f553a27367b5f3787bd65f238c282d66) + +## [v2.14.0](https://github.com/ipfs/ipfs-webui/compare/v2.13.0...v2.14.0) - 2022-02-02 + +### Merged + +- chore: release prep [`#1898`](https://github.com/ipfs/ipfs-webui/pull/1898) +- fix: download HAMT-sharded directories [`#1890`](https://github.com/ipfs/ipfs-webui/pull/1890) +- fix: replace .substr by .substring [`#1891`](https://github.com/ipfs/ipfs-webui/pull/1891) +- feat: show agent version suffix [`#1866`](https://github.com/ipfs/ipfs-webui/pull/1866) +- fix: go-ipfs release notes link [`#1865`](https://github.com/ipfs/ipfs-webui/pull/1865) +- feat: add peer permanently by default [`#1850`](https://github.com/ipfs/ipfs-webui/pull/1850) +- feat: "import from IPFS" with a name [`#1853`](https://github.com/ipfs/ipfs-webui/pull/1853) +- fix: navbar links to the github repo [`#1852`](https://github.com/ipfs/ipfs-webui/pull/1852) + +### Fixed + +- fix: ipfs files cp tutor [`#1871`](https://github.com/ipfs/ipfs-webui/issues/1871) + +### Commits + +- chore(i18n): locale sync [`136bfbd`](https://github.com/ipfs/ipfs-webui/commit/136bfbd8437f9c37f97462cc8431da6ff5298d88) +- chore: adjust stale bot to 30+30 days [`3ec47b5`](https://github.com/ipfs/ipfs-webui/commit/3ec47b53df1c6ee3c1d942cc9320ec58fcebe70e) +- chore: chat badge [`1ecbfea`](https://github.com/ipfs/ipfs-webui/commit/1ecbfea25775a35e59ab5e3d6cd3ddb48996b4b5) +- chore(ci): disable js-ipfs interop [`2e52e24`](https://github.com/ipfs/ipfs-webui/commit/2e52e2491439da9b941a314a7175366674d56873) + +## [v2.13.0](https://github.com/ipfs/ipfs-webui/compare/v2.12.4...v2.13.0) - 2021-09-06 + +### Merged + +- feat: check if gateway is valid using image [`#1846`](https://github.com/ipfs/ipfs-webui/pull/1846) +- fix: do not show api address form on Desktop [`#1835`](https://github.com/ipfs/ipfs-webui/pull/1835) +- fix: freeze during file preview [`#1836`](https://github.com/ipfs/ipfs-webui/pull/1836) +- fix: update desktop language [`#1839`](https://github.com/ipfs/ipfs-webui/pull/1839) +- feat: ability to use custom public gateway [`#1834`](https://github.com/ipfs/ipfs-webui/pull/1834) +- fix: frozen pinning service modal error [`#1841`](https://github.com/ipfs/ipfs-webui/pull/1841) +- fix: selection for text files [`#1842`](https://github.com/ipfs/ipfs-webui/pull/1842) +- fix: download directories outside of MFS [`#1833`](https://github.com/ipfs/ipfs-webui/pull/1833) + +### Commits + +- chore: dependency updates [`d50be73`](https://github.com/ipfs/ipfs-webui/commit/d50be73798f2cfad673d53a31c31fb3ab57fb2fa) +- chore(i18n): locale sync [`87269fa`](https://github.com/ipfs/ipfs-webui/commit/87269fa6b5bd8113065fff072e3204904bd6469b) +- chore: transitive deps [`fe2ab98`](https://github.com/ipfs/ipfs-webui/commit/fe2ab98f6a2df478148877214feacc1c282a87cb) +- chore: add stale bot [`ee8e640`](https://github.com/ipfs/ipfs-webui/commit/ee8e6406bcd2bcea44c0ba31dced8d30f24e5810) +- fix: use ipfs.io by default [`c0e6789`](https://github.com/ipfs/ipfs-webui/commit/c0e6789bdf9e953f06f0e93b0f42df8baa972783) + +## [v2.12.4](https://github.com/ipfs/ipfs-webui/compare/v2.12.3...v2.12.4) - 2021-07-05 + +### Merged + +- fix: dir sizes in big dirs [`#1815`](https://github.com/ipfs/ipfs-webui/pull/1815) +- feat: link to pinning service docs if available [`#1810`](https://github.com/ipfs/ipfs-webui/pull/1810) +- fix: bandwidth graph match 'ipfs stats bw' [`#1806`](https://github.com/ipfs/ipfs-webui/pull/1806) +- fix: add api input placeholder [`#1811`](https://github.com/ipfs/ipfs-webui/pull/1811) +- feat: replace puppeteer with playwright for e2e tests [`#1802`](https://github.com/ipfs/ipfs-webui/pull/1802) +- remove ensureMFS call when generating share link [`#1801`](https://github.com/ipfs/ipfs-webui/pull/1801) + +### Fixed + +- fix: add api input placeholder (#1811) [`#1807`](https://github.com/ipfs/ipfs-webui/issues/1807) + +### Commits + +- chore(i18n): locale sync [`6485732`](https://github.com/ipfs/ipfs-webui/commit/6485732251011087802e5773e3556600c4baefa7) +- fix: test api with safe CID [`ebda764`](https://github.com/ipfs/ipfs-webui/commit/ebda7644dbf1a4cf0712b31a5fa3a68ccf3aa470) + +## [v2.12.3](https://github.com/ipfs/ipfs-webui/compare/v2.12.2...v2.12.3) - 2021-05-21 + +### Merged + +- fix: cleanup size and bandwidth units [`#1791`](https://github.com/ipfs/ipfs-webui/pull/1791) +- fix: allow spaces in rename modal [`#1795`](https://github.com/ipfs/ipfs-webui/pull/1795) +- style: secret access token label [`#1792`](https://github.com/ipfs/ipfs-webui/pull/1792) +- fix: removal of multiple files [`#1790`](https://github.com/ipfs/ipfs-webui/pull/1790) +- fix: download files feature [`#1789`](https://github.com/ipfs/ipfs-webui/pull/1789) + +### Fixed + +- fix: cleanup size and bandwidth units (#1791) [`#1778`](https://github.com/ipfs/ipfs-webui/issues/1778) +- fix: allow spaces in rename modal (#1795) [`#1775`](https://github.com/ipfs/ipfs-webui/issues/1775) +- fix: removal of multiple files (#1790) [`#1785`](https://github.com/ipfs/ipfs-webui/issues/1785) +- fix: download files feature (#1789) [`#1783`](https://github.com/ipfs/ipfs-webui/issues/1783) + +### Commits + +- chore(i18n): sync locales [`246c4a9`](https://github.com/ipfs/ipfs-webui/commit/246c4a96ce271e4600dc5e1dcafdf25e536e4930) +- docs(readme): update badges [`b7bf88e`](https://github.com/ipfs/ipfs-webui/commit/b7bf88e9b37356ef7bfa53d530cfb7adaf129c42) + +## [v2.12.2](https://github.com/ipfs/ipfs-webui/compare/v2.12.1...v2.12.2) - 2021-04-30 + +### Merged + +- fix: work around dot in pin service name [`#1772`](https://github.com/ipfs/ipfs-webui/pull/1772) + +### Commits + +- chore(i18n): sync locales [`d2649a4`](https://github.com/ipfs/ipfs-webui/commit/d2649a422e4dd41f7569c63280af42f4b9c9d139) + +## [v2.12.1](https://github.com/ipfs/ipfs-webui/compare/v2.12.0...v2.12.1) - 2021-04-27 + +### Merged + +- fix(i18n): cache per version [`#1769`](https://github.com/ipfs/ipfs-webui/pull/1769) +- fix: do no send consent removal event [`#1768`](https://github.com/ipfs/ipfs-webui/pull/1768) +- docs: simplify release tag creation [`#1666`](https://github.com/ipfs/ipfs-webui/pull/1666) + +### Fixed + +- fix(i18n): cache per version (#1769) [`#1765`](https://github.com/ipfs/ipfs-webui/issues/1765) + +### Commits + +- chore(i18n): sync local via tx pull -af [`c0eeaac`](https://github.com/ipfs/ipfs-webui/commit/c0eeaac033343affbbd19d740fadfdb03e66e458) +- docs: full locale sync before a release [`25a9f29`](https://github.com/ipfs/ipfs-webui/commit/25a9f29e39e3691c5330ffedcb5d6bf2e7eadb4e) + +## [v2.12.0](https://github.com/ipfs/ipfs-webui/compare/v2.11.4...v2.12.0) - 2021-04-19 + +### Merged + +- wip: move build to gh action [`#1763`](https://github.com/ipfs/ipfs-webui/pull/1763) +- fix: dns to a dir with escaped characters [`#1764`](https://github.com/ipfs/ipfs-webui/pull/1764) +- feat: remote pin error feedback [`#1760`](https://github.com/ipfs/ipfs-webui/pull/1760) +- chore: update ipld explorer components to 2.0.1 [`#1759`](https://github.com/ipfs/ipfs-webui/pull/1759) +- fix: size badge on the files page [`#1753`](https://github.com/ipfs/ipfs-webui/pull/1753) +- fix: pinning services description [`#1754`](https://github.com/ipfs/ipfs-webui/pull/1754) +- chore: update ipld-explorer-components [`#1750`](https://github.com/ipfs/ipfs-webui/pull/1750) +- fix: batch caching of remote pin lookups [`#1741`](https://github.com/ipfs/ipfs-webui/pull/1741) +- feat: delete-modal pin guidance, improved language [`#1644`](https://github.com/ipfs/ipfs-webui/pull/1644) +- fix: text selection inside advanced section [`#1747`](https://github.com/ipfs/ipfs-webui/pull/1747) +- feat: peers table enhancements [`#1616`](https://github.com/ipfs/ipfs-webui/pull/1616) +- feat: remote pinning settings page [`#1713`](https://github.com/ipfs/ipfs-webui/pull/1713) +- feat(peers): /dnsaddr/ and /quic/ support [`#1689`](https://github.com/ipfs/ipfs-webui/pull/1689) +- refactor(i18n): automatic locale data [`#1725`](https://github.com/ipfs/ipfs-webui/pull/1725) +- feat: upload progress ui [`#1655`](https://github.com/ipfs/ipfs-webui/pull/1655) +- fix: trim input of "Import from IPFS" [`#1718`](https://github.com/ipfs/ipfs-webui/pull/1718) +- fix(files): wrap tooltips of long file names [`#1709`](https://github.com/ipfs/ipfs-webui/pull/1709) +- fix(cli-tutor): import actions in subdirectories [`#1706`](https://github.com/ipfs/ipfs-webui/pull/1706) +- feat: separate CLI Tutor Mode helptext [`#1700`](https://github.com/ipfs/ipfs-webui/pull/1700) +- feat: joyride for pinning services & tutor mode [`#1701`](https://github.com/ipfs/ipfs-webui/pull/1701) +- fix: url to dependencies badge on README [`#1698`](https://github.com/ipfs/ipfs-webui/pull/1698) +- feat: pinning services stage 1 [`#1685`](https://github.com/ipfs/ipfs-webui/pull/1685) +- fix: lint [`#1683`](https://github.com/ipfs/ipfs-webui/pull/1683) +- feat: add visual feedback on API address change [`#1671`](https://github.com/ipfs/ipfs-webui/pull/1671) +- Uppercase, standardize repo stats display [`#1679`](https://github.com/ipfs/ipfs-webui/pull/1679) +- feat: updated geoip dataset (2020-10-13) [`#1675`](https://github.com/ipfs/ipfs-webui/pull/1675) +- docs: update screenshots for 2.11.4 [`#1668`](https://github.com/ipfs/ipfs-webui/pull/1668) + +### Fixed + +- fix: dns to a dir with escaped characters (#1764) [`#1733`](https://github.com/ipfs/ipfs-webui/issues/1733) +- fix: match service endpoint [`#1762`](https://github.com/ipfs/ipfs-webui/issues/1762) +- feat: delete-modal pin guidance, improved language (#1644) [`#1740`](https://github.com/ipfs/ipfs-webui/issues/1740) +- feat(peers): /dnsaddr/ and /quic/ support (#1689) [`#1593`](https://github.com/ipfs/ipfs-webui/issues/1593) [`#1674`](https://github.com/ipfs/ipfs-webui/issues/1674) +- feat: updated geoip dataset (2020-10-13) (#1675) [`#1249`](https://github.com/ipfs/ipfs-webui/issues/1249) + +### Commits + +- feat(i18n): add ur, uk, tr and pt-BR [`407070c`](https://github.com/ipfs/ipfs-webui/commit/407070ce3003e0f02cea5982e4112b7f817c0428) +- chore: ipld-explorer-components v2.0.2 [`c1784e0`](https://github.com/ipfs/ipfs-webui/commit/c1784e0421cf92ca2d9bf5d159ffbecf6bb7fc8d) +- chore(i18n): sync fr locale [`4a4b16e`](https://github.com/ipfs/ipfs-webui/commit/4a4b16eb676468d5125cb399a2b54f546adee8da) +- chore: master → main [`5f13d34`](https://github.com/ipfs/ipfs-webui/commit/5f13d34e2b5d2d19ea4b535ef996e08b4d14efb9) +- chore: update links after move to ipfs org [`3ac4469`](https://github.com/ipfs/ipfs-webui/commit/3ac446966fcdc7c9f05a3abf6ff8e9665e1961d7) +- chore(i18n): sync locales [`042b2c1`](https://github.com/ipfs/ipfs-webui/commit/042b2c1059ca57f518592aca41c42fd5eb75a294) +- Remove GUI group ref [`6cbab77`](https://github.com/ipfs/ipfs-webui/commit/6cbab7756e6c980798bd3994edca47ad22fcb3b3) + +## [v2.11.4](https://github.com/ipfs/ipfs-webui/compare/v2.11.3...v2.11.4) - 2020-10-07 + +### Merged + +- docs: update release steps [`#1662`](https://github.com/ipfs/ipfs-webui/pull/1662) +- feat: better left navbar response at varying heights [`#1663`](https://github.com/ipfs/ipfs-webui/pull/1663) +- chore: update ipld-explorer-components [`#1661`](https://github.com/ipfs/ipfs-webui/pull/1661) + +### Commits + +- chore(i18n): sync locales [`be37a9b`](https://github.com/ipfs/ipfs-webui/commit/be37a9b69104af978837f0437a6d610c56c56550) + +## [v2.11.3](https://github.com/ipfs/ipfs-webui/compare/v2.11.2...v2.11.3) - 2020-10-06 + +### Merged + +- fix: import / importing items count [`#1660`](https://github.com/ipfs/ipfs-webui/pull/1660) +- feat(i18n): cache locale files [`#1658`](https://github.com/ipfs/ipfs-webui/pull/1658) +- fix: broken file list stories [`#1657`](https://github.com/ipfs/ipfs-webui/pull/1657) +- feat: add version info in nav and Status screen, tighten nav accordingly [`#1654`](https://github.com/ipfs/ipfs-webui/pull/1654) + +### Commits + +- chore: update changelog [`5835986`](https://github.com/ipfs/ipfs-webui/commit/5835986bd01c4deb101741bf1cea9c1598ce4385) +- chore(i18n): sync locales [`9959766`](https://github.com/ipfs/ipfs-webui/commit/9959766ff272fa5d0f37d8b2c352f5280402db67) +- chore: 2.11.3 [`39a384c`](https://github.com/ipfs/ipfs-webui/commit/39a384c7947e63496f76e0b7423a79ea7fb01e33) + +## [v2.11.2](https://github.com/ipfs/ipfs-webui/compare/v2.11.1...v2.11.2) - 2020-09-28 + +### Merged + +- fix: allow json and text fiels to be in preview file component [`#1646`](https://github.com/ipfs/ipfs-webui/pull/1646) +- chore(ci): use npm ci [`#1614`](https://github.com/ipfs/ipfs-webui/pull/1614) +- feat: refactor and type major components to streamline logic [`#1589`](https://github.com/ipfs/ipfs-webui/pull/1589) +- fix: context menu now has all options when it's a directory [`#1639`](https://github.com/ipfs/ipfs-webui/pull/1639) +- chore: update hint text in browse bar [`#1638`](https://github.com/ipfs/ipfs-webui/pull/1638) +- Update screenshots for 2.11 [`#1641`](https://github.com/ipfs/ipfs-webui/pull/1641) +- Add Transifex tip to be notified of file changes [`#1640`](https://github.com/ipfs/ipfs-webui/pull/1640) +- fix(i18n): sync app.json and notify.json [`#1637`](https://github.com/ipfs/ipfs-webui/pull/1637) +- fix: files pin status now shows correctly [`#1633`](https://github.com/ipfs/ipfs-webui/pull/1633) +- Update CHANGELOG.md [`#1632`](https://github.com/ipfs/ipfs-webui/pull/1632) + +### Commits + +- chore: update language files [`5fb09a3`](https://github.com/ipfs/ipfs-webui/commit/5fb09a3e773236cbcb8d213d8d971d54485871c4) + +## [v2.11.1](https://github.com/ipfs/ipfs-webui/compare/v2.11.0...v2.11.1) - 2020-09-14 + +### Merged + +- fix: restore download of a single folder [`#1630`](https://github.com/ipfs/ipfs-webui/pull/1630) +- fix: remove electron folder import code [`#1628`](https://github.com/ipfs/ipfs-webui/pull/1628) +- fix: correct _dnslink.dev.webui.ipfs.io [`#1626`](https://github.com/ipfs/ipfs-webui/pull/1626) +- Update config.yml [`#1620`](https://github.com/ipfs/ipfs-webui/pull/1620) + +### Fixed + +- fix: correct _dnslink.dev.webui.ipfs.io (#1626) [`#1625`](https://github.com/ipfs/ipfs-webui/issues/1625) + +### Commits + +- chore: update language files [`eeca40b`](https://github.com/ipfs/ipfs-webui/commit/eeca40bf48a4a9c3db9d4683b03271ba456265a3) +- chore: update changelog [`e7ef764`](https://github.com/ipfs/ipfs-webui/commit/e7ef7643c8b5ec2d4b7af987f0b4cfeb13e29d09) +- chore: update changelog [`03a5ad8`](https://github.com/ipfs/ipfs-webui/commit/03a5ad86dc2e6a9e326c898f2bc53bc39f102f90) + +## [v2.11.0](https://github.com/ipfs/ipfs-webui/compare/v2.10.2...v2.11.0) - 2020-09-10 + +### Merged + +- fix: fast pin.ls check [`#1619`](https://github.com/ipfs/ipfs-webui/pull/1619) +- feat: improved support for remote API [`#1613`](https://github.com/ipfs/ipfs-webui/pull/1613) +- feat: improve breadcrumbs functionality [`#1599`](https://github.com/ipfs/ipfs-webui/pull/1599) +- fix: multiple item download with go-ipfs 0.5+ [`#1611`](https://github.com/ipfs/ipfs-webui/pull/1611) +- chore: consolidate repeat-use i18n keys [`#1604`](https://github.com/ipfs/ipfs-webui/pull/1604) +- chore: update ipfs-geoip [`#1608`](https://github.com/ipfs/ipfs-webui/pull/1608) +- fix: view in gateway url now validates if url is acessible [`#1591`](https://github.com/ipfs/ipfs-webui/pull/1591) +- feat: add animation for add peer connection [`#1596`](https://github.com/ipfs/ipfs-webui/pull/1596) +- feat: Messaging continuity when node connection lost [`#1577`](https://github.com/ipfs/ipfs-webui/pull/1577) +- fix: file upload without buffering [`#1534`](https://github.com/ipfs/ipfs-webui/pull/1534) +- Feature - CLI Tutor Mode [`#1572`](https://github.com/ipfs/ipfs-webui/pull/1572) +- Create CHANGELOG.md [`#1597`](https://github.com/ipfs/ipfs-webui/pull/1597) +- feat: migration to the new IPFS API with async (for) await [`#1569`](https://github.com/ipfs/ipfs-webui/pull/1569) +- feat: welcome page [`#1571`](https://github.com/ipfs/ipfs-webui/pull/1571) +- feat: add cube animation as loading indicator [`#1570`](https://github.com/ipfs/ipfs-webui/pull/1570) +- bug: tweak map height for sub-940px-high windows [`#1566`](https://github.com/ipfs/ipfs-webui/pull/1566) +- feat: replace redux-bundle with ipfs-provider [`#1563`](https://github.com/ipfs/ipfs-webui/pull/1563) +- feat: Streamline navbar [`#1550`](https://github.com/ipfs/ipfs-webui/pull/1550) +- fix: update Import button name [`#1567`](https://github.com/ipfs/ipfs-webui/pull/1567) +- fix: make explore page 'view on gateway' point to gateway [`#1559`](https://github.com/ipfs/ipfs-webui/pull/1559) +- chore: add docker section to readme [`#1560`](https://github.com/ipfs/ipfs-webui/pull/1560) +- chore: update dependencies [`#1552`](https://github.com/ipfs/ipfs-webui/pull/1552) +- feat: build and publish a tarball on release [`#1543`](https://github.com/ipfs/ipfs-webui/pull/1543) +- fix: responsive navbar on small devices [`#1547`](https://github.com/ipfs/ipfs-webui/pull/1547) + +### Fixed + +- fix: view in gateway url now validates if url is acessible (#1591) [`#1490`](https://github.com/ipfs/ipfs-webui/issues/1490) + +### Commits + +- chore: update translations [`6346df1`](https://github.com/ipfs/ipfs-webui/commit/6346df12b09b4b70aaee36e71d3dbe3186034724) +- chore: regenerate package-lock.json [`6c23ff8`](https://github.com/ipfs/ipfs-webui/commit/6c23ff8a37f2be86ac065cb2810bd6b47d7c7fcc) +- Add welcome bot [`07571b5`](https://github.com/ipfs/ipfs-webui/commit/07571b5424537527ca8e3e41e1ed3c8d2bdbf81f) +- refactor: switch multiaddrs from /ipfs/Qm to /p2p/Qm [`cf28d12`](https://github.com/ipfs/ipfs-webui/commit/cf28d12fe6b50595ca906f43f38c28046c1c4917) + +## [v2.10.2](https://github.com/ipfs/ipfs-webui/compare/v2.10.1...v2.10.2) - 2020-07-16 + +### Merged + +- fix: console error when no API available [`#1443`](https://github.com/ipfs/ipfs-webui/pull/1443) +- fix: small arrow fill [`#1532`](https://github.com/ipfs/ipfs-webui/pull/1532) +- Remove self-ref files page link in "no files" screen [`#1531`](https://github.com/ipfs/ipfs-webui/pull/1531) + +### Commits + +- chore: update translations [`edbd921`](https://github.com/ipfs/ipfs-webui/commit/edbd9219c0a12eec60fe4bd6472de95a4beb8ef2) +- fix: use classname instead of class in react components [`9ff37b8`](https://github.com/ipfs/ipfs-webui/commit/9ff37b840e3abd79c1450ab20e07266e3b8f05db) + +## [v2.10.1](https://github.com/ipfs/ipfs-webui/compare/v2.10.0...v2.10.1) - 2020-06-23 + +### Merged + +- chore: add icons stories [`#1524`](https://github.com/ipfs/ipfs-webui/pull/1524) +- chore: update In-App CORS instructions to match README [`#1525`](https://github.com/ipfs/ipfs-webui/pull/1525) + +### Commits + +- fix: file import buttons size [`273c619`](https://github.com/ipfs/ipfs-webui/commit/273c619b891f6a9c300e11a0250af64a1f266415) + +## [v2.10.0](https://github.com/ipfs/ipfs-webui/compare/v2.9.0...v2.10.0) - 2020-06-22 + +### Merged + +- fix: a11y issues in files page [`#1512`](https://github.com/ipfs/ipfs-webui/pull/1512) +- fix(ci): more robust e2e [`#1523`](https://github.com/ipfs/ipfs-webui/pull/1523) +- chore: update puppeteer [`#1521`](https://github.com/ipfs/ipfs-webui/pull/1521) +- chore(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 [`#1519`](https://github.com/ipfs/ipfs-webui/pull/1519) +- fix: bootstrapPeers can be null [`#1517`](https://github.com/ipfs/ipfs-webui/pull/1517) +- fix(ci): increase timeout for E2E Peers screen tests [`#1518`](https://github.com/ipfs/ipfs-webui/pull/1518) +- fix(i18n): restoring translation of remaining strings [`#1516`](https://github.com/ipfs/ipfs-webui/pull/1516) +- fix(i18n): IPLD Explorer translation [`#1515`](https://github.com/ipfs/ipfs-webui/pull/1515) + +### Fixed + +- fix(ci): increase timeout for E2E Peers screen tests (#1518) [`#1507`](https://github.com/ipfs/ipfs-webui/issues/1507) +- fix(i18n): restoring translation of remaining strings (#1516) [`#1370`](https://github.com/ipfs/ipfs-webui/issues/1370) [`#1395`](https://github.com/ipfs/ipfs-webui/issues/1395) + +### Commits + +- chore(i18n): sync locales [`925ad66`](https://github.com/ipfs/ipfs-webui/commit/925ad66f2eb2a5c649684f7b847857bcc9b7f27d) +- chore: update translations [`c9b5229`](https://github.com/ipfs/ipfs-webui/commit/c9b5229f73b3d4f4fdee432e7d6f534cad9c6763) + +## [v2.9.0](https://github.com/ipfs/ipfs-webui/compare/v2.8.0...v2.9.0) - 2020-05-28 + +### Merged + +- feat(i18n): sync, add `ca` and link to translation project [`#1499`](https://github.com/ipfs/ipfs-webui/pull/1499) +- Feat/files progress feedback [`#1495`](https://github.com/ipfs/ipfs-webui/pull/1495) +- feat: add windows cmd & powershell init scripts [`#1496`](https://github.com/ipfs/ipfs-webui/pull/1496) +- chore(deps): [security] bump handlebars from 4.5.3 to 4.7.6 [`#1492`](https://github.com/ipfs/ipfs-webui/pull/1492) +- chore(deps): [security] bump acorn from 5.7.3 to 5.7.4 [`#1472`](https://github.com/ipfs/ipfs-webui/pull/1472) +- chore: change add to import [`#1486`](https://github.com/ipfs/ipfs-webui/pull/1486) +- fix: improve shell component ux [`#1487`](https://github.com/ipfs/ipfs-webui/pull/1487) +- fix(i18n): 'File name' → 'Name' [`#1485`](https://github.com/ipfs/ipfs-webui/pull/1485) +- fix: updated languages.json using lol [`#1483`](https://github.com/ipfs/ipfs-webui/pull/1483) +- docs: update release steps [`#1475`](https://github.com/ipfs/ipfs-webui/pull/1475) + +### Commits + +- chore(i18n): sync es locale [`f2018a5`](https://github.com/ipfs/ipfs-webui/commit/f2018a55818d8132456ab4a0fac6cddf287e42b0) +- chore: 2.9.0 [`637e0f1`](https://github.com/ipfs/ipfs-webui/commit/637e0f1a48c7063e5548d330c603be0de4e596a1) + +## [v2.8.0](https://github.com/ipfs/ipfs-webui/compare/v2.7.5...v2.8.0) - 2020-04-28 + +### Merged + +- fix: switch CI build to Node 12.x [`#1476`](https://github.com/ipfs/ipfs-webui/pull/1476) +- feat: add hover and clusters to peers map [`#1444`](https://github.com/ipfs/ipfs-webui/pull/1444) +- bandwith -> bandwidth [`#1474`](https://github.com/ipfs/ipfs-webui/pull/1474) +- Accessibility contrast fixes [`#1467`](https://github.com/ipfs/ipfs-webui/pull/1467) +- Miscellaneous help text fixes [`#1465`](https://github.com/ipfs/ipfs-webui/pull/1465) +- fix: drag n drop now works if outside the file area [`#1468`](https://github.com/ipfs/ipfs-webui/pull/1468) +- feat: remove ipfs-desktop settings [`#1445`](https://github.com/ipfs/ipfs-webui/pull/1445) +- chore(deps): bump react-dom from 16.12.0 to 16.13.0 [`#1447`](https://github.com/ipfs/ipfs-webui/pull/1447) +- chore(deps-dev): bump get-port from 5.1.0 to 5.1.1 [`#1446`](https://github.com/ipfs/ipfs-webui/pull/1446) +- chore(deps): bump i18next-icu from 1.1.2 to 1.3.1 [`#1448`](https://github.com/ipfs/ipfs-webui/pull/1448) +- chore(deps-dev): bump @svgr/cli from 5.1.0 to 5.3.1 [`#1450`](https://github.com/ipfs/ipfs-webui/pull/1450) +- chore(deps-dev): bump run-script-os from 1.0.7 to 1.1.1 [`#1452`](https://github.com/ipfs/ipfs-webui/pull/1452) + +### Fixed + +- Miscellaneous help text fixes (#1465) [`#1460`](https://github.com/ipfs/ipfs-webui/issues/1460) [`#1461`](https://github.com/ipfs/ipfs-webui/issues/1461) +- fix: drag n drop now works if outside the file area (#1468) [`#1367`](https://github.com/ipfs/ipfs-webui/issues/1367) + +### Commits + +- chore(i18n): sync locales [`31f041d`](https://github.com/ipfs/ipfs-webui/commit/31f041df4a0079c5cc279026b0a715e5c759d0d1) +- chore: 2.8.0 [`3d6f80d`](https://github.com/ipfs/ipfs-webui/commit/3d6f80d00b8b1faba759a6d4f9cfb2d0af5380fd) +- chore: 2.7.6 [`de4fd8e`](https://github.com/ipfs/ipfs-webui/commit/de4fd8e5e6ca73f87364c3a52fd67224dfb43474) +- chore: remove unused variable [`d0a7fe2`](https://github.com/ipfs/ipfs-webui/commit/d0a7fe2b37fdaf72640c0ae27950e0bb77e4c7ac) + +## [v2.7.5](https://github.com/ipfs/ipfs-webui/compare/v2.7.4...v2.7.5) - 2020-04-17 + +### Merged + +- chore(deps-dev): bump @storybook/addon-a11y from 5.2.8 to 5.3.18 [`#1433`](https://github.com/ipfs/ipfs-webui/pull/1433) +- chore(deps-dev): bump eslint-plugin-node from 10.0.0 to 11.1.0 [`#1425`](https://github.com/ipfs/ipfs-webui/pull/1425) +- chore(deps-dev): bump enzyme from 3.10.0 to 3.11.0 [`#1363`](https://github.com/ipfs/ipfs-webui/pull/1363) +- chore(deps): bump react-dnd-html5-backend from 9.5.1 to 10.0.2 [`#1366`](https://github.com/ipfs/ipfs-webui/pull/1366) +- chore(deps): bump react-chartjs-2 from 2.8.0 to 2.9.0 [`#1387`](https://github.com/ipfs/ipfs-webui/pull/1387) +- chore(deps-dev): bump @storybook/addon-actions from 5.2.8 to 5.… [`#1428`](https://github.com/ipfs/ipfs-webui/pull/1428) +- chore(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.20.2 [`#1424`](https://github.com/ipfs/ipfs-webui/pull/1424) +- fix(files): do not double-decode paths in infoFromPath [`#1407`](https://github.com/ipfs/ipfs-webui/pull/1407) +- chore(deps): [security] bump acorn from 5.7.3 to 5.7.4 [`#1415`](https://github.com/ipfs/ipfs-webui/pull/1415) +- chore(deps): [security] bump serialize-javascript from 1.9.1 to… [`#1438`](https://github.com/ipfs/ipfs-webui/pull/1438) +- fix: translated tour guides for all pages [`#1442`](https://github.com/ipfs/ipfs-webui/pull/1442) +- fix: start on login [`#1381`](https://github.com/ipfs/ipfs-webui/pull/1381) + +### Commits + +- feat(i18n): update translations [`4f978da`](https://github.com/ipfs/ipfs-webui/commit/4f978dadd62b06ed83b092d93ed8ba06599583bb) + +## [v2.7.4](https://github.com/ipfs/ipfs-webui/compare/v2.7.3...v2.7.4) - 2020-04-14 + +### Merged + +- Variable viewer height [`#1435`](https://github.com/ipfs/ipfs-webui/pull/1435) +- fix: support POST-only HTTP API (clean way) [`#1432`](https://github.com/ipfs/ipfs-webui/pull/1432) + +### Commits + +- docs: update CORS instructions for dev [`8417c99`](https://github.com/ipfs/ipfs-webui/commit/8417c99979c0b27c1db2f484fc625a42f81072fe) +- Update src/files/file-preview/FilePreview.css [`634c4c8`](https://github.com/ipfs/ipfs-webui/commit/634c4c8834bb3fc557472a05fea94290563fea9b) +- Update src/files/file-preview/FilePreview.css [`4620335`](https://github.com/ipfs/ipfs-webui/commit/4620335e8b90fa386846029f5ae044088e95261d) + +## [v2.7.3](https://github.com/ipfs/ipfs-webui/compare/v2.7.2...v2.7.3) - 2020-04-04 + +### Merged + +- fix: support POST-only HTTP API [`#1430`](https://github.com/ipfs/ipfs-webui/pull/1430) +- chore(i18n): add it, js, ru, sync locales [`#1399`](https://github.com/ipfs/ipfs-webui/pull/1399) +- chore(deps): [security] bump serialize-javascript from 1.9.1 to 2.1.2 [`#1372`](https://github.com/ipfs/ipfs-webui/pull/1372) +- chore(deps): bump react-dnd from 9.5.1 to 10.0.2 [`#1364`](https://github.com/ipfs/ipfs-webui/pull/1364) +- chore(deps): bump multiaddr-to-uri from 5.0.0 to 5.1.0 [`#1374`](https://github.com/ipfs/ipfs-webui/pull/1374) +- chore(deps-dev): bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 [`#1375`](https://github.com/ipfs/ipfs-webui/pull/1375) +- chore(deps-dev): bump @svgr/cli from 4.3.3 to 5.1.0 [`#1378`](https://github.com/ipfs/ipfs-webui/pull/1378) +- Allow vertical scroll in the navbar [`#1351`](https://github.com/ipfs/ipfs-webui/pull/1351) +- fix: build before e2e and run it on random port [`#1377`](https://github.com/ipfs/ipfs-webui/pull/1377) +- refactor: run all unit and e2e tests by default [`#1373`](https://github.com/ipfs/ipfs-webui/pull/1373) +- feat: E2E test suite with puppeteer+ipfsd-ctl [`#1353`](https://github.com/ipfs/ipfs-webui/pull/1353) + +### Fixed + +- fix: support POST-only HTTP API (#1430) [`#1429`](https://github.com/ipfs/ipfs-webui/issues/1429) + +### Commits + +- chore(deps-dev): bump @storybook/react from 5.2.6 to 5.2.8 [`2c694c8`](https://github.com/ipfs/ipfs-webui/commit/2c694c8760b343f131faa9fa6eeb23a68cb72cdb) +- chore(deps-dev): bump @storybook/addon-links from 5.2.6 to 5.2.8 [`8f1dc42`](https://github.com/ipfs/ipfs-webui/commit/8f1dc42f1d769a7049350af1dc9fa85a8907b0b9) +- chore(deps-dev): bump @storybook/addon-a11y from 5.2.6 to 5.2.8 [`0934ef0`](https://github.com/ipfs/ipfs-webui/commit/0934ef00a34397bbd1ddf73db56ca17b820d2bc9) +- chore(deps-dev): bump @storybook/addons from 5.2.6 to 5.2.8 [`32d336b`](https://github.com/ipfs/ipfs-webui/commit/32d336b4d5ec1fffb8706f9dec990191ef85a6dc) +- chore(deps-dev): bump @babel/core from 7.7.4 to 7.7.7 [`529ea11`](https://github.com/ipfs/ipfs-webui/commit/529ea11b505866c2ffc9d5bfc4818a7f899d511a) +- Update issue templates [`324c987`](https://github.com/ipfs/ipfs-webui/commit/324c9877dba25895fb7dcb0e6073116ffc2a16e0) +- chore(deps): bump i18next from 19.0.2 to 19.1.0 [`e00c210`](https://github.com/ipfs/ipfs-webui/commit/e00c21049462999849bf0405186fd228cbc20161) +- chore(deps): bump react-i18next from 11.2.2 to 11.2.7 [`b541357`](https://github.com/ipfs/ipfs-webui/commit/b541357fa89288c152cb15b6fefd3dfb6bfc6375) +- Update issue templates [`0a48d18`](https://github.com/ipfs/ipfs-webui/commit/0a48d18b69651be69b7214fe6456e4a72dea8867) +- test(e2e): peer tests against additional go node [`0fc43a8`](https://github.com/ipfs/ipfs-webui/commit/0fc43a8bc3fa90102ba47d519d174249e1fa0541) +- test(e2e): work with refactored apis [`e139736`](https://github.com/ipfs/ipfs-webui/commit/e13973695304640a382e39dfdfc3f9524a81de4e) + +## [v2.7.2](https://github.com/ipfs/ipfs-webui/compare/v2.7.1...v2.7.2) - 2019-12-04 + +### Merged + +- fix: geoip and peers on map [`#1334`](https://github.com/ipfs/ipfs-webui/pull/1334) +- chore(deps): bump react-dnd-html5-backend from 9.4.0 to 9.5.1 [`#1331`](https://github.com/ipfs/ipfs-webui/pull/1331) +- chore(deps): bump react-dnd from 9.4.0 to 9.5.1 [`#1332`](https://github.com/ipfs/ipfs-webui/pull/1332) +- chore(deps): bump d3 from 5.14.1 to 5.14.2 [`#1325`](https://github.com/ipfs/ipfs-webui/pull/1325) +- chore(deps-dev): bump @babel/core from 7.7.2 to 7.7.4 [`#1328`](https://github.com/ipfs/ipfs-webui/pull/1328) +- chore(deps): bump i18next from 19.0.0 to 19.0.1 [`#1324`](https://github.com/ipfs/ipfs-webui/pull/1324) +- fix: typos in explorer node info paragraph [`#1326`](https://github.com/ipfs/ipfs-webui/pull/1326) +- fix: local peers display [`#1323`](https://github.com/ipfs/ipfs-webui/pull/1323) +- chore(deps): bump chart.js from 2.9.2 to 2.9.3 [`#1317`](https://github.com/ipfs/ipfs-webui/pull/1317) +- chore(deps): bump react from 16.11.0 to 16.12.0 [`#1316`](https://github.com/ipfs/ipfs-webui/pull/1316) +- chore(deps): bump react-test-renderer from 16.11.0 to 16.12.0 [`#1315`](https://github.com/ipfs/ipfs-webui/pull/1315) +- chore(deps): bump react-dom from 16.11.0 to 16.12.0 [`#1314`](https://github.com/ipfs/ipfs-webui/pull/1314) +- chore(deps): bump react-i18next from 11.2.0 to 11.2.2 [`#1322`](https://github.com/ipfs/ipfs-webui/pull/1322) +- chore(deps-dev): bump fake-indexeddb from 2.1.1 to 3.0.0 [`#1320`](https://github.com/ipfs/ipfs-webui/pull/1320) +- chore(deps): bump d3 from 5.12.0 to 5.14.1 [`#1321`](https://github.com/ipfs/ipfs-webui/pull/1321) +- fix(typo): in 'IPFS is a web' description [`#1312`](https://github.com/ipfs/ipfs-webui/pull/1312) +- chore(deps): bump react-i18next from 11.1.0 to 11.2.0 [`#1310`](https://github.com/ipfs/ipfs-webui/pull/1310) +- fix(typo): iles -> Files [`#1309`](https://github.com/ipfs/ipfs-webui/pull/1309) + +### Fixed + +- feat: include filename when sharing single file [`#1346`](https://github.com/ipfs/ipfs-webui/issues/1346) +- style: Copy CID & Share link [`#1327`](https://github.com/ipfs/ipfs-webui/issues/1327) + +### Commits + +- feat: update i18n [`9e6c75b`](https://github.com/ipfs/ipfs-webui/commit/9e6c75b3896ce77247f428492277248fa707067b) + +## [v2.7.1](https://github.com/ipfs/ipfs-webui/compare/v2.7.0...v2.7.1) - 2019-11-12 + +### Commits + +- feat: i18n [`7203f19`](https://github.com/ipfs/ipfs-webui/commit/7203f19946433cc28c656a7cecbea61302b6b285) + +## [v2.7.0](https://github.com/ipfs/ipfs-webui/compare/v2.6.0...v2.7.0) - 2019-11-12 + +### Merged + +- chore(deps): bump react-virtualized from 9.21.1 to 9.21.2 [`#1307`](https://github.com/ipfs/ipfs-webui/pull/1307) +- chore(deps): bump multiaddr from 7.2.0 to 7.2.1 [`#1308`](https://github.com/ipfs/ipfs-webui/pull/1308) +- fix: peers page with /p2p-websocket-star addrs [`#1306`](https://github.com/ipfs/ipfs-webui/pull/1306) +- chore(deps-dev): bump @storybook/addon-links from 5.2.5 to 5.2.6 [`#1298`](https://github.com/ipfs/ipfs-webui/pull/1298) +- chore(deps-dev): bump @storybook/react from 5.2.5 to 5.2.6 [`#1300`](https://github.com/ipfs/ipfs-webui/pull/1300) +- chore(deps-dev): bump @storybook/addon-actions from 5.2.5 to 5.… [`#1302`](https://github.com/ipfs/ipfs-webui/pull/1302) +- chore(deps-dev): bump @storybook/addons from 5.2.5 to 5.2.6 [`#1299`](https://github.com/ipfs/ipfs-webui/pull/1299) +- chore(deps): bump p-queue from 6.2.0 to 6.2.1 [`#1297`](https://github.com/ipfs/ipfs-webui/pull/1297) +- chore(deps): bump filesize from 6.0.0 to 6.0.1 [`#1301`](https://github.com/ipfs/ipfs-webui/pull/1301) +- chore(deps-dev): bump @storybook/addon-knobs from 5.2.5 to 5.2.6 [`#1305`](https://github.com/ipfs/ipfs-webui/pull/1305) +- chore(deps-dev): bump @storybook/addon-a11y from 5.2.5 to 5.2.6 [`#1304`](https://github.com/ipfs/ipfs-webui/pull/1304) +- fix: allow non-multiaddress api url [`#1296`](https://github.com/ipfs/ipfs-webui/pull/1296) +- chore(deps): bump react-i18next from 11.0.1 to 11.1.0 [`#1293`](https://github.com/ipfs/ipfs-webui/pull/1293) +- chore(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 [`#1294`](https://github.com/ipfs/ipfs-webui/pull/1294) +- chore(deps): bump react-copy-to-clipboard from 5.0.1 to 5.0.2 [`#1295`](https://github.com/ipfs/ipfs-webui/pull/1295) +- chore(deps): bump filesize from 5.0.3 to 6.0.0 [`#1288`](https://github.com/ipfs/ipfs-webui/pull/1288) +- chore(deps): bump i18next-xhr-backend from 3.2.1 to 3.2.2 [`#1289`](https://github.com/ipfs/ipfs-webui/pull/1289) +- chore(deps): bump chart.js from 2.9.1 to 2.9.2 [`#1291`](https://github.com/ipfs/ipfs-webui/pull/1291) +- chore(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 [`#1292`](https://github.com/ipfs/ipfs-webui/pull/1292) + +### Commits + +- fix: linting [`081c8c0`](https://github.com/ipfs/ipfs-webui/commit/081c8c06065f01a2ef8c9745b6c10c96a790968b) + +## [v2.6.0](https://github.com/ipfs/ipfs-webui/compare/v2.5.8...v2.6.0) - 2019-10-30 + +### Merged + +- chore(deps-dev): bump puppeteer from 1.20.0 to 2.0.0 [`#1281`](https://github.com/ipfs/ipfs-webui/pull/1281) +- chore: update dependencies [`#1285`](https://github.com/ipfs/ipfs-webui/pull/1285) +- chore(deps): bump multiaddr from 7.1.0 to 7.2.0 [`#1283`](https://github.com/ipfs/ipfs-webui/pull/1283) +- chore(deps): bump i18next-xhr-backend from 3.2.0 to 3.2.1 [`#1284`](https://github.com/ipfs/ipfs-webui/pull/1284) +- feat: highlight local network peers [`#1266`](https://github.com/ipfs/ipfs-webui/pull/1266) +- chore(deps): bump chart.js from 2.8.0 to 2.9.1 [`#1282`](https://github.com/ipfs/ipfs-webui/pull/1282) +- fix: peer count contrast on Peers screen [`#1280`](https://github.com/ipfs/ipfs-webui/pull/1280) +- fix: disable launch on startup on unsupported platforms [`#1265`](https://github.com/ipfs/ipfs-webui/pull/1265) +- chore(deps): bump i18next from 17.3.0 to 17.3.1 [`#1278`](https://github.com/ipfs/ipfs-webui/pull/1278) +- chore(deps): bump react-i18next from 10.13.1 to 10.13.2 [`#1279`](https://github.com/ipfs/ipfs-webui/pull/1279) +- refactor: improve peers performance [`#1262`](https://github.com/ipfs/ipfs-webui/pull/1262) +- chore(deps-dev): bump @storybook/addons from 5.2.4 to 5.2.5 [`#1267`](https://github.com/ipfs/ipfs-webui/pull/1267) +- chore(deps-dev): bump @storybook/addon-a11y from 5.2.4 to 5.2.5 [`#1268`](https://github.com/ipfs/ipfs-webui/pull/1268) +- chore(deps-dev): bump @storybook/addon-knobs from 5.2.4 to 5.2.5 [`#1270`](https://github.com/ipfs/ipfs-webui/pull/1270) +- chore(deps-dev): bump @storybook/react from 5.2.4 to 5.2.5 [`#1269`](https://github.com/ipfs/ipfs-webui/pull/1269) +- chore(deps-dev): bump @storybook/addon-links from 5.2.4 to 5.2.5 [`#1271`](https://github.com/ipfs/ipfs-webui/pull/1271) +- chore(deps-dev): bump @storybook/addon-actions from 5.2.4 to 5.… [`#1272`](https://github.com/ipfs/ipfs-webui/pull/1272) +- chore(deps): bump react-dom from 16.10.2 to 16.11.0 [`#1274`](https://github.com/ipfs/ipfs-webui/pull/1274) +- chore(deps): bump react-test-renderer from 16.10.2 to 16.11.0 [`#1275`](https://github.com/ipfs/ipfs-webui/pull/1275) +- chore(deps): bump react from 16.10.2 to 16.11.0 [`#1276`](https://github.com/ipfs/ipfs-webui/pull/1276) +- chore(deps): bump i18next from 17.2.0 to 17.3.0 [`#1264`](https://github.com/ipfs/ipfs-webui/pull/1264) + +### Fixed + +- fix: peer count contrast on Peers screen (#1280) [`#1277`](https://github.com/ipfs/ipfs-webui/issues/1277) + +### Commits + +- feat: update translations [`e100207`](https://github.com/ipfs/ipfs-webui/commit/e100207f44b0454f73cf643c7b751ba647c458a0) + +## [v2.5.8](https://github.com/ipfs/ipfs-webui/compare/v2.5.7...v2.5.8) - 2019-10-21 + +### Merged + +- chore(deps): bump react-scripts from 3.1.1 to 3.2.0 [`#1226`](https://github.com/ipfs/ipfs-webui/pull/1226) +- fix: WebkitAppRegion is uppercase [`#1261`](https://github.com/ipfs/ipfs-webui/pull/1261) +- feat: blank page [`#1259`](https://github.com/ipfs/ipfs-webui/pull/1259) +- chore(deps-dev): bump @storybook/addon-knobs from 5.2.3 to 5.2.4 [`#1256`](https://github.com/ipfs/ipfs-webui/pull/1256) +- chore(deps-dev): bump @storybook/addon-links from 5.2.3 to 5.2.4 [`#1254`](https://github.com/ipfs/ipfs-webui/pull/1254) +- chore(deps-dev): bump enzyme-adapter-react-16 from 1.15.0 to 1.… [`#1250`](https://github.com/ipfs/ipfs-webui/pull/1250) +- chore(deps): bump i18next from 17.1.0 to 17.2.0 [`#1251`](https://github.com/ipfs/ipfs-webui/pull/1251) +- chore(deps): bump react-overlays from 2.0.0 to 2.1.0 [`#1253`](https://github.com/ipfs/ipfs-webui/pull/1253) +- chore(deps): bump react-ace from 7.0.4 to 8.0.0 [`#1252`](https://github.com/ipfs/ipfs-webui/pull/1252) +- chore(deps-dev): bump @storybook/addons from 5.2.3 to 5.2.4 [`#1255`](https://github.com/ipfs/ipfs-webui/pull/1255) +- chore(deps-dev): bump @storybook/addon-actions from 5.2.3 to 5.… [`#1257`](https://github.com/ipfs/ipfs-webui/pull/1257) +- improvement: one dot per city [`#1247`](https://github.com/ipfs/ipfs-webui/pull/1247) +- fix: remove peers location cache [`#1244`](https://github.com/ipfs/ipfs-webui/pull/1244) +- chore(deps): bump i18next from 17.0.18 to 17.1.0 [`#1241`](https://github.com/ipfs/ipfs-webui/pull/1241) +- chore(deps-dev): bump @storybook/react from 5.2.1 to 5.2.3 [`#1239`](https://github.com/ipfs/ipfs-webui/pull/1239) +- chore(deps-dev): bump @storybook/addon-a11y from 5.2.1 to 5.2.3 [`#1240`](https://github.com/ipfs/ipfs-webui/pull/1240) +- chore(deps): bump filesize from 5.0.2 to 5.0.3 [`#1242`](https://github.com/ipfs/ipfs-webui/pull/1242) +- chore(deps-dev): bump @babel/core from 7.6.2 to 7.6.4 [`#1245`](https://github.com/ipfs/ipfs-webui/pull/1245) +- chore(deps-dev): bump enzyme-adapter-react-16 from 1.14.0 to 1.… [`#1246`](https://github.com/ipfs/ipfs-webui/pull/1246) + +## [v2.5.7](https://github.com/ipfs/ipfs-webui/compare/v2.5.6...v2.5.7) - 2019-10-08 + +### Merged + +- chore: force circle to run on tags [`#1238`](https://github.com/ipfs/ipfs-webui/pull/1238) + +## [v2.5.6](https://github.com/ipfs/ipfs-webui/compare/v2.5.5...v2.5.6) - 2019-10-08 + +### Commits + +- chore: fix release script [`7863cf1`](https://github.com/ipfs/ipfs-webui/commit/7863cf167647a4d913fadfaa2436b5e8ca1c0746) + +## [v2.5.5](https://github.com/ipfs/ipfs-webui/compare/v2.5.4...v2.5.5) - 2019-10-08 + +### Merged + +- chore(deps-dev): bump @storybook/addon-links from 5.2.1 to 5.2.3 [`#1232`](https://github.com/ipfs/ipfs-webui/pull/1232) +- chore(deps-dev): bump @storybook/addon-knobs from 5.2.1 to 5.2.3 [`#1234`](https://github.com/ipfs/ipfs-webui/pull/1234) +- chore(deps): bump react-overlays from 1.2.0 to 2.0.0 [`#1229`](https://github.com/ipfs/ipfs-webui/pull/1229) +- chore(deps): bump i18next-browser-languagedetector from 3.1.0 t… [`#1233`](https://github.com/ipfs/ipfs-webui/pull/1233) +- chore(deps): bump filesize from 5.0.1 to 5.0.2 [`#1236`](https://github.com/ipfs/ipfs-webui/pull/1236) +- chore(deps-dev): bump @storybook/addon-actions from 5.2.1 to 5.… [`#1235`](https://github.com/ipfs/ipfs-webui/pull/1235) +- chore(deps-dev): bump @storybook/addons from 5.2.1 to 5.2.3 [`#1237`](https://github.com/ipfs/ipfs-webui/pull/1237) +- chore(deps-dev): bump cross-env from 6.0.2 to 6.0.3 [`#1225`](https://github.com/ipfs/ipfs-webui/pull/1225) +- chore(deps): bump react-dom from 16.10.1 to 16.10.2 [`#1227`](https://github.com/ipfs/ipfs-webui/pull/1227) +- chore(deps): bump react from 16.10.1 to 16.10.2 [`#1228`](https://github.com/ipfs/ipfs-webui/pull/1228) +- chore(deps): bump react-test-renderer from 16.10.1 to 16.10.2 [`#1230`](https://github.com/ipfs/ipfs-webui/pull/1230) +- chore(deps): bump i18next-browser-languagedetector from 3.0.3 t… [`#1231`](https://github.com/ipfs/ipfs-webui/pull/1231) +- chore(deps): bump redux-bundler from 25.0.0 to 26.0.0 [`#1222`](https://github.com/ipfs/ipfs-webui/pull/1222) +- chore(deps): bump i18next from 17.0.17 to 17.0.18 [`#1223`](https://github.com/ipfs/ipfs-webui/pull/1223) +- chore(deps-dev): bump cross-env from 6.0.0 to 6.0.2 [`#1224`](https://github.com/ipfs/ipfs-webui/pull/1224) +- fix: rename modal keeping the previous name [`#1221`](https://github.com/ipfs/ipfs-webui/pull/1221) +- feat: use local gateway on explore page [`#1219`](https://github.com/ipfs/ipfs-webui/pull/1219) +- chore(deps): bump i18next from 17.0.16 to 17.0.17 [`#1216`](https://github.com/ipfs/ipfs-webui/pull/1216) +- chore(deps): bump react-router-dom from 5.1.1 to 5.1.2 [`#1217`](https://github.com/ipfs/ipfs-webui/pull/1217) +- chore(deps): bump filesize from 4.2.1 to 5.0.1 [`#1218`](https://github.com/ipfs/ipfs-webui/pull/1218) +- chore(deps): bump react from 16.9.0 to 16.10.1 [`#1210`](https://github.com/ipfs/ipfs-webui/pull/1210) +- chore(deps): bump react-router-dom from 5.1.0 to 5.1.1 [`#1211`](https://github.com/ipfs/ipfs-webui/pull/1211) +- chore(deps): bump react-test-renderer from 16.9.0 to 16.10.1 [`#1212`](https://github.com/ipfs/ipfs-webui/pull/1212) +- chore(deps): bump react-dom from 16.9.0 to 16.10.1 [`#1213`](https://github.com/ipfs/ipfs-webui/pull/1213) +- chore(deps-dev): bump @svgr/cli from 4.3.2 to 4.3.3 [`#1199`](https://github.com/ipfs/ipfs-webui/pull/1199) +- chore(deps-dev): bump @babel/core from 7.6.0 to 7.6.2 [`#1201`](https://github.com/ipfs/ipfs-webui/pull/1201) +- chore(deps): bump react-router-dom from 5.0.1 to 5.1.0 [`#1203`](https://github.com/ipfs/ipfs-webui/pull/1203) +- chore(deps-dev): bump webpack-bundle-analyzer from 3.5.0 to 3.5… [`#1204`](https://github.com/ipfs/ipfs-webui/pull/1204) +- chore(deps): bump filesize from 4.2.0 to 4.2.1 [`#1205`](https://github.com/ipfs/ipfs-webui/pull/1205) +- chore(deps): bump i18next-xhr-backend from 3.1.2 to 3.2.0 [`#1202`](https://github.com/ipfs/ipfs-webui/pull/1202) +- chore(deps): bump react-i18next from 10.12.5 to 10.13.1 [`#1208`](https://github.com/ipfs/ipfs-webui/pull/1208) +- chore(deps): bump react-dnd from 9.3.4 to 9.4.0 [`#1198`](https://github.com/ipfs/ipfs-webui/pull/1198) +- chore: add dev.webui.ipfs.io [`#1133`](https://github.com/ipfs/ipfs-webui/pull/1133) +- chore(deps): bump react-dnd-html5-backend from 9.3.4 to 9.4.0 [`#1196`](https://github.com/ipfs/ipfs-webui/pull/1196) + +## [v2.5.4](https://github.com/ipfs/ipfs-webui/compare/v2.5.3...v2.5.4) - 2019-09-23 + +### Merged + +- chore(deps): bump react-chartjs-2 from 2.7.6 to 2.8.0 [`#1191`](https://github.com/ipfs/ipfs-webui/pull/1191) +- feat: highlight everything but protocols [`#1188`](https://github.com/ipfs/ipfs-webui/pull/1188) +- feat: show full location on hover [`#1189`](https://github.com/ipfs/ipfs-webui/pull/1189) +- fix: correctly highlight p2p-circuit addresses [`#1168`](https://github.com/ipfs/ipfs-webui/pull/1168) +- feat: show all protocols in connectivity [`#1167`](https://github.com/ipfs/ipfs-webui/pull/1167) +- feat: show full address on connectivity hover [`#1169`](https://github.com/ipfs/ipfs-webui/pull/1169) +- chore(deps-dev): bump @storybook/addon-knobs from 5.1.11 to 5.2… [`#1184`](https://github.com/ipfs/ipfs-webui/pull/1184) +- chore(deps-dev): bump @storybook/addons from 5.1.11 to 5.2.1 [`#1183`](https://github.com/ipfs/ipfs-webui/pull/1183) +- chore(deps-dev): bump @storybook/addon-actions from 5.1.11 to 5.2.1 [`#1186`](https://github.com/ipfs/ipfs-webui/pull/1186) +- chore(deps-dev): bump @storybook/react from 5.1.11 to 5.2.1 [`#1185`](https://github.com/ipfs/ipfs-webui/pull/1185) +- chore(deps-dev): bump @storybook/addon-links from 5.1.11 to 5.2… [`#1181`](https://github.com/ipfs/ipfs-webui/pull/1181) +- chore(deps-dev): bump cross-env from 5.2.1 to 6.0.0 [`#1182`](https://github.com/ipfs/ipfs-webui/pull/1182) +- chore(deps-dev): bump @storybook/addon-a11y from 5.1.11 to 5.2.1 [`#1180`](https://github.com/ipfs/ipfs-webui/pull/1180) +- chore(deps): bump i18next from 17.0.14 to 17.0.16 [`#1179`](https://github.com/ipfs/ipfs-webui/pull/1179) +- chore(deps): bump react-i18next from 10.12.4 to 10.12.5 [`#1174`](https://github.com/ipfs/ipfs-webui/pull/1174) +- chore(deps): bump multiaddr from 6.1.0 to 7.1.0 [`#1157`](https://github.com/ipfs/ipfs-webui/pull/1157) +- chore(deps): bump filesize from 4.1.2 to 4.2.0 [`#1158`](https://github.com/ipfs/ipfs-webui/pull/1158) +- chore(deps-dev): bump multihashing-async from 0.7.0 to 0.8.0 [`#1159`](https://github.com/ipfs/ipfs-webui/pull/1159) +- chore(deps-dev): bump webpack-bundle-analyzer from 3.4.1 to 3.5… [`#1163`](https://github.com/ipfs/ipfs-webui/pull/1163) +- chore(deps-dev): bump puppeteer from 1.19.0 to 1.20.0 [`#1161`](https://github.com/ipfs/ipfs-webui/pull/1161) +- chore(deps): bump react-country-flag from 1.0.2 to 1.1.0 [`#1162`](https://github.com/ipfs/ipfs-webui/pull/1162) + +### Commits + +- chore(deps-dev): bump webpack-bundle-analyzer from 3.4.1 to 3.5.0 [`4f67c05`](https://github.com/ipfs/ipfs-webui/commit/4f67c0558af8ea50438926c1473c16898d58cd5b) +- revert: "feat: show full address on connectivity hover" [`6a736fe`](https://github.com/ipfs/ipfs-webui/commit/6a736fed05f2e4e2e95a39ef7b2dc1ce1baca876) +- feat: translations [`5290308`](https://github.com/ipfs/ipfs-webui/commit/5290308e2395d5dcd9b0ef72bde9cb8fc6d9313b) + +## [v2.5.3](https://github.com/ipfs/ipfs-webui/compare/v2.5.2...v2.5.3) - 2019-09-12 + +### Merged + +- feat: notify when toggling option fails (desktop) [`#1146`](https://github.com/ipfs/ipfs-webui/pull/1146) +- chore(deps-dev): bump @babel/core from 7.5.5 to 7.6.0 [`#1151`](https://github.com/ipfs/ipfs-webui/pull/1151) +- chore(deps): bump redux-bundler-react from 1.1.1 to 1.2.0 [`#1152`](https://github.com/ipfs/ipfs-webui/pull/1152) +- chore(deps): bump d3 from 5.11.0 to 5.12.0 [`#1153`](https://github.com/ipfs/ipfs-webui/pull/1153) +- chore(deps): bump i18next from 17.0.13 to 17.0.14 [`#1149`](https://github.com/ipfs/ipfs-webui/pull/1149) +- feat: share countly data with ipfs desktop [`#1136`](https://github.com/ipfs/ipfs-webui/pull/1136) +- chore(deps): bump react-i18next from 10.12.2 to 10.12.4 [`#1156`](https://github.com/ipfs/ipfs-webui/pull/1156) + +## [v2.5.2](https://github.com/ipfs/ipfs-webui/compare/v2.5.1...v2.5.2) - 2019-09-09 + +### Merged + +- fix: browse is now the default button [`#1145`](https://github.com/ipfs/ipfs-webui/pull/1145) + +## [v2.5.1](https://github.com/ipfs/ipfs-webui/compare/v2.5.0...v2.5.1) - 2019-09-06 + +### Merged + +- chore(deps-dev): bump eslint-plugin-node from 9.2.0 to 10.0.0 [`#1143`](https://github.com/ipfs/ipfs-webui/pull/1143) +- fix: draggable area on desktop [`#1138`](https://github.com/ipfs/ipfs-webui/pull/1138) +- chore(deps): bump react-ace from 7.0.2 to 7.0.4 [`#1140`](https://github.com/ipfs/ipfs-webui/pull/1140) +- chore(deps-dev): bump cross-env from 5.2.0 to 5.2.1 [`#1139`](https://github.com/ipfs/ipfs-webui/pull/1139) +- chore(deps-dev): bump eslint-plugin-node from 9.1.0 to 9.2.0 [`#1134`](https://github.com/ipfs/ipfs-webui/pull/1134) +- chore(deps): bump i18next from 17.0.12 to 17.0.13 [`#1135`](https://github.com/ipfs/ipfs-webui/pull/1135) +- chore(deps-dev): bump eslint-config-standard from 14.0.1 to 14.… [`#1132`](https://github.com/ipfs/ipfs-webui/pull/1132) +- chore(deps): [security] bump eslint-utils from 1.4.0 to 1.4.2 [`#1131`](https://github.com/ipfs/ipfs-webui/pull/1131) +- feat: improve nav bar [`#1128`](https://github.com/ipfs/ipfs-webui/pull/1128) +- chore(deps-dev): bump eslint-config-standard from 13.0.1 to 14.… [`#1127`](https://github.com/ipfs/ipfs-webui/pull/1127) +- chore(deps): bump multiaddr-to-uri from 4.0.1 to 5.0.0 [`#1125`](https://github.com/ipfs/ipfs-webui/pull/1125) +- chore(deps): bump i18next from 17.0.11 to 17.0.12 [`#1126`](https://github.com/ipfs/ipfs-webui/pull/1126) +- chore(deps): bump d3 from 5.10.0 to 5.11.0 [`#1124`](https://github.com/ipfs/ipfs-webui/pull/1124) +- add BrowserStack logo and info [`#1123`](https://github.com/ipfs/ipfs-webui/pull/1123) +- chore(deps): bump d3 from 5.9.7 to 5.10.0 [`#1118`](https://github.com/ipfs/ipfs-webui/pull/1118) +- chore(deps-dev): bump eslint-plugin-standard from 4.0.0 to 4.0.1 [`#1120`](https://github.com/ipfs/ipfs-webui/pull/1120) +- feat: add inspect near browse [`#1114`](https://github.com/ipfs/ipfs-webui/pull/1114) +- fix: stop crashing pin screen on a single error [`#1121`](https://github.com/ipfs/ipfs-webui/pull/1121) +- feat(peers): sorting tweaks [`#1116`](https://github.com/ipfs/ipfs-webui/pull/1116) +- fix: non unixfs on files [`#1115`](https://github.com/ipfs/ipfs-webui/pull/1115) +- feat: add ipfs config help link [`#1113`](https://github.com/ipfs/ipfs-webui/pull/1113) +- fix: step explore [`#1112`](https://github.com/ipfs/ipfs-webui/pull/1112) +- fix: remove padding from experiments [`#1108`](https://github.com/ipfs/ipfs-webui/pull/1108) +- chore: minor dependency update [`#1105`](https://github.com/ipfs/ipfs-webui/pull/1105) +- chore: update ipld [`#1096`](https://github.com/ipfs/ipfs-webui/pull/1096) +- chore: update react scripts [`#1091`](https://github.com/ipfs/ipfs-webui/pull/1091) +- chore: update DnD [`#1099`](https://github.com/ipfs/ipfs-webui/pull/1099) +- chore: update multihashing async [`#1098`](https://github.com/ipfs/ipfs-webui/pull/1098) +- fix: cache fn [`#1097`](https://github.com/ipfs/ipfs-webui/pull/1097) +- chore: update i18next [`#1094`](https://github.com/ipfs/ipfs-webui/pull/1094) +- chore: update internal-nav-helper [`#1093`](https://github.com/ipfs/ipfs-webui/pull/1093) +- chore: update redux bundler [`#1092`](https://github.com/ipfs/ipfs-webui/pull/1092) +- chore: update dependencies (minor updates) [`#1090`](https://github.com/ipfs/ipfs-webui/pull/1090) +- feat: update i18n [`#1089`](https://github.com/ipfs/ipfs-webui/pull/1089) +- fix: modal backdrop [`#1087`](https://github.com/ipfs/ipfs-webui/pull/1087) +- feat: cache geoip lookups [`#1071`](https://github.com/ipfs/ipfs-webui/pull/1071) +- chore: update more dependencies [`#1086`](https://github.com/ipfs/ipfs-webui/pull/1086) +- chore: update non-breaking dependencies [`#1084`](https://github.com/ipfs/ipfs-webui/pull/1084) + +### Commits + +- feat: update languages [`375353b`](https://github.com/ipfs/ipfs-webui/commit/375353b2259a12e7bc9decef2bb3d8b5b92a1bf4) +- chore: update i18n [`eabf226`](https://github.com/ipfs/ipfs-webui/commit/eabf226cb569d229064ffb863fbc85cfd1c3910d) +- Update README.md [`cb335f1`](https://github.com/ipfs/ipfs-webui/commit/cb335f1ab335bf6bb76469d0b8eb8770a36c77cb) +- tweak copy [`2773951`](https://github.com/ipfs/ipfs-webui/commit/2773951522209e29ced84bf0e464cb29a413dfb0) +- fix: send refs [`07315ac`](https://github.com/ipfs/ipfs-webui/commit/07315ac9e20b364c55e5863daec4a759d66db666) +- fix: do not use componentWillMount (deprecated) [`5a201d3`](https://github.com/ipfs/ipfs-webui/commit/5a201d3ad5d7bb43e82a017e3ad2b9a34eb7e700) + +## [v2.5.0](https://github.com/ipfs/ipfs-webui/compare/v2.4.7...v2.5.0) - 2019-08-05 + +### Merged + +- fix: drag'n'drop on MFS [`#1082`](https://github.com/ipfs/ipfs-webui/pull/1082) +- feat: help system [`#983`](https://github.com/ipfs/ipfs-webui/pull/983) +- feat: update translations [`#1079`](https://github.com/ipfs/ipfs-webui/pull/1079) +- feat: add peer identicons [`#1069`](https://github.com/ipfs/ipfs-webui/pull/1069) +- feat: navigate files in the wild 🦌 [`#1027`](https://github.com/ipfs/ipfs-webui/pull/1027) +- fix: revert em dash to hyphen [`#1073`](https://github.com/ipfs/ipfs-webui/pull/1073) +- feat: add sorting to peers table [`#1068`](https://github.com/ipfs/ipfs-webui/pull/1068) +- fix: global shortcuts description [`#1067`](https://github.com/ipfs/ipfs-webui/pull/1067) +- chore: capitalization, grammatical and typographical fixes [`#1039`](https://github.com/ipfs/ipfs-webui/pull/1039) +- feat: improved desktop shortcuts [`#1066`](https://github.com/ipfs/ipfs-webui/pull/1066) +- fix: use same font size and color on desktop settings [`#1065`](https://github.com/ipfs/ipfs-webui/pull/1065) + +### Commits + +- feat: show latency and relay info in peers table [`75ff98a`](https://github.com/ipfs/ipfs-webui/commit/75ff98a9f8bf5fe2843255e84ea9cb9a475e43c9) + +## [v2.4.7](https://github.com/ipfs/ipfs-webui/compare/v2.4.6...v2.4.7) - 2019-06-26 + +### Merged + +- feat: IPFS experiments UI [`#1048`](https://github.com/ipfs/ipfs-webui/pull/1048) +- chore: use original datatransfer-files-promise [`#1053`](https://github.com/ipfs/ipfs-webui/pull/1053) + +### Commits + +- feat: update locales [`7d0fee7`](https://github.com/ipfs/ipfs-webui/commit/7d0fee730b1269dec67d9ac8d23764d67665325f) +- fix: tests mock selectIsIpfsDesktop [`23d1ac7`](https://github.com/ipfs/ipfs-webui/commit/23d1ac7291ba074e6d264d76c57ea74cce0c8ac2) +- fix: remove comma [`88cd10d`](https://github.com/ipfs/ipfs-webui/commit/88cd10d861296c8a47e30f04267bc1b6ea38a93a) + +## [v2.4.6](https://github.com/ipfs/ipfs-webui/compare/v2.4.5...v2.4.6) - 2019-05-31 + +### Merged + +- feat: use desktop version on Countly [`#1052`](https://github.com/ipfs/ipfs-webui/pull/1052) +- feat: restart ipfs daemon after config change [`#1050`](https://github.com/ipfs/ipfs-webui/pull/1050) +- fix: always close files dropdown [`#1051`](https://github.com/ipfs/ipfs-webui/pull/1051) +- fix: use electron dir picker on IPFS Desktop [`#1034`](https://github.com/ipfs/ipfs-webui/pull/1034) +- fix: set 512px app icon in manifest.json [`#1043`](https://github.com/ipfs/ipfs-webui/pull/1043) +- fix: drop multiple files on chrome [`#1049`](https://github.com/ipfs/ipfs-webui/pull/1049) +- tests: filesToStreams and doFilesWrite [`#1047`](https://github.com/ipfs/ipfs-webui/pull/1047) + +### Fixed + +- fix: drop multiple files on chrome (#1049) [`#1045`](https://github.com/ipfs/ipfs-webui/issues/1045) + +### Commits + +- feat: update locales [`73f49a2`](https://github.com/ipfs/ipfs-webui/commit/73f49a264f912c4b41c80ba75f93daa68190e234) +- fix: set app name and colors in manifest.json(#1035) [`83fbf45`](https://github.com/ipfs/ipfs-webui/commit/83fbf45156f78c5fd90bb502e600d7f127c32749) + +## [v2.4.5](https://github.com/ipfs/ipfs-webui/compare/v2.4.4...v2.4.5) - 2019-05-13 + +### Merged + +- fix: file upload error in http client [`#1033`](https://github.com/ipfs/ipfs-webui/pull/1033) +- refactor: cleanup files page [`#1029`](https://github.com/ipfs/ipfs-webui/pull/1029) +- fix: only re-render files list when data changes [`#1028`](https://github.com/ipfs/ipfs-webui/pull/1028) +- fix: work even when bandwidth metrics are disabled [`#1024`](https://github.com/ipfs/ipfs-webui/pull/1024) +- feat: add ipfs on path option [`#1016`](https://github.com/ipfs/ipfs-webui/pull/1016) +- feat: allow settings even when the daemon is offline [`#1023`](https://github.com/ipfs/ipfs-webui/pull/1023) +- chore: update navbar active item [`#1022`](https://github.com/ipfs/ipfs-webui/pull/1022) +- fix: improve color contrast on buttons [`#1021`](https://github.com/ipfs/ipfs-webui/pull/1021) +- fix: handle file-drop inside empty dir [`#1020`](https://github.com/ipfs/ipfs-webui/pull/1020) +- fix: get drop dir working again [`#1011`](https://github.com/ipfs/ipfs-webui/pull/1011) +- fix: allow https multiaddrs to specify api address [`#1007`](https://github.com/ipfs/ipfs-webui/pull/1007) +- fix: preserve user provided cid base [`#1005`](https://github.com/ipfs/ipfs-webui/pull/1005) + +### Commits + +- chore: update translations [`da377c6`](https://github.com/ipfs/ipfs-webui/commit/da377c6c44b03a29a698a030e6d64589d49b3a73) +- chore(i18n): support pt_PT and pt_BR [`0de252c`](https://github.com/ipfs/ipfs-webui/commit/0de252c3d0ede1aa85de5eefb160040f7ee4d9e1) + +## [v2.4.4](https://github.com/ipfs/ipfs-webui/compare/v2.4.3...v2.4.4) - 2019-03-19 + +### Merged + +- fix: file add error [`#995`](https://github.com/ipfs/ipfs-webui/pull/995) +- feat: update to CRA 2 and Storybook 5 [`#987`](https://github.com/ipfs/ipfs-webui/pull/987) +- feat: add connection to new peer [`#969`](https://github.com/ipfs/ipfs-webui/pull/969) + +### Commits + +- chore: update translations [`15d14d0`](https://github.com/ipfs/ipfs-webui/commit/15d14d09e9b3259aace59a4a355d78aa60b959ca) + +## [v2.4.3](https://github.com/ipfs/ipfs-webui/compare/v2.4.2...v2.4.3) - 2019-03-15 + +### Merged + +- Release 2.4.2 [`#994`](https://github.com/ipfs/ipfs-webui/pull/994) + +### Commits + +- fix: disable debug logging [`23bd35a`](https://github.com/ipfs/ipfs-webui/commit/23bd35a144cdbc8d210bc875deda19a0fa325a74) + +## [v2.4.2](https://github.com/ipfs/ipfs-webui/compare/v2.4.1...v2.4.2) - 2019-03-15 + +### Merged + +- feat: use countly key from IPFS Desktop [`#993`](https://github.com/ipfs/ipfs-webui/pull/993) + +### Commits + +- chore: update translations [`06f77c4`](https://github.com/ipfs/ipfs-webui/commit/06f77c4c1ca1fe8a41fcbc91aec27a715f3329ca) +- fix: links in readme where to update hash [`7321a35`](https://github.com/ipfs/ipfs-webui/commit/7321a350ddea62837661fbf749bac57ae119dea1) + +## [v2.4.1](https://github.com/ipfs/ipfs-webui/compare/v2.4...v2.4.1) - 2019-03-13 + +## [v2.4](https://github.com/ipfs/ipfs-webui/compare/v2.4.0...v2.4) - 2019-03-19 + +### Merged + +- fix: file add error [`#995`](https://github.com/ipfs/ipfs-webui/pull/995) +- feat: update to CRA 2 and Storybook 5 [`#987`](https://github.com/ipfs/ipfs-webui/pull/987) +- feat: add connection to new peer [`#969`](https://github.com/ipfs/ipfs-webui/pull/969) +- Release 2.4.2 [`#994`](https://github.com/ipfs/ipfs-webui/pull/994) +- feat: use countly key from IPFS Desktop [`#993`](https://github.com/ipfs/ipfs-webui/pull/993) +- feat: analytics opt-in per type [`#985`](https://github.com/ipfs/ipfs-webui/pull/985) +- fix: use localeCompare to sort files [`#977`](https://github.com/ipfs/ipfs-webui/pull/977) +- fix: make analytics opt-in [`#981`](https://github.com/ipfs/ipfs-webui/pull/981) +- fix: skip "failed to get url from Addresses.API" error during init [`#972`](https://github.com/ipfs/ipfs-webui/pull/972) + +### Fixed + +- fix: use localeCompare to sort files (#977) [`#975`](https://github.com/ipfs/ipfs-webui/issues/975) + +### Commits + +- chore: update translations [`15d14d0`](https://github.com/ipfs/ipfs-webui/commit/15d14d09e9b3259aace59a4a355d78aa60b959ca) +- fix: links in readme where to update hash [`7321a35`](https://github.com/ipfs/ipfs-webui/commit/7321a350ddea62837661fbf749bac57ae119dea1) +- fix: disable debug logging [`23bd35a`](https://github.com/ipfs/ipfs-webui/commit/23bd35a144cdbc8d210bc875deda19a0fa325a74) + +## [v2.4.0](https://github.com/ipfs/ipfs-webui/compare/v2.3.3...v2.4.0) - 2019-02-25 + +### Merged + +- feat: add react-virtualized to the files list [`#957`](https://github.com/ipfs/ipfs-webui/pull/957) +- chore: remove debug log [`#976`](https://github.com/ipfs/ipfs-webui/pull/976) +- fix: ensure we have a full api available [`#974`](https://github.com/ipfs/ipfs-webui/pull/974) +- feat: add self-hosted, doNotTrack-aware, analytics [`#930`](https://github.com/ipfs/ipfs-webui/pull/930) +- chore: move ci to circle [`#973`](https://github.com/ipfs/ipfs-webui/pull/973) +- Simpler circle config [`#970`](https://github.com/ipfs/ipfs-webui/pull/970) +- fix: tweak cluster params for ci build [`#967`](https://github.com/ipfs/ipfs-webui/pull/967) +- chore: add circleci based deploy [`#965`](https://github.com/ipfs/ipfs-webui/pull/965) +- docs: improve info for translators about Transifex process [`#964`](https://github.com/ipfs/ipfs-webui/pull/964) +- fix: no mixed content warnings on webui.ipfs.io [`#963`](https://github.com/ipfs/ipfs-webui/pull/963) +- fix: firefox svg render [`#958`](https://github.com/ipfs/ipfs-webui/pull/958) +- chore: extract ContextMenu from each file [`#956`](https://github.com/ipfs/ipfs-webui/pull/956) +- chore: add example to addFromIpfs modal [`#955`](https://github.com/ipfs/ipfs-webui/pull/955) +- feat: add loading animation for files resp [`#949`](https://github.com/ipfs/ipfs-webui/pull/949) +- chore: update add dropdown [`#951`](https://github.com/ipfs/ipfs-webui/pull/951) +- chore: update selected actions ui [`#952`](https://github.com/ipfs/ipfs-webui/pull/952) +- chore: update to the latest ipld api [`#948`](https://github.com/ipfs/ipfs-webui/pull/948) +- feat: extend dropzone to page [`#942`](https://github.com/ipfs/ipfs-webui/pull/942) +- feat: add file operations in preview [`#936`](https://github.com/ipfs/ipfs-webui/pull/936) + +### Fixed + +- docs: improve info for translators about Transifex process (#964) [`#954`](https://github.com/ipfs/ipfs-webui/issues/954) +- fix: no mixed content warnings on webui.ipfs.io (#963) [`#925`](https://github.com/ipfs-shipyard/ipfs-webui/issues/925) +- feat: add loading animation for files resp (#949) [`#926`](https://github.com/ipfs-shipyard/ipfs-webui/issues/926) +- chore: update add dropdown (#951) [`#915`](https://github.com/ipfs-shipyard/ipfs-webui/issues/915) +- feat: extend dropzone to page (#942) [`#916`](https://github.com/ipfs-shipyard/ipfs-webui/issues/916) +- feat: add file operations in preview (#936) [`#813`](https://github.com/ipfs-shipyard/ipfs-webui/issues/813) + +### Commits + +- Update issue templates [`6313cba`](https://github.com/ipfs/ipfs-webui/commit/6313cbacc6f2d952acafdf056ded2b6b58a31083) + +## [v2.3.3](https://github.com/ipfs/ipfs-webui/compare/v2.3.2...v2.3.3) - 2019-01-16 + +### Merged + +- chore: open ContextMenu on right-click [`#929`](https://github.com/ipfs/ipfs-webui/pull/929) +- fix: show IPv6 URIs correctly [`#934`](https://github.com/ipfs/ipfs-webui/pull/934) +- fix: add files and folders [`#931`](https://github.com/ipfs/ipfs-webui/pull/931) + +## [v2.3.2](https://github.com/ipfs/ipfs-webui/compare/v2.3.1...v2.3.2) - 2019-01-07 + +### Merged + +- fix: add by path [`#923`](https://github.com/ipfs/ipfs-webui/pull/923) +- fix: add folder and error on adding folder with same name [`#924`](https://github.com/ipfs/ipfs-webui/pull/924) + +## [v2.3.1](https://github.com/ipfs/ipfs-webui/compare/v2.3.0...v2.3.1) - 2019-01-03 + +### Merged + +- fix: update ipfs-geoip to fix geolocating of peers [`#919`](https://github.com/ipfs/ipfs-webui/pull/919) + +### Commits + +- chore: update de translations [`cc351c0`](https://github.com/ipfs/ipfs-webui/commit/cc351c0598587fb3c98d6a9e408347adbfd5e6cd) +- fix: readme broken links [`baa2907`](https://github.com/ipfs/ipfs-webui/commit/baa2907101c755b615f07230fb73e7d18eb7c798) + +## [v2.3.0](https://github.com/ipfs/ipfs-webui/compare/v2.2.0...v2.3.0) - 2018-12-18 + +### Merged + +- fix: minimum translation percentage [`#914`](https://github.com/ipfs/ipfs-webui/pull/914) +- chore: update to ipfs-http-client [`#913`](https://github.com/ipfs/ipfs-webui/pull/913) +- feat: layout tweaks for the larger screen [`#912`](https://github.com/ipfs/ipfs-webui/pull/912) +- docs: add useabilty test notes from @meiqimichelle [`#898`](https://github.com/ipfs/ipfs-webui/pull/898) +- fix: responsive peers map. larger country flags [`#906`](https://github.com/ipfs/ipfs-webui/pull/906) +- chore: update cors shell example to use component [`#910`](https://github.com/ipfs/ipfs-webui/pull/910) +- fix: dedupe origins in suggested cors config [`#907`](https://github.com/ipfs/ipfs-webui/pull/907) +- feat: numeric sensitive sorting of peers by multiaddr [`#909`](https://github.com/ipfs/ipfs-webui/pull/909) +- replace distribution chart with better node stats [`#902`](https://github.com/ipfs/ipfs-webui/pull/902) +- fix: spacebar file select in Firefox [`#905`](https://github.com/ipfs/ipfs-webui/pull/905) +- docs: add useability test notes [`#894`](https://github.com/ipfs/ipfs-webui/pull/894) +- docs: add useabilty test notes [`#893`](https://github.com/ipfs/ipfs-webui/pull/893) +- Remove malicious code as per https://github.com/dominictarr/event-stream/issues/116 [`#890`](https://github.com/ipfs/ipfs-webui/pull/890) +- fix: add missing quotes on Files screen [`#885`](https://github.com/ipfs/ipfs-webui/pull/885) +- feat: adds IPFS Desktop settings [`#883`](https://github.com/ipfs/ipfs-webui/pull/883) +- docs: remove CORS credential header [`#886`](https://github.com/ipfs/ipfs-webui/pull/886) + +### Fixed + +- fix: spacebar file select in Firefox (#905) [`#889`](https://github.com/ipfs/ipfs-webui/issues/889) + +### Commits + +- docs: update release steps [`0506840`](https://github.com/ipfs/ipfs-webui/commit/0506840f7dca547636070a52ad201c87659917aa) +- chore: update readme [`91b8e91`](https://github.com/ipfs/ipfs-webui/commit/91b8e91fecf00a5daeace198fb9bdfc2c6175181) +- fix: typo in readme [`e28a540`](https://github.com/ipfs/ipfs-webui/commit/e28a54007c6c1648bfbbb6ea139dd64c6482ee39) +- fix: broken contributing link [`40d70c1`](https://github.com/ipfs/ipfs-webui/commit/40d70c1b9ed84affde92a8565b859e4de086922a) + +## [v2.2.0](https://github.com/ipfs/ipfs-webui/compare/v2.1.1...v2.2.0) - 2018-11-14 + +### Merged + +- fix: support quic protocol in multiaddrs [`#884`](https://github.com/ipfs/ipfs-webui/pull/884) +- fix: storybook render without error [`#862`](https://github.com/ipfs/ipfs-webui/pull/862) +- feat: persist navbar state [`#875`](https://github.com/ipfs/ipfs-webui/pull/875) +- fix: speedometer colors [`#881`](https://github.com/ipfs/ipfs-webui/pull/881) +- feat: responsive nav [`#877`](https://github.com/ipfs/ipfs-webui/pull/877) +- feat: add language selector [`#866`](https://github.com/ipfs/ipfs-webui/pull/866) +- fix: isCID in ipfs-companion context [`#874`](https://github.com/ipfs/ipfs-webui/pull/874) + +### Fixed + +- fix: speedometer colors (#881) [`#876`](https://github.com/ipfs/ipfs-webui/issues/876) + +### Commits + +- chore: update locales [`8e961aa`](https://github.com/ipfs/ipfs-webui/commit/8e961aa8b5e7bde315b2dfad1376fb66ab0526c0) +- Update README.md [`79a7a29`](https://github.com/ipfs/ipfs-webui/commit/79a7a29004de44c351c9d67ad0b6be4381522710) + +## [v2.1.1](https://github.com/ipfs/ipfs-webui/compare/v2.1.0...v2.1.1) - 2018-10-23 + +### Merged + +- fix: detect api running on current origin [`#868`](https://github.com/ipfs/ipfs-webui/pull/868) + +## [v2.1.0](https://github.com/ipfs/ipfs-webui/compare/v2.0...v2.1.0) - 2018-10-19 + +### Merged + +- chore: update locales from transifex [`#865`](https://github.com/ipfs/ipfs-webui/pull/865) +- fix: disable concurrent geoip lookups [`#864`](https://github.com/ipfs/ipfs-webui/pull/864) +- fix: count in pie charts [`#859`](https://github.com/ipfs/ipfs-webui/pull/859) +- chore: update to ipfs-redux-bundle@4.1.0 [`#861`](https://github.com/ipfs/ipfs-webui/pull/861) +- fix: notify bundle [`#860`](https://github.com/ipfs/ipfs-webui/pull/860) +- feat: add webui intro [`#847`](https://github.com/ipfs/ipfs-webui/pull/847) +- fix: typo [`#857`](https://github.com/ipfs/ipfs-webui/pull/857) +- fix: start and build scripts [`#852`](https://github.com/ipfs/ipfs-webui/pull/852) +- feat: add git revision [`#844`](https://github.com/ipfs/ipfs-webui/pull/844) +- fix: skip window.ipfs [`#845`](https://github.com/ipfs/ipfs-webui/pull/845) +- chore: add cors info on welcome page [`#839`](https://github.com/ipfs/ipfs-webui/pull/839) +- feat: add footer with code and bugs links [`#809`](https://github.com/ipfs/ipfs-webui/pull/809) +- fix: add by path [`#838`](https://github.com/ipfs/ipfs-webui/pull/838) +- docs: add usability test script and instructions [`#816`](https://github.com/ipfs/ipfs-webui/pull/816) +- fix: btn disable state [`#834`](https://github.com/ipfs/ipfs-webui/pull/834) +- fix: sort folder by size [`#832`](https://github.com/ipfs/ipfs-webui/pull/832) +- fix: enlarge on hover [`#833`](https://github.com/ipfs/ipfs-webui/pull/833) +- fix: misc ui fixes [`#812`](https://github.com/ipfs/ipfs-webui/pull/812) +- docs: cors-config.sh and improve cors config docs [`#829`](https://github.com/ipfs/ipfs-webui/pull/829) + +### Fixed + +- fix: add by path (#838) [`#824`](https://github.com/ipfs-shipyard/ipfs-webui/issues/824) + +## [v2.0](https://github.com/ipfs/ipfs-webui/compare/v1.0...v2.0) - 2018-09-25 + +### Merged + +- feat: make peers page first render fast [`#808`](https://github.com/ipfs/ipfs-webui/pull/808) +- docs: add screenshots [`#811`](https://github.com/ipfs/ipfs-webui/pull/811) +- chore: add jenkins ci config [`#806`](https://github.com/ipfs/ipfs-webui/pull/806) +- chore: update README [`#805`](https://github.com/ipfs/ipfs-webui/pull/805) +- fix: lazy load ipld [`#804`](https://github.com/ipfs/ipfs-webui/pull/804) +- feat: add ipfs connection indicator and notifications [`#802`](https://github.com/ipfs/ipfs-webui/pull/802) +- feat: make the peers map fast [`#801`](https://github.com/ipfs/ipfs-webui/pull/801) +- feat: add ko locale and lang map. [`#797`](https://github.com/ipfs/ipfs-webui/pull/797) +- fix: ensure locales are loaded from relative path [`#798`](https://github.com/ipfs/ipfs-webui/pull/798) +- feat: set config editor height from content [`#796`](https://github.com/ipfs/ipfs-webui/pull/796) +- feat: peers page polish [`#793`](https://github.com/ipfs/ipfs-webui/pull/793) +- fix: make the status page look nicer [`#789`](https://github.com/ipfs/ipfs-webui/pull/789) +- feat: i18n for explore tab [`#788`](https://github.com/ipfs/ipfs-webui/pull/788) +- 💄: node bandwidth graph [`#780`](https://github.com/ipfs/ipfs-webui/pull/780) +- Rename Locale for Chinese (China) to zh-CN [`#786`](https://github.com/ipfs/ipfs-webui/pull/786) +- chore: use ipld-explorer-components [`#781`](https://github.com/ipfs/ipfs-webui/pull/781) +- Rename zh locale code to match Transifex [`#784`](https://github.com/ipfs/ipfs-webui/pull/784) +- docs: i18n [`#783`](https://github.com/ipfs/ipfs-webui/pull/783) +- feat: i18n tweaks [`#782`](https://github.com/ipfs/ipfs-webui/pull/782) +- feat: i18n [`#772`](https://github.com/ipfs/ipfs-webui/pull/772) +- chore: update dependencies [`#779`](https://github.com/ipfs/ipfs-webui/pull/779) +- feat: start bandwidth graph at 1 Mb/s [`#776`](https://github.com/ipfs/ipfs-webui/pull/776) +- feat: node stats page [`#766`](https://github.com/ipfs/ipfs-webui/pull/766) +- feat: bandwidth chart polishing [`#764`](https://github.com/ipfs/ipfs-webui/pull/764) +- feat: peer country chart [`#734`](https://github.com/ipfs/ipfs-webui/pull/734) +- feat: prettier peers table [`#765`](https://github.com/ipfs/ipfs-webui/pull/765) +- feat: change can't preview message and add loading animation [`#763`](https://github.com/ipfs/ipfs-webui/pull/763) +- feat: guide the user when no api found [`#715`](https://github.com/ipfs/ipfs-webui/pull/715) +- fix: files layout polishing [`#761`](https://github.com/ipfs/ipfs-webui/pull/761) +- feat: keyboard control to focus and select files [`#759`](https://github.com/ipfs/ipfs-webui/pull/759) +- refactor: disable service worker [`#757`](https://github.com/ipfs/ipfs-webui/pull/757) +- feat: arrow navigation [`#753`](https://github.com/ipfs/ipfs-webui/pull/753) +- feat: home icon on breadcrumbs [`#754`](https://github.com/ipfs/ipfs-webui/pull/754) +- chore: update dependencies [`#750`](https://github.com/ipfs/ipfs-webui/pull/750) +- 🚀: faster initial load times with loadable components [`#744`](https://github.com/ipfs/ipfs-webui/pull/744) +- chore: mock indexedDB on tests [`#743`](https://github.com/ipfs/ipfs-webui/pull/743) +- feat: share files link [`#742`](https://github.com/ipfs/ipfs-webui/pull/742) +- 💄: file browser tweaks [`#741`](https://github.com/ipfs/ipfs-webui/pull/741) +- feat: cache peer locations for 1 week [`#732`](https://github.com/ipfs/ipfs-webui/pull/732) +- feat: context menu [`#720`](https://github.com/ipfs/ipfs-webui/pull/720) +- fix: drag shadow [`#739`](https://github.com/ipfs/ipfs-webui/pull/739) +- refactor: files page improvement [`#736`](https://github.com/ipfs/ipfs-webui/pull/736) +- feat: navbar width toggle [`#710`](https://github.com/ipfs/ipfs-webui/pull/710) +- fix: show total peers count [`#735`](https://github.com/ipfs/ipfs-webui/pull/735) +- feat: drag'n'drop files [`#729`](https://github.com/ipfs/ipfs-webui/pull/729) +- feat: peers page [`#726`](https://github.com/ipfs/ipfs-webui/pull/726) +- 💄: explore tweaks [`#731`](https://github.com/ipfs/ipfs-webui/pull/731) +- IPLD start page [`#690`](https://github.com/ipfs/ipfs-webui/pull/690) +- feat: add peer locations bundle [`#702`](https://github.com/ipfs/ipfs-webui/pull/702) +- 💄: files tweaks [`#723`](https://github.com/ipfs/ipfs-webui/pull/723) +- chore: update dependencies [`#722`](https://github.com/ipfs/ipfs-webui/pull/722) +- feat: truncate text and add tooltip on hover [`#717`](https://github.com/ipfs/ipfs-webui/pull/717) +- feat: new folder [`#721`](https://github.com/ipfs/ipfs-webui/pull/721) +- refactor: use pull streams to add files [`#719`](https://github.com/ipfs/ipfs-webui/pull/719) +- fix: utf8 characters on file names [`#716`](https://github.com/ipfs/ipfs-webui/pull/716) +- feat: validate renaming [`#714`](https://github.com/ipfs/ipfs-webui/pull/714) +- fix: error when moving page if items were selected [`#713`](https://github.com/ipfs/ipfs-webui/pull/713) +- fix: path validation [`#712`](https://github.com/ipfs/ipfs-webui/pull/712) +- feat: add by path [`#708`](https://github.com/ipfs/ipfs-webui/pull/708) +- 💄: make dropdown look better [`#709`](https://github.com/ipfs/ipfs-webui/pull/709) +- feat: improve ObjectInfo data inspector [`#707`](https://github.com/ipfs/ipfs-webui/pull/707) +- refactor: more generic modal component [`#706`](https://github.com/ipfs/ipfs-webui/pull/706) +- feat: add folder [`#703`](https://github.com/ipfs/ipfs-webui/pull/703) +- feat: clickable icons on file browser [`#705`](https://github.com/ipfs/ipfs-webui/pull/705) +- feat: settings page config editor [`#684`](https://github.com/ipfs/ipfs-webui/pull/684) +- chore: update dependencies [`#699`](https://github.com/ipfs/ipfs-webui/pull/699) +- feat: download files [`#691`](https://github.com/ipfs/ipfs-webui/pull/691) +- feat: overlay component [`#697`](https://github.com/ipfs/ipfs-webui/pull/697) +- fix: issues when multiple files on the same dir have the same hash [`#696`](https://github.com/ipfs/ipfs-webui/pull/696) +- fix: disable onClick on inactive buttons [`#695`](https://github.com/ipfs/ipfs-webui/pull/695) +- fix: navigation for encoded names [`#693`](https://github.com/ipfs/ipfs-webui/pull/693) +- fix: input focus [`#692`](https://github.com/ipfs/ipfs-webui/pull/692) +- feat: add delete prompt to file browser [`#689`](https://github.com/ipfs/ipfs-webui/pull/689) +- feat: add node bandwidth chart to status page [`#688`](https://github.com/ipfs/ipfs-webui/pull/688) +- feat: delete prompt component [`#677`](https://github.com/ipfs/ipfs-webui/pull/677) +- feat: add peer bandwidth bundle [`#683`](https://github.com/ipfs/ipfs-webui/pull/683) +- feat: add rename prompt to file browser [`#687`](https://github.com/ipfs/ipfs-webui/pull/687) +- feat: file rename input dialog [`#686`](https://github.com/ipfs/ipfs-webui/pull/686) +- chore: add bundlesize check and ci [`#685`](https://github.com/ipfs/ipfs-webui/pull/685) +- Add circleci v2 config [`#682`](https://github.com/ipfs/ipfs-webui/pull/682) +- fix: makes sidebar full height in firefox [`#681`](https://github.com/ipfs/ipfs-webui/pull/681) +- Make linting work [`#680`](https://github.com/ipfs/ipfs-webui/pull/680) +- feat: IPLD graph for explore page [`#672`](https://github.com/ipfs/ipfs-webui/pull/672) +- chore: extract e2e test from unit tests [`#678`](https://github.com/ipfs/ipfs-webui/pull/678) +- fix: travis badge url, add david badge, use consistent badge style [`#674`](https://github.com/ipfs/ipfs-webui/pull/674) +- chore: update dependencies [`#673`](https://github.com/ipfs/ipfs-webui/pull/673) +- feat: add files page [`#669`](https://github.com/ipfs/ipfs-webui/pull/669) +- feat: align margin [`#670`](https://github.com/ipfs/ipfs-webui/pull/670) +- IPLD Explore page [`#668`](https://github.com/ipfs/ipfs-webui/pull/668) +- feat: files components [`#658`](https://github.com/ipfs/ipfs-webui/pull/658) +- feat: Add CID info viewer [`#667`](https://github.com/ipfs/ipfs-webui/pull/667) +- feat: add IPLD object info viewer ui component [`#665`](https://github.com/ipfs/ipfs-webui/pull/665) +- feat: checkbox controlled mode [`#666`](https://github.com/ipfs/ipfs-webui/pull/666) +- feat: checkbox [`#662`](https://github.com/ipfs/ipfs-webui/pull/662) +- chore: ensure consistent line endings [`#659`](https://github.com/ipfs/ipfs-webui/pull/659) +- chore: run tests against dev server in dev [`#663`](https://github.com/ipfs/ipfs-webui/pull/663) +- feat: register a11y [`#661`](https://github.com/ipfs/ipfs-webui/pull/661) +- fix: remove file component [`#660`](https://github.com/ipfs/ipfs-webui/pull/660) +- feat: add button component and storybook [`#657`](https://github.com/ipfs/ipfs-webui/pull/657) +- feat: Adds AsyncRequestLoader and enzyme testing [`#1`](https://github.com/ipfs/ipfs-webui/pull/1) + +### Fixed + +- docs: add screenshots (#811) [`#631`](https://github.com/ipfs/ipfs-webui/issues/631) +- feat: peers page polish (#793) [`#790`](https://github.com/ipfs/ipfs-webui/issues/790) + +### Commits + +- removes yarn [`97508f6`](https://github.com/ipfs/ipfs-webui/commit/97508f6759b7f0652157978a84eeb85b97d23849) +- feat: setup storybook [`d8e1ba3`](https://github.com/ipfs/ipfs-webui/commit/d8e1ba3912c0574c5ae50002097f398e2a84cc3f) +- initial commit [`b669e13`](https://github.com/ipfs/ipfs-webui/commit/b669e138e2b1511b381dad893f3bc22fb327d482) +- feat: add icons as react components [`8f9ec7c`](https://github.com/ipfs/ipfs-webui/commit/8f9ec7cd41c5a6b327b0a2e485c79aaa0ebf3d3e) +- docs: adds initial README [`cf7accf`](https://github.com/ipfs/ipfs-webui/commit/cf7accf1969c4b5bd44e06a1b5483f2a62fee85f) +- fix: override prod webpack config to use uglify-es [`c039fc4`](https://github.com/ipfs/ipfs-webui/commit/c039fc43ff7b19d312b3b9b45a5a484dbbc961f6) +- test: add tests and do big refactor [`49e0d2f`](https://github.com/ipfs/ipfs-webui/commit/49e0d2f2364c5ffc0e4088feb16eb69ded867f57) +- fix(test): render App test [`028bec6`](https://github.com/ipfs/ipfs-webui/commit/028bec64fd0a8877b885a31f60cac16e597a2434) +- refactor: move all modals to Files Page [`66c1cc5`](https://github.com/ipfs/ipfs-webui/commit/66c1cc5e01f9eba4c0ae2518c2bc4754190a3c76) +- chore: update locales [`9b9b7f8`](https://github.com/ipfs/ipfs-webui/commit/9b9b7f8db7c6290cd28cbac98d06d7316cde654a) +- feat: add IPLD Explore bar and CID info [`7737ec5`](https://github.com/ipfs/ipfs-webui/commit/7737ec5af23743c1c90d6fe34c0d7ae89560370d) +- adds redux, bundles, IPFS and getting peers [`3858a7a`](https://github.com/ipfs/ipfs-webui/commit/3858a7a2e3ba185691c2b67e52b6a4bb5c44810a) +- refactor: move sorting logic to bundle [`7b62302`](https://github.com/ipfs/ipfs-webui/commit/7b6230260b6ff97f467da8c51bb139558d6bedb6) +- start server before tests [`26622bb`](https://github.com/ipfs/ipfs-webui/commit/26622bbd77ed7bfd7f45357ce9822ca421b4f45e) +- Replace live-update with app-idle bundle [`48798a6`](https://github.com/ipfs/ipfs-webui/commit/48798a65968b3dc46e5b1e9ee1e636fe64445d9c) +- Hash routing for redux-bundler [`ee7e8fb`](https://github.com/ipfs/ipfs-webui/commit/ee7e8fbc066b73a69fe1fb11c0ed09e5dcd4fa75) +- chore: update dependencies 🚀 [`9380010`](https://github.com/ipfs/ipfs-webui/commit/93800109d643249402d7def95fd067c85831327c) +- feat: add flags to peer bandwidth table [`852ceb5`](https://github.com/ipfs/ipfs-webui/commit/852ceb5d4045f03d6c1cefe88bc540a96c677d2f) +- feat: add source map explorer [`c649087`](https://github.com/ipfs/ipfs-webui/commit/c64908786050d9b664fa7d5ae640b925e5cd0ef9) +- feat: add ipld explor form [`f10297d`](https://github.com/ipfs/ipfs-webui/commit/f10297d72d694d56516ad9ced3fba8c98d051bf2) +- chore: add lint script [`498f1b2`](https://github.com/ipfs/ipfs-webui/commit/498f1b2aa9def53ebf4df54b1bbfc46c9ea37a59) +- Add live-update bundle [`f772900`](https://github.com/ipfs/ipfs-webui/commit/f772900d2975504d5433d1c031bf360e36a6746d) +- Fix home routing and page layout [`88c5276`](https://github.com/ipfs/ipfs-webui/commit/88c5276ddcf3a1fe789e6917217ab92bc6c5e8bd) +- refactor: simplify file adding [`e1d35ca`](https://github.com/ipfs/ipfs-webui/commit/e1d35ca76dbf90ff6be3d678bd4b533eff79762e) +- Debounce the loader [`3855efe`](https://github.com/ipfs/ipfs-webui/commit/3855efebb2b50544de3fa3847fae1def7781e0f5) +- refactor: use cache package directly [`a918b85`](https://github.com/ipfs/ipfs-webui/commit/a918b8571a2b6fbdabf2a578bf06417c73b625cc) +- feat: show file size for folders [`9218fea`](https://github.com/ipfs/ipfs-webui/commit/9218fea291359f08066f59a6177fbd96185be6a4) +- chore: get tests working in CI [`346a23b`](https://github.com/ipfs/ipfs-webui/commit/346a23bee3103ac3f4e151788777d4c276e09088) +- feat: minimal ipfs nav style [`da055e8`](https://github.com/ipfs/ipfs-webui/commit/da055e8dc4e92ab3ae275cb5ca33fda4dbcc985b) +- docs: update project name and readme [`362383c`](https://github.com/ipfs/ipfs-webui/commit/362383c0bdc969af4c3d8616ecfc3b9c956c08a9) +- fix: update ipld icon [`7353f33`](https://github.com/ipfs/ipfs-webui/commit/7353f33eba79a5315b78d56a588429af2a760640) +- chore: use latest redux-bundler with hash routing [`7c5648e`](https://github.com/ipfs/ipfs-webui/commit/7c5648e154c2f4980d7359b49e8b0994347a40a4) +- test: add AsyncRequestLoader test [`ce005ae`](https://github.com/ipfs/ipfs-webui/commit/ce005ae15662c1d9f09c0d14ddd88bb25303802e) +- docs: add license [`b89ac9c`](https://github.com/ipfs/ipfs-webui/commit/b89ac9ce725efe24d39f7a70f1711ee89b989a23) +- fix: redirect from /files to /files/ [`ed9b385`](https://github.com/ipfs/ipfs-webui/commit/ed9b38588092461e5155cc373930e902957eda2a) +- fix: rename Chinese locale to zh-CN [`67f9c7a`](https://github.com/ipfs/ipfs-webui/commit/67f9c7a2cf0449ec1626523c78b48c1a39af85dd) +- feat: slide-in select actions bar [`e95d95f`](https://github.com/ipfs/ipfs-webui/commit/e95d95fdb81d11f00343f9fa41ef42da4b5b74c8) +- feat: ignore metafiles [`5610655`](https://github.com/ipfs/ipfs-webui/commit/56106551425b72e1af05c6f18172c6fc7d0e3469) +- fix: ensure initial slash on ipld path [`e2a0ab9`](https://github.com/ipfs/ipfs-webui/commit/e2a0ab959ef6614175bbd97697df35db4ade3d3d) +- feat: fallback to IPFS api [`6c727d5`](https://github.com/ipfs/ipfs-webui/commit/6c727d564a49b4ee7f96c8b936faaa6745b2c929) +- feat: suggest download when preview not possible [`5fa6df2`](https://github.com/ipfs/ipfs-webui/commit/5fa6df2f5513a273e5a542be2eacde8eb625aa4f) +- fix: cumulative size of selected files [`dfd0a36`](https://github.com/ipfs/ipfs-webui/commit/dfd0a363edc0e000fc741eb3785fe275edb0ad5f) +- feat: on mac os behave like finder on sorting [`8949da5`](https://github.com/ipfs/ipfs-webui/commit/8949da559e762a000166be287765f6ce05eb7eb0) +- fix: moving to root 🚒 [`d7dd007`](https://github.com/ipfs/ipfs-webui/commit/d7dd00762cabf58294ca74af2059db0cc3c86ee5) +- fix: country name title attribute [`50c74d9`](https://github.com/ipfs/ipfs-webui/commit/50c74d9d932999949fd1ca57f3b71568b8fc1024) +- fix: stop thousands of requests for each path [`d8a7e23`](https://github.com/ipfs/ipfs-webui/commit/d8a7e232be7e67ab476de403c593b6540db25e1f) +- fix: add missing selectApiUrl [`31c0c2f`](https://github.com/ipfs/ipfs-webui/commit/31c0c2fe7680d1428835a33f004c30d5f223d4f9) +- feat: add error when gets partial response [`9edbc3f`](https://github.com/ipfs/ipfs-webui/commit/9edbc3f0620fffe6ea4eec347d0bbd4e2ec1c28f) +- 💄: breadcrumb with dag-pb color [`81e5802`](https://github.com/ipfs/ipfs-webui/commit/81e58024e12fe70902d21d60ea8ec263c128d94c) +- fix: close dropdown when opening add by path modal [`84ecf81`](https://github.com/ipfs/ipfs-webui/commit/84ecf812522c5d0906e5734ac69bb8091a3e6cfc) +- One more [`a05098b`](https://github.com/ipfs/ipfs-webui/commit/a05098b11413595cc6319c910f60153f9b77ddc1) +- feat: navigate on hash click [`09ec815`](https://github.com/ipfs/ipfs-webui/commit/09ec815bd7467ed77fc90312e9f07ab4d14d43d4) +- Don't need multiple bundlesize checks [`cde82b2`](https://github.com/ipfs/ipfs-webui/commit/cde82b29a76ae8bdcd7c83013f9549c735557247) +- circle-ci v2 is green [`e4ba1d8`](https://github.com/ipfs/ipfs-webui/commit/e4ba1d8d8f67f52444a1c806b5a043aae6b1ed7a) +- Do we need no sandbox? [`0c5271b`](https://github.com/ipfs/ipfs-webui/commit/0c5271b5c8bfb70ff172ae178b33feb2dee4c20a) +- install puppeteer deps [`3aea257`](https://github.com/ipfs/ipfs-webui/commit/3aea257f33a99ba15e8d7c2ccc3547def737a387) +- fix: re-enable coverage [`e3d6f98`](https://github.com/ipfs/ipfs-webui/commit/e3d6f98fc316c1fd0a5047b30e384f56a4935b1e) +- feat: debug only on development [`a67135c`](https://github.com/ipfs/ipfs-webui/commit/a67135c0a5041ed5c7a6d5216e9b664cb5336726) +- 💄: add classes to link [`16d36d1`](https://github.com/ipfs/ipfs-webui/commit/16d36d1645b4623fce055069ef4595950f2e80a3) +- fix: no jumping breadcrumbs [`acdd1dd`](https://github.com/ipfs/ipfs-webui/commit/acdd1dd438ab5e1968b5fc7d34b08c4dcc6ad43d) +- feat: previews now use max-width and not width 100 [`333eb88`](https://github.com/ipfs/ipfs-webui/commit/333eb883567de1e0cebd58ea82abe706cf53dc83) +- fix: daemon typo [`d52443a`](https://github.com/ipfs/ipfs-webui/commit/d52443ad9a4030161926e63232e5203c291884bc) +- fix: prop validation [`43fa7c8`](https://github.com/ipfs/ipfs-webui/commit/43fa7c889c6c9c53b835da5b67dbc433881eb042) +- Add NO_SANDBOX var for puppeteer [`8d20582`](https://github.com/ipfs/ipfs-webui/commit/8d20582fcaa331814d754c7e5fdb4af65606d148) +- Fix outstanding transgressions [`1f380eb`](https://github.com/ipfs/ipfs-webui/commit/1f380eb79d2e1cf95860f139111f0bae5ba3624e) +- fix: add data-id expected by app test [`a20444a`](https://github.com/ipfs/ipfs-webui/commit/a20444a524cd2e20d67a02ecd34eb79f81f125eb) +- fix: zh locale code to match Transifex [`019293e`](https://github.com/ipfs/ipfs-webui/commit/019293e2d9be8d1f1d81ca5c49f410ae5fc9735f) + +## v1.0 - 2018-09-24 + +### Merged + +- docs: add notice that master will be replaced by revamp [`#760`](https://github.com/ipfs/ipfs-webui/pull/760) +- feat: add swedish i18n support [`#758`](https://github.com/ipfs/ipfs-webui/pull/758) +- fix: support for use behind https [`#664`](https://github.com/ipfs/ipfs-webui/pull/664) +- update repo url in install instructions [`#679`](https://github.com/ipfs/ipfs-webui/pull/679) +- style: mv nested ordered list to top level [`#651`](https://github.com/ipfs/ipfs-webui/pull/651) +- docs: update badges and WebUI spelling [`#648`](https://github.com/ipfs/ipfs-webui/pull/648) +- refactor: flatten ./src/app into ./src [`#647`](https://github.com/ipfs/ipfs-webui/pull/647) +- chore: update dependencies [`#646`](https://github.com/ipfs/ipfs-webui/pull/646) +- feat: video, pdf and music previews [`#643`](https://github.com/ipfs/ipfs-webui/pull/643) +- fix: image previews [`#642`](https://github.com/ipfs/ipfs-webui/pull/642) +- fix: typos in french translation [`#636`](https://github.com/ipfs/ipfs-webui/pull/636) +- Update french translation [`#610`](https://github.com/ipfs/ipfs-webui/pull/610) +- feat: Adds copy hash to clipboard context menu item [`#608`](https://github.com/ipfs/ipfs-webui/pull/608) +- fix: swap params in _unpin method [`#600`](https://github.com/ipfs/ipfs-webui/pull/600) +- feat: Make the API accessible from the default HTTPS port [`#602`](https://github.com/ipfs/ipfs-webui/pull/602) +- feat: Create webui-zh.json for translation of simplified Chinese [`#597`](https://github.com/ipfs/ipfs-webui/pull/597) +- chore: Add FOSSA badges/reports [`#585`](https://github.com/ipfs/ipfs-webui/pull/585) +- fix: typo on import [`#604`](https://github.com/ipfs/ipfs-webui/pull/604) +- Update all dependencies. Less babel'iness. Standard compliant [`#595`](https://github.com/ipfs/ipfs-webui/pull/595) +- fix: fixes #512 [`#575`](https://github.com/ipfs/ipfs-webui/pull/575) +- feat: Add thai language [`#590`](https://github.com/ipfs/ipfs-webui/pull/590) +- Upgrade dependencies [`#588`](https://github.com/ipfs/ipfs-webui/pull/588) +- File manager tests [`#583`](https://github.com/ipfs/ipfs-webui/pull/583) +- Upgrade redux saga [`#582`](https://github.com/ipfs/ipfs-webui/pull/582) +- File manager [`#581`](https://github.com/ipfs/ipfs-webui/pull/581) +- Prepare for 0.4.5 [`#577`](https://github.com/ipfs/ipfs-webui/pull/577) +- Fix TypeError on call to input value [`#460`](https://github.com/ipfs/ipfs-webui/pull/460) +- Add french localization [`#489`](https://github.com/ipfs/ipfs-webui/pull/489) +- Translation fix [`#576`](https://github.com/ipfs/ipfs-webui/pull/576) +- Fix ipfs/ipfs link in README.md [`#564`](https://github.com/ipfs/ipfs-webui/pull/564) +- 348 361 npm install and eslint fail [`#362`](https://github.com/ipfs/ipfs-webui/pull/362) +- Added support for dutch [`#301`](https://github.com/ipfs/ipfs-webui/pull/301) +- add table spec [`#247`](https://github.com/ipfs/ipfs-webui/pull/247) +- specify node/npm versions [`#248`](https://github.com/ipfs/ipfs-webui/pull/248) +- Update lodash to version 4.2.0 🚀 [`#233`](https://github.com/ipfs/ipfs-webui/pull/233) +- react@0.14.7 breaks build 🚨 [`#228`](https://github.com/ipfs/ipfs-webui/pull/228) +- Update cheerio to version 0.20.0 🚀 [`#231`](https://github.com/ipfs/ipfs-webui/pull/231) +- fix(files): Remove use of localstorage. [`#217`](https://github.com/ipfs/ipfs-webui/pull/217) +- Update hjs-webpack to version 7.0.0 🚀 [`#220`](https://github.com/ipfs/ipfs-webui/pull/220) +- Polish localization [`#219`](https://github.com/ipfs/ipfs-webui/pull/219) +- Finish Es conversion [`#216`](https://github.com/ipfs/ipfs-webui/pull/216) +- Remove jquery [`#215`](https://github.com/ipfs/ipfs-webui/pull/215) +- autoprefixer@6.3.1 breaks build ⚠️ [`#208`](https://github.com/ipfs/ipfs-webui/pull/208) +- babel-plugin-transform-runtime@6.4.3 breaks build ⚠️ [`#203`](https://github.com/ipfs/ipfs-webui/pull/203) +- Update i18next-xhr-backend to version 0.3.0 🚀 [`#204`](https://github.com/ipfs/ipfs-webui/pull/204) +- autoprefixer@6.3.0 breaks build ⚠️ [`#207`](https://github.com/ipfs/ipfs-webui/pull/207) +- i18next@2.0.22 breaks build ⚠️ [`#206`](https://github.com/ipfs/ipfs-webui/pull/206) +- i18next@2.0.21 breaks build ⚠️ [`#205`](https://github.com/ipfs/ipfs-webui/pull/205) +- karma-sourcemap-loader@0.3.7 breaks build ⚠️ [`#201`](https://github.com/ipfs/ipfs-webui/pull/201) +- stream-http@2.1.0 breaks build ⚠️ [`#198`](https://github.com/ipfs/ipfs-webui/pull/198) +- webpack@1.12.11 breaks build ⚠️ [`#192`](https://github.com/ipfs/ipfs-webui/pull/192) +- Fixes and release of a new version for 0.3.11 [`#188`](https://github.com/ipfs/ipfs-webui/pull/188) +- i18next@2.0.19 breaks build ⚠️ [`#186`](https://github.com/ipfs/ipfs-webui/pull/186) +- react-router-bootstrap@0.20.1 breaks build ⚠️ [`#184`](https://github.com/ipfs/ipfs-webui/pull/184) +- eslint-plugin-react@3.15.0 breaks build ⚠️ [`#183`](https://github.com/ipfs/ipfs-webui/pull/183) +- babel-core@6.4.0 breaks build ⚠️ [`#174`](https://github.com/ipfs/ipfs-webui/pull/174) +- fix(object) Ensure keys for all rendered array elements [`#166`](https://github.com/ipfs/ipfs-webui/pull/166) +- webpack@1.12.10 breaks build ⚠️ [`#173`](https://github.com/ipfs/ipfs-webui/pull/173) +- karma@0.13.19 breaks build ⚠️ [`#170`](https://github.com/ipfs/ipfs-webui/pull/170) +- Update i18next-xhr-backend to version 0.2.0 🚀 [`#171`](https://github.com/ipfs/ipfs-webui/pull/171) +- i18next@2.0.16 breaks build ⚠️ [`#172`](https://github.com/ipfs/ipfs-webui/pull/172) +- i18next@2.0.15 breaks build ⚠️ [`#168`](https://github.com/ipfs/ipfs-webui/pull/168) +- Update i18next-xhr-backend to version 0.1.0 🚀 [`#169`](https://github.com/ipfs/ipfs-webui/pull/169) +- eslint-plugin-react@3.14.0 breaks build ⚠️ [`#164`](https://github.com/ipfs/ipfs-webui/pull/164) +- babel-loader@6.2.1 breaks build ⚠️ [`#163`](https://github.com/ipfs/ipfs-webui/pull/163) +- Added a log [`#160`](https://github.com/ipfs/ipfs-webui/pull/160) +- feat: Replace console.log with debug [`#155`](https://github.com/ipfs/ipfs-webui/pull/155) +- refactor: Upgrade to react-router@2 [`#156`](https://github.com/ipfs/ipfs-webui/pull/156) +- Fix typo [`#158`](https://github.com/ipfs/ipfs-webui/pull/158) +- refactor: Improve style setup [`#152`](https://github.com/ipfs/ipfs-webui/pull/152) +- Improve build process [`#130`](https://github.com/ipfs/ipfs-webui/pull/130) +- Filled out readme [`#147`](https://github.com/ipfs/ipfs-webui/pull/147) +- fix: Ensure relative paths are working in resulting bundle [`#148`](https://github.com/ipfs/ipfs-webui/pull/148) +- Update README with Access-Control headers for development [`#143`](https://github.com/ipfs/ipfs-webui/pull/143) +- Converted majority of BS elements [`#142`](https://github.com/ipfs/ipfs-webui/pull/142) +- German localization [`#118`](https://github.com/ipfs/ipfs-webui/pull/118) +- I18n support + Czech localization [`#97`](https://github.com/ipfs/ipfs-webui/pull/97) +- Update ipfs-geoip to version 1.4.5 🚀 [`#110`](https://github.com/ipfs/ipfs-webui/pull/110) +- Update font-awesome to version 4.5.0 🚀 [`#109`](https://github.com/ipfs/ipfs-webui/pull/109) +- Use lookupPretty from ipfs-geoip [`#93`](https://github.com/ipfs/ipfs-webui/pull/93) +- Upgrade dependencies and some cleanup [`#92`](https://github.com/ipfs/ipfs-webui/pull/92) +- disable logs [`#91`](https://github.com/ipfs/ipfs-webui/pull/91) +- Updates three.js syntax, fixes #84 [`#85`](https://github.com/ipfs/ipfs-webui/pull/85) +- Updates the 'back to console home' link in the 404 [`#86`](https://github.com/ipfs/ipfs-webui/pull/86) +- Fix DagPath on UI [`#80`](https://github.com/ipfs/ipfs-webui/pull/80) +- Fix DagPath on UI [`#1`](https://github.com/ipfs/ipfs-webui/pull/1) +- Update README.md [`#78`](https://github.com/ipfs/ipfs-webui/pull/78) +- Update README.md [`#77`](https://github.com/ipfs/ipfs-webui/pull/77) +- Merge webui publish fix + bump ipfs-api version [`#75`](https://github.com/ipfs/ipfs-webui/pull/75) +- change jbenet/ipfs to ipfs/webui [`#71`](https://github.com/ipfs/ipfs-webui/pull/71) +- add woff2 font file [`#65`](https://github.com/ipfs/ipfs-webui/pull/65) +- Updated README to fix the clone URL. [`#67`](https://github.com/ipfs/ipfs-webui/pull/67) +- fix git clone link [`#66`](https://github.com/ipfs/ipfs-webui/pull/66) +- Reverted to fix issue with broken view [`#64`](https://github.com/ipfs/ipfs-webui/pull/64) +- stop navbar flowing into to two lines [`#63`](https://github.com/ipfs/ipfs-webui/pull/63) +- rewrite referer to make api happy [`#61`](https://github.com/ipfs/ipfs-webui/pull/61) +- hot-reload without webpack [`#59`](https://github.com/ipfs/ipfs-webui/pull/59) +- Fixed Globe [`#58`](https://github.com/ipfs/ipfs-webui/pull/58) +- Version 0.2.0 [`#55`](https://github.com/ipfs/ipfs-webui/pull/55) +- Support un-named links [`#53`](https://github.com/ipfs/ipfs-webui/pull/53) +- Set gateway based on window hostname [`#52`](https://github.com/ipfs/ipfs-webui/pull/52) +- Object view error checking and path parsing [`#50`](https://github.com/ipfs/ipfs-webui/pull/50) +- Remove polling interval from files view [`#51`](https://github.com/ipfs/ipfs-webui/pull/51) +- Bump geoip version [`#48`](https://github.com/ipfs/ipfs-webui/pull/48) +- make full path default in object view (fixes #42) [`#45`](https://github.com/ipfs/ipfs-webui/pull/45) +- linting for jsx files [`#47`](https://github.com/ipfs/ipfs-webui/pull/47) +- Make geoip requests over ipfs [`#44`](https://github.com/ipfs/ipfs-webui/pull/44) +- update repo in package.json [`#36`](https://github.com/ipfs/ipfs-webui/pull/36) +- Fixes #31, allowing unpinning via the webui [`#35`](https://github.com/ipfs/ipfs-webui/pull/35) +- Bugfixes [`#30`](https://github.com/ipfs/ipfs-webui/pull/30) +- Move to Webpack from Gulp. [`#29`](https://github.com/ipfs/ipfs-webui/pull/29) +- Add precommit hook and fix feross/standard lint errors. [`#27`](https://github.com/ipfs/ipfs-webui/pull/27) +- Fix globe. Fixes #22 [`#23`](https://github.com/ipfs/ipfs-webui/pull/23) +- Ignore npm-debug.log [`#24`](https://github.com/ipfs/ipfs-webui/pull/24) +- Fix #16 (Object is a bad var name) [`#25`](https://github.com/ipfs/ipfs-webui/pull/25) +- Add `npm run dev`, read PORT env, and automatically open browser from gulp. [`#26`](https://github.com/ipfs/ipfs-webui/pull/26) +- Add proper UTF-8 support for file previews [`#15`](https://github.com/ipfs/ipfs-webui/pull/15) +- Cleans the directory prior to a new building being published [`#14`](https://github.com/ipfs/ipfs-webui/pull/14) +- When the webui is running on port 80, it will not have an undefined port [`#13`](https://github.com/ipfs/ipfs-webui/pull/13) +- Fixes issue #6 [`#12`](https://github.com/ipfs/ipfs-webui/pull/12) +- Fixed issue introduced in go-ipfs#810 [`#9`](https://github.com/ipfs/ipfs-webui/pull/9) +- Enabling API Proxy pass through [`#8`](https://github.com/ipfs/ipfs-webui/pull/8) +- Proxy /ipfs/ requests [`#7`](https://github.com/ipfs/ipfs-webui/pull/7) + +### Fixed + +- Merge pull request #575 from FrankPetrilli/master [`#512`](https://github.com/ipfs/ipfs-webui/issues/512) +- feat: update dependencies [`#568`](https://github.com/ipfs/ipfs-webui/issues/568) +- fix: do not hardcode http [`#533`](https://github.com/ipfs/ipfs-webui/issues/533) +- Fixes #512, needs UI changes to feel better [`#512`](https://github.com/ipfs/ipfs-webui/issues/512) +- fix(files): Remove use of localstorage. [`#32`](https://github.com/ipfs/ipfs-webui/issues/32) +- fix(object): Ensure keys for all rendered array elements [`#161`](https://github.com/ipfs/ipfs-webui/issues/161) +- refactor: Upgrade to react-router@2 [`#131`](https://github.com/ipfs/ipfs-webui/issues/131) +- Filled out readme [`#141`](https://github.com/ipfs/ipfs-webui/issues/141) +- fix: Upgrade i18n libraries. [`#132`](https://github.com/ipfs/ipfs-webui/issues/132) +- Merge pull request #85 from CaioAlonso/issue84 [`#84`](https://github.com/ipfs/ipfs-webui/issues/84) +- Merge pull request #45 from ipfs/ipns-raw [`#42`](https://github.com/ipfs/ipfs-webui/issues/42) +- make full path default in object view (fixes #42) [`#42`](https://github.com/ipfs/ipfs-webui/issues/42) +- Merge pull request #35 from ipfs/bug/recursive-pin [`#31`](https://github.com/ipfs/ipfs-webui/issues/31) +- Fixes #31, allowing unpinning via the webui [`#31`](https://github.com/ipfs/ipfs-webui/issues/31) +- Merge pull request #23 from STRML/globe [`#22`](https://github.com/ipfs/ipfs-webui/issues/22) +- Merge pull request #25 from STRML/object [`#16`](https://github.com/ipfs/ipfs-webui/issues/16) +- Fix #16 (Object is a bad var name) [`#16`](https://github.com/ipfs/ipfs-webui/issues/16) + +### Commits + +- new webui version disables logs [`1df3525`](https://github.com/ipfs/ipfs-webui/commit/1df3525d352066dd6a2246ee4fdcb40f68c068bd) +- published new version [`1c89c1a`](https://github.com/ipfs/ipfs-webui/commit/1c89c1a84d1ec41f4fe88c226e2ab9079ea10053) +- add new version [`a14e5a9`](https://github.com/ipfs/ipfs-webui/commit/a14e5a96575ac51a34e3dda27ad3880bf21eb209) +- fix: update deps, fix build and other improvements [`2c2a305`](https://github.com/ipfs/ipfs-webui/commit/2c2a30554dc9fc39778d4a0db00bd2d32082915a) +- fix: downgrade Babel to beta 0.34 [`00eec20`](https://github.com/ipfs/ipfs-webui/commit/00eec2005b7847888ed44bfdf0a6e2b3da2a0f9a) +- fix: remove lock [`dc81138`](https://github.com/ipfs/ipfs-webui/commit/dc811388483ce99ff8b833579bd6bae42ba0e8fd) +- lock down dependencies using yarn [`189fb43`](https://github.com/ipfs/ipfs-webui/commit/189fb43563ccbc1c493426660d99afbe799efd5e) +- Extracts the file manager (and redux and toastr) from ipfs/webui#229 by @dignifiedquire [`c412657`](https://github.com/ipfs/ipfs-webui/commit/c412657a66cf9781e25377546e550220aeb4b9de) +- Upgrade remaining babel dependencies [`19c3f75`](https://github.com/ipfs/ipfs-webui/commit/19c3f7580a65ce6168bad716585a8b0417f893a7) +- Upgrade webpack and hjs-webpack dependencies [`b01d099`](https://github.com/ipfs/ipfs-webui/commit/b01d099fdfb3c1d6d9473491e3ea75d918aeabf6) +- Update most of remaining dependencies [`f375bc1`](https://github.com/ipfs/ipfs-webui/commit/f375bc1fc6b278a67466cc3f7c8d6c6ed6bf0529) +- Add some reducer and saga tests for the file manager [`0a047d1`](https://github.com/ipfs/ipfs-webui/commit/0a047d17c86bec489c0676c6daaf2117a8dde451) +- Upgrade eslint dependencies [`5bc921d`](https://github.com/ipfs/ipfs-webui/commit/5bc921df24f979275dfa062c5e9ffd2da9c3c6f3) +- fix: Less freezing things [`dc55345`](https://github.com/ipfs/ipfs-webui/commit/dc55345c145a08fa6594f841ee0e4840db3b4d1b) +- feat: add portuguese i18n support [`93bae0c`](https://github.com/ipfs/ipfs-webui/commit/93bae0c799c964e3f26cef74baf4f662b7953cf8) +- Create webui-th.json [`ac3402c`](https://github.com/ipfs/ipfs-webui/commit/ac3402c112825b44823868649b63a75f3db98b8f) +- . : eslint --fix [`d1c60f3`](https://github.com/ipfs/ipfs-webui/commit/d1c60f3f5130099679ccc35096d6e72a5d00ad9d) +- Upgrade babel-eslint and readable-stream dependencies [`fd08c27`](https://github.com/ipfs/ipfs-webui/commit/fd08c27f6299e343e67f1b3fc8ff295d7e41004d) +- Add some reducer and saga tests for the file manager [`51c9cd7`](https://github.com/ipfs/ipfs-webui/commit/51c9cd7b62383f61fcd3328843523ccf6b12fbb3) +- Upgrade redux-saga dependency [`9c55fa3`](https://github.com/ipfs/ipfs-webui/commit/9c55fa3b66d29faa5ed999804d90d6de3b07263e) +- Upgrade css-, style-, less-loader dependencies [`a0b418e`](https://github.com/ipfs/ipfs-webui/commit/a0b418e7342f68f62c50f5329e97e79f5ade0899) +- fix: file explorer due to breaking change on ipfs-api [`f7271d0`](https://github.com/ipfs/ipfs-webui/commit/f7271d02ec954223d1d46b2095d6235f6d8cbfbf) +- Linting fixes [`5e5ad15`](https://github.com/ipfs/ipfs-webui/commit/5e5ad1541bb072bcf17b57c10537a847e0de4dbe) +- test: update [`5cff636`](https://github.com/ipfs/ipfs-webui/commit/5cff6361c71a53b2e4a03d75407840e63bcbc695) +- Corrected translations [`b0b0f61`](https://github.com/ipfs/ipfs-webui/commit/b0b0f61c2ecef1bcc08a92bd46a4b9d63b351216) +- docs: release notes [`d398368`](https://github.com/ipfs/ipfs-webui/commit/d398368ea69c785f4ad63efadaf34b9ad32094ad) +- Communicate IPFS request failures to user [`435699d`](https://github.com/ipfs/ipfs-webui/commit/435699da405ace6e725ca7d803d1b804363704a6) +- chore: release new version [`7fc3214`](https://github.com/ipfs/ipfs-webui/commit/7fc3214afbc2931d1f8d57007c7ab0d4bd39c93c) +- Standardize LICENSE [`85b981a`](https://github.com/ipfs/ipfs-webui/commit/85b981a9520fff52645887b2a2b786c412850f06) +- fix: use correct protocol when connecting to the API [`6d8bacc`](https://github.com/ipfs/ipfs-webui/commit/6d8bacce1a50848ac7001c579c42ddc6ad4028b7) +- node/package: ipfs-api dep, rm ipfs-api devDep [`61aeaa4`](https://github.com/ipfs/ipfs-webui/commit/61aeaa430b05a331156800dfa2858af8c6cbf0a8) +- docs: fix 404 [`5c09da7`](https://github.com/ipfs/ipfs-webui/commit/5c09da7444616987dacd787fa563e13ae07060b2) +- fix: typo in README [`5d5864f`](https://github.com/ipfs/ipfs-webui/commit/5d5864f989533df6a0956fe9d25c47d080be355e) +- fix: an error in webui-zh.json [`c95d4dd`](https://github.com/ipfs/ipfs-webui/commit/c95d4dd81e4853091a9ca323d76ef5911bbce5e9) +- fix lint rule [`b3487d7`](https://github.com/ipfs/ipfs-webui/commit/b3487d7c4fcb4c1079d9b6fb055166a6c1b6405b) +- published QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R [`ee74f75`](https://github.com/ipfs/ipfs-webui/commit/ee74f75d0b30d59326a813fb4467c91190cb87a6) +- Added latest webui version [`8d1d178`](https://github.com/ipfs/ipfs-webui/commit/8d1d17889477c278c6b0d47951be2ed2a2a0fbd5) +- Added lastest bundle [`beb92af`](https://github.com/ipfs/ipfs-webui/commit/beb92af2bc433a8b80e150c83711d5299714d698) +- added QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz [`bcac44b`](https://github.com/ipfs/ipfs-webui/commit/bcac44b8da46564e244c969625fc4b3a81d9b6ce) +- Create webpack configuration. [`2f5cd7c`](https://github.com/ipfs/ipfs-webui/commit/2f5cd7c6e920c52d3a942c04e83d08822a182250) +- new version [`f888a24`](https://github.com/ipfs/ipfs-webui/commit/f888a245d183b5ed7241a8a53a8f95a534710bb9) +- vendor everything [`1c71170`](https://github.com/ipfs/ipfs-webui/commit/1c71170e2cd46a35f35d9571337793c23a24da1b) +- ES6/7 refactor, Remove jQuery [`bd5d2fd`](https://github.com/ipfs/ipfs-webui/commit/bd5d2fdf49bec79da9eb93ac4332b15e9aa5668a) +- refactor: Integrate bootstrap less directly [`ae006e0`](https://github.com/ipfs/ipfs-webui/commit/ae006e0ec37aa1a17c38cf5d4e058c13f1b4b0cf) +- Added WebGL connections globe [`6741c37`](https://github.com/ipfs/ipfs-webui/commit/6741c371c7bda649eeb08c24d67f00e7e8508579) +- Build new version [`988a693`](https://github.com/ipfs/ipfs-webui/commit/988a6939e2da0df19ac6fe8205ea87dc6c591e9f) +- Very basics are running [`bdb140e`](https://github.com/ipfs/ipfs-webui/commit/bdb140e748dbcf4556bdd6226ce8ba4e8bf0657d) +- Updated to new layout and style [`3971008`](https://github.com/ipfs/ipfs-webui/commit/39710086ff8da11acb7153c5b261b7a2b59d2147) +- Revert change in old bundle [`cf81c98`](https://github.com/ipfs/ipfs-webui/commit/cf81c98bb64d05c2cc4f2b409333bb884a87683c) +- Project refactoring, update deps, fix globe and add light/dark switch. [`8862203`](https://github.com/ipfs/ipfs-webui/commit/8862203ac65f4cb8f7ca08370813b197d2ab4538) +- fix: Update dependencies [`8502f53`](https://github.com/ipfs/ipfs-webui/commit/8502f536ba503817b093f341b64f17485808bd0a) +- Object view redesign, react-router friendly links [`7484cb6`](https://github.com/ipfs/ipfs-webui/commit/7484cb6c25904e3b0a2788d0319f6ac29ddd90e3) +- setup gulp + react [`3da93ea`](https://github.com/ipfs/ipfs-webui/commit/3da93ea526ceecec0dca23c2e142067b6571e198) +- Add i18n support and Czech localization, fix git conflict [`a4a7b8c`](https://github.com/ipfs/ipfs-webui/commit/a4a7b8c71cfa8df6221a497106fdc5ebd03e17e0) +- tests: Use enzyme for testing [`6cfe394`](https://github.com/ipfs/ipfs-webui/commit/6cfe3941d3e7321aacf0feb7cbafa360e33693b1) +- Finish extraction and more tests [`8fe70a8`](https://github.com/ipfs/ipfs-webui/commit/8fe70a86e2c7838326cf19de3d708cc587164af2) +- ui skeleton with make, browserify, minify [`048b33c`](https://github.com/ipfs/ipfs-webui/commit/048b33c148b557056e6ad17adacbf9e48e90161b) +- Updated page content to new design [`3fcf460`](https://github.com/ipfs/ipfs-webui/commit/3fcf460e5d4023890193d22f4aef43d2702296f4) +- Start splitting up components and add tests [`366041b`](https://github.com/ipfs/ipfs-webui/commit/366041b5e1ad8c2812b3d5958d2d171dcd036168) +- nav pages [`4683074`](https://github.com/ipfs/ipfs-webui/commit/4683074103e9cace083180f987b85f622c55cd95) +- refactor: Use es2015 module imports [`08a27d3`](https://github.com/ipfs/ipfs-webui/commit/08a27d38fc36868db3b7939bdfd9084948603152) +- Added editing in 'Config' page [`efd1290`](https://github.com/ipfs/ipfs-webui/commit/efd12903e0de60c4a75503dca6a365105825c8b1) +- refactor: Use es2015 module export [`d75d761`](https://github.com/ipfs/ipfs-webui/commit/d75d76110b079b40104a39af3c725e1077af2f46) +- Added copying to clipboard [`4ce6b5c`](https://github.com/ipfs/ipfs-webui/commit/4ce6b5c836d294e12df944a9467cc6787207716d) +- Use simpler config editor [`bf18ff2`](https://github.com/ipfs/ipfs-webui/commit/bf18ff22bcf6ce1bb514ffed2d92f8cf6e11e9bc) +- Rejigger makefile for webpack, moved index.html back to static [`0555f0f`](https://github.com/ipfs/ipfs-webui/commit/0555f0f2c0253d3635af8b8fdbe4635c51108661) +- Remove gulp, make redundant by webpack. [`57f57a0`](https://github.com/ipfs/ipfs-webui/commit/57f57a0185ef1018540ef78e00b126b18dc6e7d5) +- Updated 'Connections' page to show detailed peer info [`c8c9daf`](https://github.com/ipfs/ipfs-webui/commit/c8c9daf9883d118581532b7b91783150ae69e0e9) +- feat: Logging is back [`59baa79`](https://github.com/ipfs/ipfs-webui/commit/59baa797957966d6dda4c8c8039594113eea414f) +- Updated logs page [`7060d3c`](https://github.com/ipfs/ipfs-webui/commit/7060d3c0dbfbb920d671d3bb6e8b5ac7fb6f2997) +- Pages with routing [`fb1eb34`](https://github.com/ipfs/ipfs-webui/commit/fb1eb34eedeeed9f1253198ada77066cbbf9b3a4) +- Updated react/react-router dependencies [`42dbf71`](https://github.com/ipfs/ipfs-webui/commit/42dbf71e303a8ac0fca06ac84f9a8464913cd5c4) +- Lint happy [`a34563f`](https://github.com/ipfs/ipfs-webui/commit/a34563f350e27f9c17e759e73e5c9bdb3d869330) +- Remove jquery from views/filelist.js [`1365236`](https://github.com/ipfs/ipfs-webui/commit/13652366a567de0013bf101cf9fd39e51e5c10b9) +- get composable elems to work [`513bbae`](https://github.com/ipfs/ipfs-webui/commit/513bbaeca70eca52ae39cbb9d23e94136b98dbb0) +- Move FileItem component to its own file [`053ec05`](https://github.com/ipfs/ipfs-webui/commit/053ec05c49e1097df414f74677eec7b43c026401) +- More tests [`0f52363`](https://github.com/ipfs/ipfs-webui/commit/0f523639b6503fd7dac6fa3f5f5f1acf439f933a) +- refactor: Cleanup less files [`179d9f2`](https://github.com/ipfs/ipfs-webui/commit/179d9f2eb516e60709edeb074b596e048430672a) +- Added 'Objects' page [`9847cec`](https://github.com/ipfs/ipfs-webui/commit/9847cec298abbfb082d66e5ee29ab2f1e1c81e85) +- node properties module [`4b6df23`](https://github.com/ipfs/ipfs-webui/commit/4b6df233464939fcc9e5a29c513fa4217cbe94f3) +- Added 'config' page (read-only) [`123180c`](https://github.com/ipfs/ipfs-webui/commit/123180ce6e9b9a1f7848d8dc1c097e044052cdad) +- rebrowserify wip [`b59123e`](https://github.com/ipfs/ipfs-webui/commit/b59123ec389c3258ce5469d15c2b9bc2fba7bec7) +- Implemented adding files [`47e1155`](https://github.com/ipfs/ipfs-webui/commit/47e1155f594ccab06db61874c125b48c6036b5c3) +- Use Peer view for node info display [`8e23e63`](https://github.com/ipfs/ipfs-webui/commit/8e23e63301a540cb656d4d8cba8b5e1872353a8d) +- Extract object-links [`e3bc480`](https://github.com/ipfs/ipfs-webui/commit/e3bc48014f75e295853b5be44738ae34c6ed05fc) +- Updated Peer view to new design [`3969d56`](https://github.com/ipfs/ipfs-webui/commit/3969d56fa2266bb1fed0abcb8ac96280fde6148b) +- Added 'Routing' page [`4fe64f8`](https://github.com/ipfs/ipfs-webui/commit/4fe64f8c3d7aaf6c06136878e7c10d43db704969) +- Added DHTGraph component [`5461ba2`](https://github.com/ipfs/ipfs-webui/commit/5461ba23a2b29393a79a218898ba858b3a696df8) +- test: Improve setup [`1678afd`](https://github.com/ipfs/ipfs-webui/commit/1678afd4ed8bcb039bf8370a2c4ec5c78d12acde) +- ipfs-geoip is back [`5cbeafa`](https://github.com/ipfs/ipfs-webui/commit/5cbeafaf53b6b5250ebbe4b7d2e994d0b9ba4ddb) +- improved css [`eed2b5a`](https://github.com/ipfs/ipfs-webui/commit/eed2b5a24804b5033aae0ef437eb3c0448e0cb79) +- Add Polish localization [`cca46a4`](https://github.com/ipfs/ipfs-webui/commit/cca46a4f3a89d2668620927c25a63fa86024b849) +- Separated files/pinned/all into tabs [`e2b60a9`](https://github.com/ipfs/ipfs-webui/commit/e2b60a91be08d49b059d9f3c3eddd6c0b8dec99a) +- Fixed 'objects' navigation [`f61bd12`](https://github.com/ipfs/ipfs-webui/commit/f61bd12d3c21838f6de35d8d5c9501b634d2da36) +- Add German localization [`16d8fb6`](https://github.com/ipfs/ipfs-webui/commit/16d8fb6fa3eb44a2f01835d1b4710a9385a34da7) +- Editable is no longer used [`c7d517e`](https://github.com/ipfs/ipfs-webui/commit/c7d517e374fbca07797d395fe3e62fdee80f992c) +- Base setup for tests [`59372f1`](https://github.com/ipfs/ipfs-webui/commit/59372f1d0378e5259e677c3059e25fdcdd476dcb) +- Restored file functionality, show pinned files [`40fd0a1`](https://github.com/ipfs/ipfs-webui/commit/40fd0a1b1b214c1acb9b7e24631d631f5c1f66ef) +- different (better) router + link handlr [`39aef73`](https://github.com/ipfs/ipfs-webui/commit/39aef73386b355f61a8afe928605eada899de740) +- Get connection geolocation once when first seeing peer [`8337394`](https://github.com/ipfs/ipfs-webui/commit/83373948975ecef34bf7018873125ed8d15ab2db) +- Added files page [`445a695`](https://github.com/ipfs/ipfs-webui/commit/445a695647d08604e5222be3a76ba7c6e7aa6a85) +- Remove geo-ipfs as it is currently broken [`2b6725d`](https://github.com/ipfs/ipfs-webui/commit/2b6725d5b85feb826065607323da4d43d0eb522b) +- better publish with bygg [`5e9f051`](https://github.com/ipfs/ipfs-webui/commit/5e9f051f992ad85f531087b12afd199768fb5ca6) +- refactor: More use of react-bootstrap [`c69c25c`](https://github.com/ipfs/ipfs-webui/commit/c69c25c5fa9963b7baaf7ef542d725916f38a9fb) +- Don't hardcode daemon/gateway address/port [`42f39d2`](https://github.com/ipfs/ipfs-webui/commit/42f39d278c83c4870301a6cdf0781aa43dd244bf) +- Added version number and update notification [`776cf61`](https://github.com/ipfs/ipfs-webui/commit/776cf6117f733f663990fe70399b7cb37b360cf1) +- Added 'Bitswap' page [`16ba18d`](https://github.com/ipfs/ipfs-webui/commit/16ba18d3be6955960d1d283e879e599293397091) +- Show currently connected peers [`7856a3a`](https://github.com/ipfs/ipfs-webui/commit/7856a3a54ae120914103eadea96b59be87953ef8) +- Added node-webkit app build task [`c830038`](https://github.com/ipfs/ipfs-webui/commit/c830038273b3ec8615c636a3b59a81e45518d446) +- Added config reset button [`5129501`](https://github.com/ipfs/ipfs-webui/commit/512950112182dac8b24f95708055bc9bd52f0284) +- Update Connections design [`b61743d`](https://github.com/ipfs/ipfs-webui/commit/b61743d82584ba959f1faa83e3c598a9e47fd706) +- Renamed 'Peers' to 'Connections' [`507ef22`](https://github.com/ipfs/ipfs-webui/commit/507ef22e547201a90049de944e6314496e2997af) +- Show list of network addresses [`7de7e47`](https://github.com/ipfs/ipfs-webui/commit/7de7e47f74a4416931663086d17831e53d4d0776) +- Don't show Links table for objects with no links [`565dd3d`](https://github.com/ipfs/ipfs-webui/commit/565dd3d427f762d58527502b30709c6d8fef96a7) +- Fixed DAG explorer navigation [`9d566d3`](https://github.com/ipfs/ipfs-webui/commit/9d566d33cf3ca0e372048be6f34e599cf025a394) +- Move map out to separate function [`e7676c9`](https://github.com/ipfs/ipfs-webui/commit/e7676c9fc9f17ca16a5f781804ed4503a04cc1c3) +- Style changes and bugfixes [`b9219cb`](https://github.com/ipfs/ipfs-webui/commit/b9219cbf06a3dc1ed374d701b7edb1aeb8dd6652) +- Support adding files by path rather than reading data [`be62ee2`](https://github.com/ipfs/ipfs-webui/commit/be62ee26f9f5e9e6ba65f8877bb41f334b01e4e8) +- Added gateway enable/disable checkbox [`79d00cb`](https://github.com/ipfs/ipfs-webui/commit/79d00cb8c2788ee6ae016d5956af409f8dd1e2ea) +- Fixed drag-and-drop glitches [`24b73dd`](https://github.com/ipfs/ipfs-webui/commit/24b73dd34edcccf92c510d65511eab4ced080a37) +- Cleanup [`8cdd191`](https://github.com/ipfs/ipfs-webui/commit/8cdd191c60275c62c8737d93d0be340b6658d3df) +- Iterate through all network addresses of peers until we find one we can get a geolocation for [`b79a5c7`](https://github.com/ipfs/ipfs-webui/commit/b79a5c71f6dfc8ae1a8ee9344414faaf5846c6ca) +- npm init [`770620c`](https://github.com/ipfs/ipfs-webui/commit/770620c3e07b6aa2991c2bb1862405a134b510fe) +- Move getExtention out to its own file [`8011791`](https://github.com/ipfs/ipfs-webui/commit/8011791191a7e9b779c8d1f5872bded07c795227) +- Fixed using back button with DAG explorer [`3c308a0`](https://github.com/ipfs/ipfs-webui/commit/3c308a0ecba76843977cd22cc7aa0fdc68e112b1) +- Updated layout [`c94e5af`](https://github.com/ipfs/ipfs-webui/commit/c94e5af000d470780dfd9733c87c440e77b13718) +- refactor: Some more cleanup [`742ccbc`](https://github.com/ipfs/ipfs-webui/commit/742ccbce32365ed917f47771562180c03591dee3) +- tests: Add example test for react component [`c0b08b6`](https://github.com/ipfs/ipfs-webui/commit/c0b08b6d842c21a2a6b339c09d7f681a0e90d671) +- addr typography [`0795094`](https://github.com/ipfs/ipfs-webui/commit/079509454c39194c61869633f4a9859dad56076f) +- Finish tests [`4f3a7c8`](https://github.com/ipfs/ipfs-webui/commit/4f3a7c8e381944a939a5f7d84f6b7d027012f6d6) +- Added address bar to navbar [`3034f7b`](https://github.com/ipfs/ipfs-webui/commit/3034f7b8fd9d909d3a84e3f903d88178565b941d) +- Cleanup and minor fixes [`ea7f9c2`](https://github.com/ipfs/ipfs-webui/commit/ea7f9c2ba0746c01aca57b506065e84bd9ca42ed) +- Display files on click [`95501c1`](https://github.com/ipfs/ipfs-webui/commit/95501c1fd92462a7a26853ba0134d7a25903bc2e) +- Documentation updates [`5d7b11a`](https://github.com/ipfs/ipfs-webui/commit/5d7b11a826eb8a307306fa9896d60ecd81b11346) +- Fix bad invocation in files.jsx and bad attachment to props [`0e1777f`](https://github.com/ipfs/ipfs-webui/commit/0e1777f118397135434cd7dc4b59b5ab1c32ab48) +- Show all recursive pins in 'Files' page [`b3ef902`](https://github.com/ipfs/ipfs-webui/commit/b3ef9023dfd855b842ab30b14cb7f229df832166) +- refactor: Remove unused linkhandler [`3729de2`](https://github.com/ipfs/ipfs-webui/commit/3729de2ef1c5e649afb76ca5fcbbc53f50b0b04f) +- Remove bootstrap javascript [`0edd5c5`](https://github.com/ipfs/ipfs-webui/commit/0edd5c589bba3eba5b6046737aa8c794e996d557) +- Added log view [`660ef1b`](https://github.com/ipfs/ipfs-webui/commit/660ef1b7b5321bc0ae631611a01ee033369a84d1) +- Fixed paths to be served from go-ipfs [`ab4f96e`](https://github.com/ipfs/ipfs-webui/commit/ab4f96ee428306512adbd68a76f6599946cb363f) +- fix: Remove broken api calls [`356a074`](https://github.com/ipfs/ipfs-webui/commit/356a074940a383d19659ae23f1d3593a59e60059) +- mit license [`a8d4cdc`](https://github.com/ipfs/ipfs-webui/commit/a8d4cdc57aeaefcba94b8a23469410e00f7ae018) +- Show node info [`b2831ba`](https://github.com/ipfs/ipfs-webui/commit/b2831bac04fac616cdec7cedf2941d7122a09d97) +- feat(icon): Add large option [`2f45f12`](https://github.com/ipfs/ipfs-webui/commit/2f45f128f883be73c1bb6e05b4e2b3757f8b30aa) +- make publish [`7ce726d`](https://github.com/ipfs/ipfs-webui/commit/7ce726de8b64a95976aeb54f2b56138e39ab0918) +- Use monospace displays for IDs/hashes [`6a24353`](https://github.com/ipfs/ipfs-webui/commit/6a243536936d9f6fdea101e263064f5e7d263fc3) +- Updated for browserify-compatible 'ipfs-api' lib [`b304171`](https://github.com/ipfs/ipfs-webui/commit/b3041713d6f9e7d768e98a9ed237901d0edecebb) +- Show confirmation after drag+dropping a file [`bde74e2`](https://github.com/ipfs/ipfs-webui/commit/bde74e243ecc8884a3c288389ae6398c4ba0445b) +- Fixed routing bugs [`2e1d54a`](https://github.com/ipfs/ipfs-webui/commit/2e1d54a07dd318708589c946bcbd45d0ab9170b7) +- Open file dialog on button click [`163f075`](https://github.com/ipfs/ipfs-webui/commit/163f075f1dfa0abf12334b376f94d8ecbd892f8b) +- Don't make geolocation requests for local addresses [`c771d47`](https://github.com/ipfs/ipfs-webui/commit/c771d473ad366b45a9951f6ffcbf7acc8a97c335) +- bring branch up to date with master [`9712447`](https://github.com/ipfs/ipfs-webui/commit/97124476df22f4ca08d84d45f1efed38d97715b1) +- Fixed connection API call [`fc1d11d`](https://github.com/ipfs/ipfs-webui/commit/fc1d11de2cce952aaf4fc5f21b0796894a975185) +- Added geolocation to 'Connections' view [`d9828f6`](https://github.com/ipfs/ipfs-webui/commit/d9828f604f76f662116a57c26a171f30e4f3a70e) +- readme [`332d211`](https://github.com/ipfs/ipfs-webui/commit/332d211dc7dfb000a986299e60067e98ddae7507) +- Remove jquery from views/config.js [`c55d960`](https://github.com/ipfs/ipfs-webui/commit/c55d9604c621bb29acd6f84223e86f45e8d1a66e) +- Made object data view larger [`0f0c00f`](https://github.com/ipfs/ipfs-webui/commit/0f0c00fa7243cf802b5ca44f2d60e3b198e06ea7) +- Updated dependencies (so that builds are deterministic) [`b4923e2`](https://github.com/ipfs/ipfs-webui/commit/b4923e2148ab593dbc151282846e6fef083989df) +- Fix production build [`cabdab5`](https://github.com/ipfs/ipfs-webui/commit/cabdab557ddbe1d794ac870ee2f1b159f7df8205) +- make publish_dir [`5fc3b8c`](https://github.com/ipfs/ipfs-webui/commit/5fc3b8c362dd1550e7358a02d2cebecffcb34692) +- makefile calls gulp [`b1a4bd6`](https://github.com/ipfs/ipfs-webui/commit/b1a4bd6a6d2a2ebff159dcfe5d95c7a205df7bad) +- Poll for pinned file list [`f75e93e`](https://github.com/ipfs/ipfs-webui/commit/f75e93ea0e58f38f37c5d5ca73a0a53cac3e7e21) +- Fixed build task failing on first run [`ff7a3e2`](https://github.com/ipfs/ipfs-webui/commit/ff7a3e2a7a7c943d720158be32fee0aad39eee50) +- config(webpack): Add correct http replacements [`cb505ea`](https://github.com/ipfs/ipfs-webui/commit/cb505ea751e40517b6fc067faa6126d12d6bec00) +- Rename public to dist [`fb03028`](https://github.com/ipfs/ipfs-webui/commit/fb030284a3d2428d94d9d99f507ed86658a60d9a) +- Add contributing.md with i18n instructions [`fbbc6c0`](https://github.com/ipfs/ipfs-webui/commit/fbbc6c00f6e3b91920b58e06204ad256cc657d52) +- chore: Upgrade to hjs-webpack@7.0 [`865851e`](https://github.com/ipfs/ipfs-webui/commit/865851e6c559817eef4da9e35b5e3ed1b3fbc6c7) +- Cleanup log data handler on unmount [`bc4b3e2`](https://github.com/ipfs/ipfs-webui/commit/bc4b3e2ca1f2f85427d0055c343ab9b3b66d6ad1) +- Remove jquery from pages/files.js [`6f6a631`](https://github.com/ipfs/ipfs-webui/commit/6f6a6318537cc13f424ae3dbce63470161c17661) +- fix: getLocation only works on ip4 addresses. [`e077210`](https://github.com/ipfs/ipfs-webui/commit/e0772102ccc75c926cb7cafeea916eb14775b84b) +- Added planet to location [`6bae109`](https://github.com/ipfs/ipfs-webui/commit/6bae10928e09e1f5b5f006ef131b34c272803961) +- Added static file copy to gulpfile [`7604d65`](https://github.com/ipfs/ipfs-webui/commit/7604d650fe595402be8f9ef5bada1f3e549a7644) +- fix: Add semicolons because the spec wants it :( [`208e5d1`](https://github.com/ipfs/ipfs-webui/commit/208e5d164277467925e58b1732054dd7c137d3e7) +- fix: Add babel-runtime to package [`c798ea8`](https://github.com/ipfs/ipfs-webui/commit/c798ea85c8b76ca0c7bd6099c068df4ae6782a77) +- fix(objects): Correct import path [`01360ce`](https://github.com/ipfs/ipfs-webui/commit/01360ce37667540503878c08bcd046cce86a85b1) +- fix: Do not lock dependencies [`1b6e31e`](https://github.com/ipfs/ipfs-webui/commit/1b6e31edc441a1922a5bc320ff0376007f07753b) +- Drop use strict as babel adds this by default [`acbf4cd`](https://github.com/ipfs/ipfs-webui/commit/acbf4cd5eae1b52cda050b69b76cd11ad001c8e6) +- Fix config.jsx infinite loop caused by naming [`86fe1fc`](https://github.com/ipfs/ipfs-webui/commit/86fe1fc65935bfc352407d0494b99d9f0de311de) +- Update package json, and removed accidently log statement [`a03fbe0`](https://github.com/ipfs/ipfs-webui/commit/a03fbe0cb015978d54bcbaafca27c9112d6b0a44) +- Use more columns in page bodies [`963c8d3`](https://github.com/ipfs/ipfs-webui/commit/963c8d35939f608546b9a6aa601637da72a90bc6) +- Use debug for logging [`7e2d2e1`](https://github.com/ipfs/ipfs-webui/commit/7e2d2e1fef83e7a9b39b2845be47c75ee85ef0e7) +- Remove jquery from views/page.js [`e206854`](https://github.com/ipfs/ipfs-webui/commit/e2068541fd6fa9c3b1778043e33c038f2beb444a) +- Add TravisCI config. [`ec19194`](https://github.com/ipfs/ipfs-webui/commit/ec191945e12a3f5a61048a0ca95571b393d160af) +- Added proxy so all traffic to /ipfs will proxy to the daemon [`26c5dc7`](https://github.com/ipfs/ipfs-webui/commit/26c5dc752d7ebb5ad35e81589c11ee25008bfaf3) +- Use gateway server for viewing files [`deabd49`](https://github.com/ipfs/ipfs-webui/commit/deabd499cb2d81964b7afbf9aa10be8bc504513d) +- Updated dependencies [`cde5518`](https://github.com/ipfs/ipfs-webui/commit/cde55186e026c076a15101701700e9bd954225e0) +- Fixed object lengths (but data is still getting inserted by daemon) [`073334f`](https://github.com/ipfs/ipfs-webui/commit/073334f7bfd16590e1bef20fd737932d0064f502) +- refactor: Drop size variable [`3e042c6`](https://github.com/ipfs/ipfs-webui/commit/3e042c6c34b72020b9967564e342cae5f534a879) +- chore: Try latest npm on circleci [`eb64ac1`](https://github.com/ipfs/ipfs-webui/commit/eb64ac1b4c6ffc133d9a3995b80d7a2622c34773) +- add badgers [`202b7c5`](https://github.com/ipfs/ipfs-webui/commit/202b7c5ec10ede685eb2a13eee6efd1d263b1c7c) +- Fixed routing paths [`d4c06d5`](https://github.com/ipfs/ipfs-webui/commit/d4c06d58826eb2936ce27d806d48e0df64c82eca) +- Use hash routes instead of HTML5 history [`823c964`](https://github.com/ipfs/ipfs-webui/commit/823c964e7e979a3a306c97e9cf8f2bc48f6c105d) +- Open file links in new tabs [`07c633b`](https://github.com/ipfs/ipfs-webui/commit/07c633b0e9104d801920a13cc94390ade5a0e749) +- Fixed path handling [`5ca1e5a`](https://github.com/ipfs/ipfs-webui/commit/5ca1e5a4e002004b7d69675cfd1c1dbeaaa6af32) +- Hide bytes read/written from peer view [`8072a8c`](https://github.com/ipfs/ipfs-webui/commit/8072a8c7437fed03d668481dc1130f749fd2326a) +- build: Fix publicPath for assets [`1cba1f0`](https://github.com/ipfs/ipfs-webui/commit/1cba1f0a797a10e54cd65f669261682bc89b1ef6) +- Bump geoip version to 1.4.0 [`43f652d`](https://github.com/ipfs/ipfs-webui/commit/43f652d216252a15b8e68f6b6d6e11c19354a7e9) +- Fixed logo link path [`0e7d7cd`](https://github.com/ipfs/ipfs-webui/commit/0e7d7cd6ce5fbf399d0d448666fb35a3f13ed0a2) +- Create linux builds in build task [`48e603f`](https://github.com/ipfs/ipfs-webui/commit/48e603f5716bc1fa9bf6c136a8c9c5eccfb2de1f) +- finish [`e3afd8f`](https://github.com/ipfs/ipfs-webui/commit/e3afd8fb97297c1c75694db3ae63654dab93bccf) +- Move tests [`1d5e84b`](https://github.com/ipfs/ipfs-webui/commit/1d5e84b725a025abba91903f5383aec0e2627dbe) +- tests: Fix path.parse import [`e8d9531`](https://github.com/ipfs/ipfs-webui/commit/e8d9531d0e01baa4ee24cd06597c4e2214d94fc0) +- updates three.js syntax [`f00287b`](https://github.com/ipfs/ipfs-webui/commit/f00287bdc2da021688dea5c31f18e7ebf4318e98) +- Fix three.js version, correct npm run dev [`ab16743`](https://github.com/ipfs/ipfs-webui/commit/ab167432e789b3b9c79e323d92abc82de130e04b) +- Remove extra logging [`d2755db`](https://github.com/ipfs/ipfs-webui/commit/d2755dbd8d682439ed64d1e4e034f3780280536b) +- Fix peer keys [`58694f0`](https://github.com/ipfs/ipfs-webui/commit/58694f033268547825a941704f9517fb4d6c13d5) +- Don't update connections state if unmounted [`e743856`](https://github.com/ipfs/ipfs-webui/commit/e74385634509d0163c6821311f281c6e6f50a681) +- Fixed issue introduced in go-ipfs#810, data is no longer coming back base64 encoded [`0344eb4`](https://github.com/ipfs/ipfs-webui/commit/0344eb4b7fc2a65d5b766d83cfa0f81948be5a90) +- Use current hostname for IPFS API client address [`f6395db`](https://github.com/ipfs/ipfs-webui/commit/f6395db07e9f7de66322fffa6b81ba41e98cfff1) +- Fixed file adding [`6d741d9`](https://github.com/ipfs/ipfs-webui/commit/6d741d9e4d1ce6f61c89444b3f2596a37e47be8d) +- Hide tabs for incomplete pages [`cecc211`](https://github.com/ipfs/ipfs-webui/commit/cecc21188c994938ecdef57063df6d99054ed08f) +- rm commented code [`1c0c0d2`](https://github.com/ipfs/ipfs-webui/commit/1c0c0d2219a91ed176857ea43cad7d0104f04e3c) +- Sort pinned file list so daemon indeterminism doesn't mess up the UI [`32876f0`](https://github.com/ipfs/ipfs-webui/commit/32876f0f5efb857deeeb664fdbf43c3255c95c9b) +- fix(i18n): load path should be relative [`5a7f59b`](https://github.com/ipfs/ipfs-webui/commit/5a7f59b6bf88444b65bd9a6806c728c2174d15a0) +- Add line break to long line [`becf7b2`](https://github.com/ipfs/ipfs-webui/commit/becf7b23d2769375d91dad9ba874148cc54387cf) +- Remove jquery from pages/object.js [`8e60957`](https://github.com/ipfs/ipfs-webui/commit/8e609572155cb022155cac468f9af9f9b59cefd4) +- Add missing filelist keys [`7be6af1`](https://github.com/ipfs/ipfs-webui/commit/7be6af13c4215021f96f7933226786ea0edbb29a) +- Insert files at front of list [`b2e3941`](https://github.com/ipfs/ipfs-webui/commit/b2e3941bff735dcc680b6786305cf645eaec5191) +- Update DAG explorer when enter is pressed in address bar [`3eabb55`](https://github.com/ipfs/ipfs-webui/commit/3eabb557c963538b811570bef488b247c70ef2f1) +- Don't show 0,0 locations on globe [`12b416d`](https://github.com/ipfs/ipfs-webui/commit/12b416d765fb2e62d466636aa51e6631bfb9234e) +- fix: an error in webui-zh.json [`775f327`](https://github.com/ipfs/ipfs-webui/commit/775f327e9116364fbf3b0abf98572c4de32f939e) +- test: lint happy [`117c1dd`](https://github.com/ipfs/ipfs-webui/commit/117c1ddfea552cbee65d19a4c3c0e380d495d946) +- Fixed translation [`f39558c`](https://github.com/ipfs/ipfs-webui/commit/f39558ccbf20ec33953a51fc68ad94e62d137c90) +- node/package: eslint version bump [`a8beeb1`](https://github.com/ipfs/ipfs-webui/commit/a8beeb136fd4735cdcca1f5fd80549c68e8d29de) +- fix(build): Ensure minification [`c9d0468`](https://github.com/ipfs/ipfs-webui/commit/c9d046886a162826c3df8f17ed3e08d52c779e13) +- add remove unnecesary td key [`cd564ca`](https://github.com/ipfs/ipfs-webui/commit/cd564ca8dc50cc281bd98e6ac972311077efccd4) +- chore(package): update lodash to version 4.2.0 [`b32a90b`](https://github.com/ipfs/ipfs-webui/commit/b32a90b71df0cc20260dfc12bc38e437dcf9c8b2) +- chore(package): update cheerio to version 0.20.0 [`2382e11`](https://github.com/ipfs/ipfs-webui/commit/2382e11e76b8cece0fa4944be9ec5a79443bfaca) +- chore(package): update react to version 0.14.7 [`fa112f0`](https://github.com/ipfs/ipfs-webui/commit/fa112f04b87552b85a8d28f18f50acaa1f2d36d4) +- chore(package): update hjs-webpack to version 7.0.0 [`1724bae`](https://github.com/ipfs/ipfs-webui/commit/1724bae90a50ed478676109de23ebd5bb0453cf5) +- chore(package): update autoprefixer to version 6.3.1 [`bbfb7b3`](https://github.com/ipfs/ipfs-webui/commit/bbfb7b379f0ccb6f755a7a8713b42b0df60839a4) +- chore(package): update autoprefixer to version 6.3.0 [`77e6f58`](https://github.com/ipfs/ipfs-webui/commit/77e6f58b1361d68d73be6e010e61eea9a4dbbaea) +- chore(package): update i18next to version 2.0.22 [`f3f0d90`](https://github.com/ipfs/ipfs-webui/commit/f3f0d9091c2a3b12118e3af6a69553be9b772b53) +- chore(package): update i18next to version 2.0.21 [`2e97338`](https://github.com/ipfs/ipfs-webui/commit/2e97338df1e22f84dca778cf03cc768be924620c) +- chore(package): update i18next-xhr-backend to version 0.3.0 [`6f94299`](https://github.com/ipfs/ipfs-webui/commit/6f942990d5bd49371abcca3e150771fbc3381966) +- chore(package): update babel-plugin-transform-runtime to version 6.4.3 [`a1d6851`](https://github.com/ipfs/ipfs-webui/commit/a1d6851226d53c481fb53e31258de780e2911f9a) +- chore(package): update karma-sourcemap-loader to version 0.3.7 [`02d06ef`](https://github.com/ipfs/ipfs-webui/commit/02d06efc4e2ff13229857f699631c7a28a9c3da3) +- chore(package): update stream-http to version 2.1.0 [`fd492aa`](https://github.com/ipfs/ipfs-webui/commit/fd492aad798780fd6953361969e9ab97f4bade47) +- chore(package): update eslint-plugin-react to version 3.15.0 [`51fd1a8`](https://github.com/ipfs/ipfs-webui/commit/51fd1a83afa8041eb08cf47c6393525871ed3f01) +- chore(package): update webpack to version 1.12.11 [`98b8187`](https://github.com/ipfs/ipfs-webui/commit/98b8187a2d71a27178ea479c27246e09fde06e40) +- chore(package): update react-router-bootstrap to version 0.20.1 [`28efbfb`](https://github.com/ipfs/ipfs-webui/commit/28efbfb3fa53d9c1d315837bd8f98bc7f15fdb6f) +- chore(package): update i18next to version 2.0.19 [`ed04084`](https://github.com/ipfs/ipfs-webui/commit/ed04084099742474808fbb7d975be08a7b40b3a5) +- chore(package): update babel-core to version 6.4.0 [`9b2baf6`](https://github.com/ipfs/ipfs-webui/commit/9b2baf655def100d1141307487f895d4258ca109) +- chore(package): update webpack to version 1.12.10 [`cd68743`](https://github.com/ipfs/ipfs-webui/commit/cd68743ef14cbeb578b8b97bc10ad5960cde35da) +- chore(package): update i18next to version 2.0.16 [`03b8306`](https://github.com/ipfs/ipfs-webui/commit/03b8306508a565ffff0ac5e2569c2d992a02dbfd) +- chore(package): update i18next-xhr-backend to version 0.2.0 [`18a3fbc`](https://github.com/ipfs/ipfs-webui/commit/18a3fbc6ca45bd360d9bf23f6f8e7a75cfba1a85) +- chore(package): update karma to version 0.13.19 [`4ecb62a`](https://github.com/ipfs/ipfs-webui/commit/4ecb62a08622054a6d42da4008336af0fffd429c) +- chore(package): update i18next-xhr-backend to version 0.1.0 [`6bc8d75`](https://github.com/ipfs/ipfs-webui/commit/6bc8d75edca8120785d5c6357e186019827d742d) +- chore(package): update i18next to version 2.0.15 [`c87ebb5`](https://github.com/ipfs/ipfs-webui/commit/c87ebb5074f1a7c0b139581b11ef0f7db673a52b) +- chore(package): update eslint-plugin-react to version 3.14.0 [`3678d5a`](https://github.com/ipfs/ipfs-webui/commit/3678d5ac03d4556ca83a69705f405129513e500d) +- chore(package): update babel-loader to version 6.2.1 [`ddcf2f8`](https://github.com/ipfs/ipfs-webui/commit/ddcf2f8ff210142411327b4609355f3231935126) +- fix: Add id for tooltip [`197bbc9`](https://github.com/ipfs/ipfs-webui/commit/197bbc9eaffe4acc4ac1f054a23b6bbd208839e4) +- chore(package): update ipfs-geoip to version 1.4.5 [`2145efa`](https://github.com/ipfs/ipfs-webui/commit/2145efa94c058bc39e19405c52134d239696fcd7) +- chore(package): update font-awesome to version 4.5.0 [`550dd4b`](https://github.com/ipfs/ipfs-webui/commit/550dd4ba7f7825bdad67c66628c66f14938f07f2) +- docs: Add circle and travis badges to readme [`91c815c`](https://github.com/ipfs/ipfs-webui/commit/91c815c1dcd8c054ee9524d5b517a463f4cd8f3b) +- updates the 'back to console home' link in the 404 [`b547700`](https://github.com/ipfs/ipfs-webui/commit/b547700ea7c0225bf37f181025ea7c427f1008ca) +- Fix DAG path on search [`7a31b7f`](https://github.com/ipfs/ipfs-webui/commit/7a31b7f582e9f1340523c8eff7e04062be8a2c68) +- Fixed Dag Path on UI [`551b891`](https://github.com/ipfs/ipfs-webui/commit/551b891a997aa5a6fc2f01740cfe5eb12648a5b3) +- bump ipfs-api version [`e7325c5`](https://github.com/ipfs/ipfs-webui/commit/e7325c5069209ff35e06e3f9076e1ff6e045f6c9) +- bump ipfs-api version [`1c6790d`](https://github.com/ipfs/ipfs-webui/commit/1c6790d4d163cb0d3bc5923e3b83253e5c8cabcf) +- Fix the position of the globe so it doesn't scroll, #57 [`6eea255`](https://github.com/ipfs/ipfs-webui/commit/6eea25545a21e4a5512f483eafa0408470780711) +- Remove PureRenderMixin from connections.jsx, is killing location updates [`4b2fd7b`](https://github.com/ipfs/ipfs-webui/commit/4b2fd7b2bd217824f35435a977654830b1c462e0) +- Fix webpack proxy bundle name [`d8d96d5`](https://github.com/ipfs/ipfs-webui/commit/d8d96d5fb763fd09ddcf754a2cb5ca09a93d666b) +- bumped version [`394dd20`](https://github.com/ipfs/ipfs-webui/commit/394dd20ee48530ef6db4d37d7ee2d28c9b066361) +- Updated to latest ipfs-node-server-static [`28bebbf`](https://github.com/ipfs/ipfs-webui/commit/28bebbfbc1c494e6141a171cf7784c23e192e76a) +- Enabled API pass through [`fa07af2`](https://github.com/ipfs/ipfs-webui/commit/fa07af21d40ef7a297972d4645f607f718d5cdda) +- Updated ipfs-api dependency [`9f5de09`](https://github.com/ipfs/ipfs-webui/commit/9f5de098db5bb62d96761f6fb296442e88a2238c) +- Fixed globe texture path [`02ce82e`](https://github.com/ipfs/ipfs-webui/commit/02ce82efd53f97fdaaf89a2c2cf4a10a525210a0) +- Updated ipfs-api dependency [`8038899`](https://github.com/ipfs/ipfs-webui/commit/80388998d4daa48f0224056396f6d0a5f705d436) +- Renamed 'Objects' to 'DAG' [`f358abf`](https://github.com/ipfs/ipfs-webui/commit/f358abf4590b5f7429efa90caef3f788d44443b1) +- Hide gateway controls [`fbd254c`](https://github.com/ipfs/ipfs-webui/commit/fbd254ca24e823f4be2dd4ed36e96c760f1233ca) +- Fixed globe texture path for gateway [`cc7eb63`](https://github.com/ipfs/ipfs-webui/commit/cc7eb636ab7faaaa77db7f73c6efa09eb7dfe990) +- Added log page [`09d7ae2`](https://github.com/ipfs/ipfs-webui/commit/09d7ae2af29d7e6a527c16db0811e41a383616ed) +- Tweaked Connections globe point size [`44a7d90`](https://github.com/ipfs/ipfs-webui/commit/44a7d90f5c8b50a02059eb7224de826f72947a4e) +- Fixed css bundle path [`17f6d30`](https://github.com/ipfs/ipfs-webui/commit/17f6d3066bc0bf3f1500c3b0673e4e7c7e8bc0f8) +- Don't compress images for now [`2a44f7d`](https://github.com/ipfs/ipfs-webui/commit/2a44f7d807fe9b30d4fd6c3d76f0f0001bbbf235) +- Fixed nw build task path typo [`93acc28`](https://github.com/ipfs/ipfs-webui/commit/93acc287e484dcc87897940f8a68e25d03bf08c9) +- Strip jquery as a dependencies in package.json [`da0c4c6`](https://github.com/ipfs/ipfs-webui/commit/da0c4c6bdf9588d3c412fc838c2c88729d03c49d) +- Don't make geolocation requests for 127.*.*.* [`5e6db84`](https://github.com/ipfs/ipfs-webui/commit/5e6db8423b578c858151519631eaef4c92b8aee5) +- Link to raw view for objects [`9503f9a`](https://github.com/ipfs/ipfs-webui/commit/9503f9ac8e3cbbe6da331e2655808208d2a516c9) +- Added nw-builder cache to .gitignore [`d7d64e1`](https://github.com/ipfs/ipfs-webui/commit/d7d64e15f21d9a1ac8530a16bb648cdf0542f7a8) +- remove old imgs [`9ee65be`](https://github.com/ipfs/ipfs-webui/commit/9ee65bed91266db667daef98ae97383a4142d7aa) +- imgs [`3cf6622`](https://github.com/ipfs/ipfs-webui/commit/3cf6622f987a6de7e8a25bb8efe00bff10ca1aca) +- Big things have small beginnings. [`7c922fa`](https://github.com/ipfs/ipfs-webui/commit/7c922fad9ab3806cb44c43f4a1abb32a3d4ab416) diff --git a/package-lock.json b/package-lock.json index 31cb9ce28..7387838ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-webui", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-webui", - "version": "2.15.0", + "version": "2.15.1", "dependencies": { "@loadable/component": "^5.14.1", "@tableflip/react-dropdown": "^1.3.0", diff --git a/package.json b/package.json index fcc877e48..3aaf4a56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-webui", - "version": "2.15.0", + "version": "2.15.1", "private": true, "scripts": { "start": "run-script-os",