Releases: Madh93/toffu
Releases · Madh93/toffu
v0.2.0
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