All Versions
17
Latest Version
Avg Release Cycle
36 days
Latest Release
806 days ago
Changelog History
Page 2
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.
- ๐ป API endpoint & UI controls to attach tags to projects. (e.g
-
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)
- ๐ The following file extensions are now recognized (the wakatime plugin sends no values for these):
-
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.