mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-17 00:06:27 +03:00
New version
This commit is contained in:
parent
35e25be1a4
commit
73397a0973
3 changed files with 6 additions and 5 deletions
|
@ -20,7 +20,7 @@ const (
|
|||
Name = "Caddy"
|
||||
|
||||
// Version is the program version
|
||||
Version = "0.7.3"
|
||||
Version = "0.7.4"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
7
dist/CHANGES.txt
vendored
7
dist/CHANGES.txt
vendored
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.7.3
|
||||
CADDY 0.7.4
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue