Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Releases: ipfs/dir-index-html

v1.2.2

01 Oct 16:34
67e75cd
Compare
Choose a tag to compare
  • fix: avoid unnecessary css parsing (#53)
  • fix: disable translation of cids (#56)
  • fix: explicit language of the document (#56)

v1.2.1

28 Sep 22:06
5c6147f
Compare
Choose a tag to compare

This release adds CID column support for pages loaded on DNSLink websites (based on Host header) for which there is no public gateway endpoint — clicking value in CID column will open that CID at cid.ipfs.io.

  • feat: improved CID column (see #42)

Also some housekeeping:

  • fix: run CI checks on PRs (#41)
  • fix(ci): avoid uncommited changes with custom shells (details)
  • Create CHANGELOG.md (details)
  • Bumps package.json version (#44)

v1.2.0

27 Jul 21:29
9603194
Compare
Choose a tag to compare

This release streamlines the process for making future updates to this repo:

  • Moves source-of-truth HTML and CSS files into new src directory (details)
  • Adds build script in package.json to generate minified/inlined dir-index.html at top level from individual files in src directory (details)
  • Adds GitHub Action to guard against committing state where dir-index.html does not match source materials in src (details)

v1.1.0

24 Jul 15:35
fa0f5a0
Compare
Choose a tag to compare

This release brings general tidying, plus some substantial UI enhancements! Big thanks to @neatonk for all the work.

  • Adds a column for CIDs between the name and size columns; CIDs are clickable links that open the item as a new "root path", enabling users to copy direct links to images or subdirectories (see #37 and #15)
  • Adds the size of the current directory to the header of the table (see #37 and #25)
  • Makes path components in table headers into links, so clicking on segments between directory slashes will go to that level of the directory tree (see #37 and #2)
  • Updates tests to include testing the above (see #38)
  • Reconciles legacy discrepancies between dir-index.html and dir-index-uncat.html (see #39)

v1.0.6

25 Jun 22:11
269b1d0
Compare
Choose a tag to compare
  • Adds favicon: visual consistency/prettiness, but more importantly prevents 404 error on an implicit /favicon.ico (see #35)
  • Adds social sharing metadata (see #34)
  • Updates contributing link in readme (thanks @stensonb!)

v1.0.5

05 May 17:22
e391655
Compare
Choose a tag to compare
  • Removes extraneous references to Glyphicons (closes #23)
  • Makes page responsive overall (closes #24)
  • Adds file icons for .wmv, .mov, .mkv (closes #19)
  • Strips out unneeded CSS
  • Makes colors more accessible consistent with those in ipfs-css
  • Tidies up in general

v1.0.4

21 Apr 22:14
545a1fd
Compare
Choose a tag to compare
  • Update style to match IPFS branding.
  • Add links to ipfs.io, install help, and the bug tracker.