Update deps and changelog

This commit is contained in:
Vincent Prouillet 2020-03-12 18:44:14 +01:00
parent 2eaa791349
commit 457996046c
3 changed files with 429 additions and 532 deletions

View file

@ -1,6 +1,11 @@
# Changelog
## 0.10.1 (unreleased)
## 0.10.1 (2020-03-12)
- Set user agent for HTTP requests
- Add nyx-bold highlight theme
- Add lyric and subtitles highlighting
- Enable strikethrough in markdown filter
## 0.10.0 (2020-02-17)

952
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
tera = "1"
base64 = "0.11"
base64 = "0.12"
lazy_static = "1"
pulldown-cmark = "0.7"
toml = "0.5"