Commit 73397a09 authored by Matthew Holt's avatar Matthew Holt

New version

parent 35e25be1
......@@ -20,7 +20,7 @@ const (
Name = "Caddy"
// Version is the program version
Version = "0.7.3"
Version = "0.7.4"
)
var (
......
CHANGES
<master>
0.7.4 (July 30, 2015)
- browse: Sorting preference persisted in cookie
- browse: Added index.txt and default.txt to list of default files
- browse: Template files may now use Caddy template actions
......@@ -8,9 +8,10 @@ CHANGES
- markdown: Several bug fixes, especially for large and empty Markdown files
- markdown: Generate index pages to link to markdown pages (sitegen only)
- markdown: Flatten structure of front matter, changed template variables
- redir: Can use variables (placeholders) just as log formats can
- redir: Can use variables (placeholders) like log formats can
- redir: Catch-all redirects no longer preserve path; use {uri} instead
- redir: Create redirect tables by opening a redir block
- redir: Syntax supports redirect tables by opening a block
- templates: Renamed .Date to .Now and added .Truncate, .Replace actions
- Other minor internal improvements and more tests
......
CADDY 0.7.3
CADDY 0.7.4
Website
https://caddyserver.com
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment