Release notes, v0.2.4

The simple logbook calculator was improved! ✨

find "1. Stream/Diary" -type f -name "*.md" | sort | while read -r file; do
  printf "%s: " "${file}"
  sparkle tact logbook calculate < "${file}"
done

It supports handling whole notes and analyzes their content.

made with ❤️ for everyone by OctoLab (opens in a new tab)