Changelog

This is a provisional changelog. Currently it shows statistics for words written. It will eventually become a proper changelog with all modifications.

You can subscribe to this changelog as an RSS Feed.

24w5-1 IndieWeb Carnaval on Multilingualism2024-11-01

Release 24v1-1 – 2024-10-152024-10-15

Release 24uc-1 – 2024-10-092024-10-09

Release 24uc-3 – 2024-10-09 — more notes about changelog2024-10-09

Release 24uc-2 – 2024-10-092024-10-09

2024-10-08 — Unidentified Release2024-10-08

Notes

This is how I generate the wordcount:

 sed '{ /^---/ { :a N; /\n---/! ba; d} }' FILENAME | \
    sed '{/^```/ { :a N; /\n```/! ba; d} }' \
    | wc -w

This excludes yaml frontmatter (between --- lines) and code blocks (between ``` lines).