v1.2.0
Books v1.2.0
Some small fixes for error messages and JuliaMono and mousetrap on sites with a non-empty URL prefix (such as GitHub Pages).
Note that Books now doesn't anymore assume by default that there is a "bibliography.bib" in the root of your project which may break your configuration.
To enable this again, add bibliography: bibliography.bib
to metadata.yml
.
Closed issues:
- Mousetrap is not available online (#141)
- Variables are interpreted in the global scope by default (#193)
- Add search functionality (#212)
- Run only blocks with specific tags (#228)
- Wrong error when config.toml is missing (#250)
- Annoying error for missing bibliography (#251)
- Add new Books.jl org logo (#259)
Merged pull requests:
- Improve error messages (#262) (@rikhuijzer)
- Add url_prefix for JuliaMono and Mousetrap (#263) (@rikhuijzer)