Create CHANGELOG.md
Jessica Schilling committed
Aug 24, 2020 at 12:10 UTC
dc0400b2c84bed0927b46100a7bbe0cb6e56f50a
1 file changed
+54
CHANGELOG.md
new
+54
@@ -0,0 +1,54 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+## [v1.2.0] - 2020-08-03
8
+This release streamlines the process for making future updates to this repo:
9
+
10
+- Moves source-of-truth HTML and CSS files into new `src` directory ([details](https://github.com/ipfs/dir-index-html/pull/40#issue-456530181))
11
+- Adds build script in `package.json` to generate minified/inlined `dir-index.html` at top level from individual files in `src` directory ([details](https://github.com/ipfs/dir-index-html/pull/40#issue-456530181))
12
+- Adds GitHub Action to guard against committing state where `dir-index.html` does not match source materials in `src` ([details](https://github.com/ipfs/dir-index-html/pull/40#pullrequestreview-456126397))
13
+
14
+## [v1.1.0] - 2020-07-24
15
+This release brings general tidying, plus some substantial UI enhancements! Big thanks to @neatonk for all the work.
16
+
17
+- 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 https://github.com/ipfs/dir-index-html/issues/37 and https://github.com/ipfs/dir-index-html/issues/15)
18
+- Adds the size of the current directory to the header of the table (see https://github.com/ipfs/dir-index-html/issues/37 and https://github.com/ipfs/dir-index-html/issues/25)
19
+- 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 https://github.com/ipfs/dir-index-html/issues/37 and https://github.com/ipfs/dir-index-html/issues/2)
20
+- Updates tests to include testing the above (see https://github.com/ipfs/dir-index-html/pull/38)
21
+- Reconciles legacy discrepancies between `dir-index.html` and `dir-index-uncat.html` (see https://github.com/ipfs/dir-index-html/pull/39)
22
+
23
+
24
+## [v1.0.6] - 2020-06-25
25
+- Adds favicon: visual consistency/prettiness, but more importantly prevents 404 error on an implicit /favicon.ico (see [#35](https://github.com/ipfs/dir-index-html/issues/35))
26
+- Adds social sharing metadata (see [#34](https://github.com/ipfs/dir-index-html/issues/34))
27
+- Updates contributing link in readme (thanks @stensonb!)
28
+
29
+
30
+## [v1.0.5] - 2020-05-05
31
+
32
+- Removes extraneous references to Glyphicons (closes [#23](https://github.com/ipfs/dir-index-html/issues/23))
33
+- Makes page responsive overall (closes [#24](https://github.com/ipfs/dir-index-html/issues/24))
34
+- Adds file icons for .wmv, .mov, .mkv (closes [#19](https://github.com/ipfs/dir-index-html/issues/19))
35
+- Strips out unneeded CSS
36
+- Makes colors more accessible consistent with those in ipfs-css
37
+- Tidies up in general
38
+
39
+
40
+## [v1.0.4] - 2020-04-21
41
+- Update style to match IPFS branding
42
+- Add links to ipfs.io, install help, and the bug tracker
43
+
44
+
45
+## [v1.0.3] - 2016-08-31
46
+- No release notes added
47
+
48
+
49
+## [v1.0.2] - 2016-08-31
50
+- No release notes added
51
+
52
+
53
+## [v1.0.1] - 2016-08-31
54
+- No release notes added