All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
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)
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 ipfs#37 and ipfs#15)
- Adds the size of the current directory to the header of the table (see ipfs#37 and ipfs#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 ipfs#37 and ipfs#2)
- Updates tests to include testing the above (see ipfs#38)
- Reconciles legacy discrepancies between
dir-index.html
anddir-index-uncat.html
(see ipfs#39)
- 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!)
- 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
- Update style to match IPFS branding
- Add links to ipfs.io, install help, and the bug tracker
- No release notes added
- No release notes added
- No release notes added