Change Log

Hint

You may want to learn about our Release Strategy

Version 2.x

🏷️ 2.1
Date:

📅2026-06-22

Download:

🏷️2.1

  • feat: The recentupdate:paths is relative to srcdir (prefixed with /) or current document (prefixed with . or no prefix) now

  • fix: Make sure all docnames in Revision prefixed with a /, so it can be correctly referenced by Sphinx’s doc role

🏷️ 2.0
Date:

📅2026-06-22

Download:

🏷️2.0

Warning

This version contains INCOMPATIBLE changes.

  • The template feature is now provided by sphinxnotes-render. It offers richer features; Please see Templating

  • The recentupdate directive supports more options:

    • New :self: option: show only revisions that modified the current document

    • New :paths: option: Specifiy pathspecs to filter file changes

    • New :group-by: option: group revisions by time period (day/month/year)

  • Provide a recentupdate extra context for use within sphinxnotes-render compatible templates

  • New confval: recentupdate_group_by

BREAKING CHANGES:

  • Drop the strftime filters, use datetime.strfime instead

  • The roles filter is now provided by sphinxnotes-render

  • Drop the recentupdate_exclude_path, recentupdate_date_format confval

  • The members of Revision are renamed

  • Rename confval recentupdate_exclude_commit to recentupdate_skip_commit

Version 1.x

🏷️ 1.1
Date:

📅2025-10-30

Download:

🏷️1.1

  • fix: Deal with case when sphinx srcdir != git workdir

🏷️ 1.0
Date:

📅2025-10-17

Download:

🏷️1.0

First stable version after five years :-)

🏷️ 1.0a0
Date:

📅2021-12-06

Download:

🏷️1.0a0

Release alpha version.