Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
73397a09
Commit
73397a09
authored
Jul 30, 2015
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New version
parent
35e25be1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/app.go
app/app.go
+1
-1
dist/CHANGES.txt
dist/CHANGES.txt
+4
-3
dist/README.txt
dist/README.txt
+1
-1
No files found.
app/app.go
View file @
73397a09
...
...
@@ -20,7 +20,7 @@ const (
Name
=
"Caddy"
// Version is the program version
Version
=
"0.7.
3
"
Version
=
"0.7.
4
"
)
var
(
...
...
dist/CHANGES.txt
View file @
73397a09
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
...
...
dist/README.txt
View file @
73397a09
CADDY 0.7.
3
CADDY 0.7.
4
Website
https://caddyserver.com
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment