Skip to content

Commit

Permalink
Update changelog and base64
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet committed Apr 23, 2017
1 parent d643785 commit a8c8c5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.0.4 (unreleased)
## 0.0.4 (2017-04-23)
- Fix RSS feed link and description
- Renamed `Page::url` and `Section::url` to `Page::path` and `Section::path`
- Pass `current_url` and `current_path` to every template
Expand All @@ -10,7 +10,6 @@
- Only copy the static files that changed, not the whole directory in `gutenberg serve`
- Use summary if available in RSS feed
- Add tables and footnotes support in markdown
- Add previous/previous_in_section/next/next_in_section/summary to `Page`
- Add more language syntaxes
- Only load templates ending by `.html`

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.0.3"
version = "0.0.4"
authors = ["Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -30,7 +30,7 @@ syntect = { version = "1", features = ["static-onig"] }
chrono = "0.3"
toml = "0.4"
term-painter = "0.2"
base64 = "0.4"
base64 = "0.5"

# Below is for the serve cmd
staticfile = "0.4"
Expand Down

0 comments on commit a8c8c5c

Please sign in to comment.