All Versions
17
Latest Version
Avg Release Cycle
36 days
Latest Release
580 days ago

Changelog History
Page 2

  • v1.3.2 Changes

    April 11, 2021

    ๐Ÿ› Bug fixes

    • โšก๏ธ Update project list according to the selected date range.
  • v1.3.1 Changes

    April 04, 2021

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”€ Don't display coding time for merge commits.
    • ๐Ÿ‘‰ Show hours & minutes on all charts.
    • โšก๏ธ Update some dashboard dependencies.
  • v1.3.0 Changes

    March 19, 2021

    ๐Ÿ”‹ 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 Changes

    March 14, 2021

    ๐Ÿ”‹ 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 Changes

    March 01, 2021

    ๐Ÿ”‹ 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 Changes

    February 23, 2021

    ๐Ÿ‘Œ 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 Changes

    February 16, 2021

    ๐ŸŽ‰ 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.