Skip to content

Releases: Madh93/toffu

v0.2.0

26 Jul 20:23
6b55e68
Compare
Choose a tag to compare

Highlights

  • Basic validations in toffu in command
    • Avoid clocking in when you've already completed your scheduled work hours
    • Don't clock in when there are no hours scheduled for the current day
  • Show how many hours you have left to work in toffu status command
  • Data fetching from the Woffu API is now faster and more efficient using concurrency
  • Added practical examples of how toffu can be used to clock in on startup or take a break automatically

Changelog

  • c69f788 feat: avoid clock in when you have worked the scheduled hours
  • f686c94 feat: avoid clocking in when no scheduled hours for current day
  • 6b55e68 feat: bump version to 0.2.0
  • 2c3da73 feat: show remaining hours in status
  • 406b19f fetch: fetch API data concurrently
  • 228502e fix: set valid config file name

v0.1.0

13 Jul 00:20
ea1f49c
Compare
Choose a tag to compare

Highlights

  • A command to clock in (toffu in)
  • A command to clock out (toffu out)
  • A command to show current status (toffu status)
  • A command to generate an API token (tpm token)

Changelog

  • ea1f49c feat: bump version to 0.1.0
  • b088d43 feat: initial commit 🎉