Wakapi Versions Save

📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics

2.11.2

2 weeks ago

Features

  • #630

Bug Fixes

  • #640

Other

  • #635
  • #629

2.11.1

2 months ago

Bug Fixes

  • #634

2.11.0

2 months ago

Features

  • #604
  • #517
  • #624
  • #619

Bug Fixes

  • #600
  • #610
  • #621
  • #625
  • #627

Improvements

  • #618
  • #623
  • #628
  • #629

2.10.5

3 months ago

Bug Fixes

  • #600
  • #602

👉 Please note: due to the bug in #600, summaries were generated wrong since the last release. To get your coding data back on track again, please simply run the following SQL query in your database:

delete from summaries where from_time >= '2024-01-16';

If you're the only user on your Wakapi instance, you can alternatively also log in, go to Settings -> Danger Zone and do Clear & regenerate summaries.

2.10.4

4 months ago

Bug Fixes

  • #596
  • #597

2.10.3

4 months ago

Improvements

  • Support for MSSQL (aka. SQL Server) as a database backend (#592) - thanks to @ddadaal :pray:

Bug Fixes

  • #588
  • #593
  • #594
  • #589

2.10.2

5 months ago

Bug Fixes

  • #584

2.10.1

5 months ago

Bug Fixes

  • #535
  • #578
  • #576

Minor breaking changes :warning:

  • #581

Note: If we strictly followed semantic versioning, this breaking change should result in a new major version. However, I thought MailWhale support was such a niche feature that it's not really "worth it".

Please note ☝️

In order to disable listening to an IPv6 interface, you'll have to set WAKAPI_LISTEN_IPV6 (or server.listen_ipv6, respectively) to '-' now, instead of just a blank value as before, see https://github.com/muety/wakapi/issues/584.

2.10.0

5 months ago

Features

  • Leaders compat endpoint (#570)
  • Ability to hover over days in activity chart (#569)
  • Single-project compat endpoint (#562)

Improvements

  • Ability to disable leaderboards as an admin (#571)
  • Ability to configure leaderboard time scope as an admin (#568)
  • Ability to disable WakaTime imports as an admin (#552)
  • Option to import data using legacy importer mechanism (#542)
  • Run WakaTime requests against api.wakatime.com to benefit from load balancing (#563)
  • Additional fields in projects compat endpoint (#550)
  • Include user rank in Prometheus metrics (#566)

Bug Fixes

#558, #546, #545, #564, #561

2.9.3

6 months ago

Improvements

  • Include daily_average in WakaTime compat summary (see #545)
  • Add option to choose legacy WakaTime importer (see #542)

Bug Fixes

  • #533
  • #544