Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Li committed Jun 6, 2020
1 parent 7a1a5c8 commit 263390a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## 0.2

### Features

- Natural/Alphanumeric sorting of directory entries.
- Optional TLS.
- Symlinks were made forbidden.
- Sends `Cache-Control: no-store` for HTTP 1.1+ clients that obey it (pretty much all major browsers).

### Improvements

- Rendering performance and size was improved.
- Various refactors and simplifications.
- Better CLI help text, and ported homegrown stuff to `flag`.

### Bug Fixes

n/a

### Regressions

n/a

## 0.1

Initial release.

0 comments on commit 263390a

Please sign in to comment.