Skip to content

Releases: mujx/hakatime

v1.4.0

01 Jun 12:35
Compare
Choose a tag to compare

Features

  • Add ability to forward incoming heartbeats to another Wakatime compatible server.

Improvements

  • Docker images for ARM64 are built automatically by CircleCI with the <version>-arm or latest-arm tags.

v1.3.2

11 Apr 12:26
Compare
Choose a tag to compare

Bug fixes

  • Update project list according to the selected date range. (#31)

v1.3.1

04 Apr 13:17
Compare
Choose a tag to compare

Improvements

  • Don't display coding time for merge commits.
  • Show hours & minutes on all charts.
  • Update some dashboard dependencies.

v1.3.0

19 Mar 16:55
Compare
Choose a tag to compare

Features

  • Added API endpoint & UI modal to see time spent per GitHub commit.

Improvements

  • Converted all tooltips to use the Bootstrap theme.
  • Added explanation about the cut-off limit (renamed to timeout).

v1.2.0

14 Mar 14:40
Compare
Choose a tag to compare

Features

  • Added leaderboards for the users of the instance.

Improvements

  • Small visual improvements on the login & register pages.
  • Removed very low percentages from pie charts to reduce noise.

v1.1.0

01 Mar 16:00
Compare
Choose a tag to compare

Features

  • API endpoint & UI controls to attach tags to projects. (e.g work, web, ui)
  • Ability to filter projects by tag and view their aggregated statistics.

Improvements

  • Reduced the amount of api calls made by the UI.
  • Error popups on the UI when queries fail.
  • The docker image will apply the database migrations on boot.

Bug fixes

  • Removed a small UI freeze by not redrawing immediately upon dropdown selection.

v1.0.1

23 Feb 12:50
Compare
Choose a tag to compare

Improvements

  • The following file extensions are now recognized (the wakatime plugin sends no values for these):
    • .gotmpl -> Go template
    • .tfvars -> Terraform
    • .dhall -> Dhall
    • .zig -> Zig
    • .org -> Org
    • .purs -> PureScript
    • .cabal -> Cabal config
    • .jinja|.jinja2 -> Jinja
  • Updated the docker image to use GHC 8.10.
  • Reduced the size of the docker image down to ~85 MB.
  • Removed some unnecessary direct dependencies.

Bug fixes

  • Fixed the Dockerfile for ARM (#21). (TravisCI experiences random failures and it's currently not possible to
    provide regular docker builds for ARM)

v1.0.0

16 Feb 18:55
Compare
Choose a tag to compare

Initial release.

Features

  • Import Wakatime activity using an API token and a range of dates.
  • User registration & login through the UI.
  • Badge generation for a project that displays that total amount of hours spent for a configurable
    time period.
  • Global and per project charts
    • Breakdown by project or language.
    • Breakdown by day of week and hour of the day.
    • Timeline of activity for a configurable time-frame.
    • Total time spent per file.
  • API token management & generation.