Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Madh93 Madh93 released this 26 Jul 20:23
· 2 commits to main since this release
6b55e68

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