diff options
Diffstat (limited to '_changelog.yml')
| -rw-r--r-- | _changelog.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_changelog.yml b/_changelog.yml new file mode 100644 index 0000000..e456831 --- /dev/null +++ b/_changelog.yml @@ -0,0 +1,35 @@ +--- +# Each entry should have the date all supported formats (Atom, RSS and Markdown) +changelog: Changelog +version: Version +help: This section can be used to register changes in the text versions. +versions: + - id: 0.5.3 + date_atom: 2025-11-22T23:12:00-03:00 + date_rss: 22 Sep 2025 23:12:00 -0300 + date_markdown: 2025-11-22 + summary: | + * Rename _changes.yml as _changelog.yml. + + - id: 0.5.2 + date_atom: 2025-11-22T23:00:00-03:00 + date_rss: 22 Sep 2025 23:00:00 -0300 + date_markdown: 2025-11-22 + summary: | + * Link the change log in the HTML frontmatter. + * Add a small reference to the Bookup website in the HTML frontmatter. + + - id: 0.5.1 + date_atom: 2025-11-22T22:50:00-03:00 + date_rss: 22 Sep 2025 22:50:00 -0300 + date_markdown: 2025-11-22 + summary: | + * Minor fixes in the RSS and Atom generation. + + - id: 0.5.0 + date_atom: 2025-11-22T21:30:00-03:00 + date_rss: 22 Sep 2025 21:30:00 -0300 + date_markdown: 2025-11-22 + summary: | + * RSS/Atom feed support, adapted from recipe available at + https://recursewithless.net/projects/pandoc-feeds.html. |
