Plurrrr

Sat 01 Aug 2026

Dataclasses and Type Hints

Yesterday I rewrote the Python version of tumblelog to use dataclasses. I also started to add type hints, which I finished today. I pushed version 6.2.0 of tumblelog to GitHub after thoroughly testing the new code.

Another update

While testing tumblelog I came upon an issue with the calendar overview for 2026: May and later had no entries. After some checking I found the bug: the Markdown file for Plurrrr had two times a date entry for the 24th of May! So i updated both the Perl and Python version of tumblelog to detect this issue and pushed 6.2.1 to GitHub.