v0.537.27
Pre-release
Pre-release
·
3077 commits
to develop
since this release
0.537.27 (2024-09-18)
Bug Fixes
- add moment import and used moment.tz.guess() to set default timeZone in request.store.ts, monthly.service.ts, and weekly.service.ts. (0c67212)
Code Refactoring
- Apply SOLID principles to improve the
sendActivitiesmethod for clarity and maintainability. Implement a new thread to capture the screen and send activities on start and stop. (d5283b4) - Rename event handler
TAKE_CAPTUREtoCOLLECT_ACTIVITIESand use meaningful method names. (6f8798f)
What's Changed
- [Fix] Add Timezone Fallback to requests by @adkif in #8229
- [Refactor] Send activities process by @adkif in #8228
- chore(deps): update electron from 28.1.0 to 30.0.1 and electron builder from 24.6.4 to 24.13.3 by @adkif in #8227
Full Changelog: v0.537.24...v0.537.27