mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-17 16:25:37 +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"
|
Name = "Caddy"
|
||||||
|
|
||||||
// Version is the program version
|
// Version is the program version
|
||||||
Version = "0.7.3"
|
Version = "0.7.4"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
7
dist/CHANGES.txt
vendored
7
dist/CHANGES.txt
vendored
|
@ -1,6 +1,6 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
|
|
||||||
<master>
|
0.7.4 (July 30, 2015)
|
||||||
- browse: Sorting preference persisted in cookie
|
- browse: Sorting preference persisted in cookie
|
||||||
- browse: Added index.txt and default.txt to list of default files
|
- browse: Added index.txt and default.txt to list of default files
|
||||||
- browse: Template files may now use Caddy template actions
|
- 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: Several bug fixes, especially for large and empty Markdown files
|
||||||
- markdown: Generate index pages to link to markdown pages (sitegen only)
|
- markdown: Generate index pages to link to markdown pages (sitegen only)
|
||||||
- markdown: Flatten structure of front matter, changed template variables
|
- 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: 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
|
- 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
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
|
Loading…
Reference in a new issue