Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

100 lines (65 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.3.2] - 2021-04-11

Bug fixes

  • Update project list according to the selected date range.

[1.3.1] - 2021-04-04

Improvements

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

[1.3.0] - 2021-03-19

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).

[1.2.0] - 2021-03-14

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.

[1.1.0] - 2021-03-01

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.

[1.0.1] - 2021-02-23

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)

[1.0.0] - 2021-02-16

Initial versioned 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.