Releases: JuliaBooks/Books.jl
v1.2.7
Books v1.2.7
Updated juliamono to 0.45, Makie to 0.17 and CairoMakie to 0.8.
Merged pull requests:
v1.2.6
Books v1.2.6
Added some precompile directives to make things slightly more snappy and removed a doctest to fix CI.
v1.2.5
Books v1.2.5
Fixes a problem with AlgebraOfGraphics.jl.
Closed issues:
- An Options method with AlgebraOfGraphics.FigureGrid as the first argument (#275)
v1.2.4
Books v1.2.4
Merged pull requests:
- Add CJK support for PDF in template.tex and metadata.yml (#274) (@fangliu-tju)
v1.2.3
v1.2.2
Books v1.2.2
Update CairoMakie, Makie and highlight.js versions.
Closed issues:
- Why is the
CJKmainfont
related configurations removed from "template.tex"? (#267) - Easy way to interpolate a value in the text with :compact = true enabled? (#271)
Merged pull requests:
- Switch to Highlight 11.4.0 (#269) (@rikhuijzer)
- CompatHelper: bump compat for "Makie" to "0.16" (#270) (@github-actions[bot])
- CompatHelper: bump compat for "CairoMakie" to "0.7" (#272) (@github-actions[bot])
v1.2.1
Books v1.2.1
Minor change to fix appearance of menu items.
Closed issues:
- H4 in markdown breaking pdf() (#265)
Merged pull requests:
- Reduce menu cutoff threshold (#266) (@rikhuijzer)
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)
v1.1.5
Books v1.1.5
Closed issues:
- Always use
is_ci()
instead ofIS_CI
? (#245) - ERROR: SystemError: opening file "_gen/input.md": No such file or directory (#248)
- Add issues section to Book Template (#252)
- The docs are down (#253)
- PDF() uses Julia Mono but there's no installation suggestion (#254)
Merged pull requests:
- Replace IS_CI with is_ci() (#246) (@findmyway)
- Make gen dir if missing (#249) (@rikhuijzer)
- Update docs for JuliaMono (#258) (@rikhuijzer)
- Update Julia CI versions (#260) (@rikhuijzer)
v1.1.4
Books v1.1.4
Closed issues:
- pdf generation section (#244)
Merged pull requests:
- Add forward slash to prefix if needed (#241) (@rikhuijzer)
- Bump highlight to version 11.3.1 (#242) (@rikhuijzer)
- Refactor serve.jl (#243) (@rikhuijzer)
- Remove Tectonic patch (#247) (@rikhuijzer)