Releases: prashantgupta24/activity-tracker
Releases · prashantgupta24/activity-tracker
v1.0.1
What's Changed
- updated readme by @prashantgupta24 in #26
- updated doc by @prashantgupta24 in #27
- Dependencies update & adapt to robotgo 1.0.0 by @Resousse in #28
New Contributors
Full Changelog: v1.0.0...v1.0.1
First stable official release!
Added
- [NEW] Improved method of checking screen changes
- [NEW] added state to the tracker for inter-handler communication
- [NEW] added
machineSleepHandler
for machine sleep/wake calls
Updated
- Added tests
- Fixed bugs
- Improved readme
Multiple activity support!
Added
- [NEW] Use case for multiple activities within a heartbeat now supported
- [NEW] Introduced worker interval
- [NEW] Defaults and new test cases
- [NEW] Validation of intervals
Changed
- Updated documentation
- Increased test coverage
- Changed from
frequency
tointerval
, better naming
Fixing lint issues
Changed
- [NEW] Activity tracker submits a
heartbeat.WasAnyActivity
to check if there was any activity within the given time frame.
Added
- [NEW] Added tests, updated readme
Refactored logging
No breaking changes
Internal refactoring
Making the app more robust!
Internal changes, making it more efficient
Merge pull request #3 from prashantgupta24/dev1 adding activity type to heartbeat
Added heartbeat functionality to tracker
More details coming soon...
Initial release
Enjoy!