aboutsummaryrefslogtreecommitdiff
path: root/_changes.yml
blob: 435212434d1a8e020e9e3fa76d993a231020ff29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# 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.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.