Releases: kaushalmodi/ox-hugo
Improve inline src blocks + Last release with Blackfriday references
Notice
The latest Hugo release, v0.100.0 finally got rid of the deprecated Blackfriday code 🎉 .
ox-hugo
will follow the suit in the next release. This is the last ox-hugo
release that contains Blackfriday code and references. In the next release, the ox-blackfriday.el
will be renamed to something else and all the Blackfriday references will be removed. This change should not affect most of the users because Hugo changed the default Markdown parser to GoldMark back in Nov 2019.
What's Changed
- perf: Better way to auto-inject bibliography heading in #639
- Improve inline src blocks in #578
- Fix auto menu weight calculation during "all subtrees" exports in #643
- fix: Remove the blank line inserted between code blocks and captions in #646
Full Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-12-dot-1
Export `date`, `lastmod` and notes from `:LOGBOOK:` drawers
❗❗ Reminder As it was announced in the last release, the YAML front-matter support will be going away soon. The features added in this release already don't support YAML format front-matter. ❗❗
Big changes
- ✨ feat: Parse
date
,lastmod
and notes from LOGBOOK drawers in #504 - Officially bump up the Emacs version requirement to 26.3 (this was already implied in the last release when
tomelr
library dependency was added). - breaking!: Export Org Verse blocks in div tags instead of p tags (1a6acb5)
New Documentation
Full Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-12-dot-0
Use the new 'tomelr' library for TOML generation
This release paves the way for future deprecation of YAML export support.
https://github.com/kaushalmodi/tomelr
See this PR for commits related to switching to tomelr: #629.
Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-11-dot-0
✨ Companion blog post: https://scripter.co/presenting-tomelr/
EXPORT_HUGO_SECTION_FRAG property replaces the old EXPORT_HUGO_SECTION*
- See the deprecation notice at https://ox-hugo.scripter.co/doc/deprecation-notices/#export-hugo-section-frag
- See the full changelog at https://ox-hugo.scripter.co/doc/changelog/#0-dot-10-dot-0.
Major release after 4 years
This release has a total of 1000+ commits, but relatively very few breaking changes.
See the changelog here: https://ox-hugo.scripter.co/doc/changelog/#0-dot-9-dot-0