Skip to content

v0.2.4

Compare
Choose a tag to compare
@kamilsk kamilsk released this 14 Nov 19:15
· 19 commits to main since this release
v0.2.4
53f3884

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.

Changelog

  • 53f3884 chore: improve logbook calculation logic
  • c6b2cdf tools(deps): bump github.com/sigstore/cosign/v2 in /tools

made with ❤️ for everyone by OctoLab