wakatime / macos-wakatime

Mac system tray app for automatic time tracking and metrics generated from your Xcode, Figma, Postman, etc. usage.
https://wakatime.com/mac
BSD 3-Clause "New" or "Revised" License
127 stars 22 forks source link

Gentle updates #119

Closed MMavrisPaleBlue closed 11 months ago

MMavrisPaleBlue commented 1 year ago

Implements #112.

Depends on #87 and must be merged after that PR.

MMavrisPaleBlue commented 1 year ago

To test run: defaults write my-app-bundle-id SULastCheckTime -date "$(date -v-1d -v+30S)" before running the app. After a few minutes, you will receive a gentel notification

alanhamlett commented 11 months ago

You'll need to rebase against main after #87 is merged and then you can remove the duplicate commits/changes from this PR before merging.

Edit: I just rebased against main branch. Ready to merge!