Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 3.04 KB

Changelog

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.

[v1.2.0] - 2020-08-03

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] - 2020-07-24

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 and dir-index-uncat.html (see ipfs#39)

[v1.0.6] - 2020-06-25

  • 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] - 2020-05-05

  • 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] - 2020-04-21

  • Update style to match IPFS branding
  • Add links to ipfs.io, install help, and the bug tracker

[v1.0.3] - 2016-08-31

  • No release notes added

[v1.0.2] - 2016-08-31

  • No release notes added

[v1.0.1] - 2016-08-31

  • No release notes added