Skip to content

Releases: leouieda/nene

v0.9.0

22 Feb 09:38
9d5be67
Compare
Choose a tag to compare

Date: 2023/02/22

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

14 Oct 08:50
93a8fea
Compare
Choose a tag to compare

Date: 2022/10/14

What's Changed

  • Add the relative_to Jinja filter to get relative paths by @leouieda in #39

Full Changelog: v0.7.0...v0.8.0

v0.7.0

25 Sep 11:23
dab06e0
Compare
Choose a tag to compare

Date: 2022/09/25

What's Changed

  • Add a custom environment for LaTeX templates by @leouieda in #38

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Sep 05:24
b7692af
Compare
Choose a tag to compare

Date: 2022/09/20

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Apr 09:07
b55a05e
Compare
Choose a tag to compare

Date: 2022/04/12

Highlights

  • This version replaces the Markdown rendering engine MyST with markdown-it-py. This allows more flexibility in setting custom rules and adding plugins for Markdown syntax. For now, includes the plugins for typographic replacements (quotes, dashes, etc), GitHub-style tables and footnotes, and automatic heading anchors. In the future, this will enable implementing syntax highlighting with pygments. #28

Full Changelog: v0.4.1...v0.5.0

v0.4.1

12 Apr 08:39
cb2aff0
Compare
Choose a tag to compare

Date: 2022/04/12

This is a bug fix release. No new features were added or removed.

Bug fixes

  • Fix bug in server rebuilding when changes detected by @leouieda in #26

Documentation

  • Use current year for copyright in the docs by @leouieda in #27

Maintenance

  • Load the Markdown template from a string instead by @leouieda in #25

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Apr 16:28
ba44e0e
Compare
Choose a tag to compare

Date: 2022/04/09

Highlights

  • Nēnē now has an API for running the website build so you can script the build process and modify/add data between assembling the website, rendering the templates, and saving the output.
  • Glob patterns are now allowed in the ignore field of config.yml (thanks to @florian-wagner 🎉).
  • Each page now has a list of all pages that share a folder with it (its "siblings"), making it easier to build index pages.
  • No breaking changes for this release so it's safe to upgrade (please report any breaking builds).

Bug fixes

  • Fixed the "JSON serialization" problem when serving pages by @leouieda in #20

New features

Maintenance

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

01 Jan 11:57
46b7435
Compare
Choose a tag to compare

Date: 2022/01/01

This is a bug fix release with a few small maintenance tasks.

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

02 Nov 05:25
713508d
Compare
Choose a tag to compare

Date: 2021/11/02

What's Changed

  • Bug fix: Remove the Unicode characters from the help message by @leouieda in #12

v0.3.1

26 Oct 12:19
Compare
Choose a tag to compare

Date: 2021/10/26

What's Changed

  • Fix bug when parsing YAML front matter in Markdown files by @leouieda
  • Add garabatos as example in README file by @aguspesce in #10

New Contributors