-
Notifications
You must be signed in to change notification settings - Fork 146
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
Showing
2 changed files
with
15 additions
and
10 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
v0.2 | ||
|
||
- -x flag (--exclude) to exclude files from livereload. | ||
- -P flag (--password) for quick HTTP Basic password protection. | ||
- -q flag (--quiet) to suppress all output from devd. | ||
- Humanize file sizes in console logs. | ||
- Improved directory indexes - better formatting, they now also livereload. | ||
- Devd's built-in livereload URLs are now less likely to clash with user URLs. | ||
- Internal 404 pages are now included in logs, timing measurement, and | ||
* -x (--exclude) flag to exclude files from livereload. | ||
* -P (--password) flag for quick HTTP Basic password protection. | ||
* -q (--quiet) flag to suppress all output from devd. | ||
* Humanize file sizes in console logs. | ||
* Improve directory indexes - better formatting, they now also livereload. | ||
* Devd's built-in livereload URLs are now less likely to clash with user URLs. | ||
* Internal 404 pages are now included in logs, timing measurement, and | ||
filtering. | ||
- Much improved heuristics for livereload file change detection. We now | ||
handle things like transient files created by editors better. | ||
- A Linux ARM build will now be distributed with each release. | ||
* Improved heuristics for livereload file change detection. We now handle | ||
things like transient files created by editors better. | ||
* A Linux ARM build will now be distributed with each release. |
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,5 @@ | ||
40 Aldo Cortesi <[email protected]> | ||
6 Aldo Cortesi <[email protected]> | ||
3 Barret Rennie <[email protected]> | ||
1 Bill Mill <[email protected]> | ||
1 Judson Mitchell <[email protected]> |