Skip to content

Commit 73397a0

Browse files
committed
New version
1 parent 35e25be commit 73397a0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
Name = "Caddy"
2121

2222
// Version is the program version
23-
Version = "0.7.3"
23+
Version = "0.7.4"
2424
)
2525

2626
var (

dist/CHANGES.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
CHANGES
22

3-
<master>
3+
0.7.4 (July 30, 2015)
44
- browse: Sorting preference persisted in cookie
55
- browse: Added index.txt and default.txt to list of default files
66
- browse: Template files may now use Caddy template actions
77
- markdown: Template files may now use Caddy template actions
88
- markdown: Several bug fixes, especially for large and empty Markdown files
99
- markdown: Generate index pages to link to markdown pages (sitegen only)
1010
- 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
1212
- 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
1415
- Other minor internal improvements and more tests
1516

1617

dist/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CADDY 0.7.3
1+
CADDY 0.7.4
22

33
Website
44
https://caddyserver.com

0 commit comments

Comments
 (0)