-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joshua Li
committed
Jun 6, 2020
1 parent
7a1a5c8
commit 263390a
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |