This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Releases: ipfs/dir-index-html
Releases · ipfs/dir-index-html
v1.2.2
v1.2.1
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:
v1.2.0
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/inlineddir-index.html
at top level from individual files insrc
directory (details) - Adds GitHub Action to guard against committing state where
dir-index.html
does not match source materials insrc
(details)
v1.1.0
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
anddir-index-uncat.html
(see #39)