Skip to content

Releases: mujx/hakatime

v1.7.3

13 Apr 18:06
Compare
Choose a tag to compare

Bug fixes

  • Fix off by one error when grouping activity by hour (@ablearthy #74)
  • Add psql client on the ARM image (@rriski #71)

v1.7.2

19 Sep 18:20
Compare
Choose a tag to compare

Bug fixes

  • Convert projects with empty name to Unknown project (#62)

v1.7.1

13 Apr 18:18
Compare
Choose a tag to compare

Bug fixes

v1.7.0

25 Oct 07:48
Compare
Choose a tag to compare

Features

  • Add endpoint to show the time spent on the current day on the VS Code statusbar. (#50)

v1.6.3

16 Oct 18:14
Compare
Choose a tag to compare

This release should fix the issues encountered using the new wakatime-cli.

Bug fixes

  • Use Int64 to represent the cursorpos field.
  • Respond with the correct response format when single heartbeats are sent. (#49)

v1.6.2

09 Oct 21:31
Compare
Choose a tag to compare

Bug fixes

  • Parse the cursorpos heartbeat field as either Text or Int (#46)
  • Reply with 202 status code when new heartbeats are inserted (#48)

v1.6.1

31 Aug 18:35
Compare
Choose a tag to compare

Bug fixes

  • Switched from api.wakatime.com to wakatime.com during data import. The former endpoint was
    returning HTML instead of JSON and wasn't working over HTTPS. (#43)

v1.6.0

31 Aug 12:18
Compare
Choose a tag to compare

Features

  • Add ability to view aggregated project data with tags (instead of aliases) (#32) .
    To use, set a common tag on the projects you want to view as one and select the tag on the Projects page.

v1.5.0

08 Aug 08:43
Compare
Choose a tag to compare

Features

  • Add ability to set names on API tokens (#38)

1.4.1

14 Jun 16:12
Compare
Choose a tag to compare

Bug fixes

  • Allow remote write http endpoints and custom port (#36)
  • Install the ca-certificates package in the arm Dockerfile (#36)