Change Log¶
Hint
You may want to learn about our Release Strategy
Version 2.x¶
- 🏷️ 2.1¶
- Date:
- Download:
feat: The
recentupdate:pathsis relative to srcdir (prefixed with/) or current document (prefixed with.or no prefix) nowfix: Make sure all docnames in Revision prefixed with a
/, so it can be correctly referenced by Sphinx’sdocrole
- 🏷️ 2.0¶
- Date:
- Download:
Warning
This version contains INCOMPATIBLE changes.
The template feature is now provided by sphinxnotes-render. It offers richer features; Please see Templating
The
recentupdatedirective supports more options:New
:self:option: show only revisions that modified the current documentNew
:paths:option: Specifiy pathspecs to filter file changesNew
:group-by:option: group revisions by time period (day/month/year)
Provide a
recentupdateextra context for use withinsphinxnotes-rendercompatible templatesNew confval:
recentupdate_group_by
BREAKING CHANGES:
Drop the
strftimefilters, usedatetime.strfimeinsteadThe
rolesfilter is now provided bysphinxnotes-renderDrop the
recentupdate_exclude_path,recentupdate_date_formatconfvalThe members of
Revisionare renamedRename confval
recentupdate_exclude_committorecentupdate_skip_commit
Version 1.x¶
- 🏷️ 1.1¶
- Date:
- Download:
fix: Deal with case when sphinx srcdir != git workdir
- 🏷️ 1.0¶
- Date:
- Download:
First stable version after five years :-)
- 🏷️ 1.0a0¶
- Date:
- Download:
Release alpha version.