File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
20
20
Name = "Caddy"
21
21
22
22
// Version is the program version
23
- Version = "0.7.3 "
23
+ Version = "0.7.4 "
24
24
)
25
25
26
26
var (
Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
3
- <master>
3
+ 0.7.4 (July 30, 2015)
4
4
- browse: Sorting preference persisted in cookie
5
5
- browse: Added index.txt and default.txt to list of default files
6
6
- browse: Template files may now use Caddy template actions
7
7
- markdown: Template files may now use Caddy template actions
8
8
- markdown: Several bug fixes, especially for large and empty Markdown files
9
9
- markdown: Generate index pages to link to markdown pages (sitegen only)
10
10
- markdown: Flatten structure of front matter, changed template variables
11
- - redir: Can use variables (placeholders) just as log formats can
11
+ - redir: Can use variables (placeholders) like log formats can
12
12
- redir: Catch-all redirects no longer preserve path; use {uri} instead
13
- - redir: Create redirect tables by opening a redir block
13
+ - redir: Syntax supports redirect tables by opening a block
14
+ - templates: Renamed .Date to .Now and added .Truncate, .Replace actions
14
15
- Other minor internal improvements and more tests
15
16
16
17
Original file line number Diff line number Diff line change 1
- CADDY 0.7.3
1
+ CADDY 0.7.4
2
2
3
3
Website
4
4
https://caddyserver.com
You can’t perform that action at this time.
0 commit comments