Skip to content

Releases: muety/wakapi

Release 2.17.2

01 Mar 08:35

Choose a tag to compare

Bug fixes

  • Broken user registration

⚠️ Breaking changes

We switched the Docker base image from alpine to gcr.io/distroless/static:nonroot. As a consequence to this change, Wakapi will now run as the nonroot user with ID 65532 inside the container.

Required actions: If you're running Wakapi in Docker with SQLite, you will likely need to change the permissions of your data directory to it (and all contained fails, especially wakapi.db) can be read and written by 65532. Example:

# Stop wakapi container, then run:
$ docker run --rm -v wakapi_data:/data alpine chown -R 65532:65532 /data
# Pull latest image and restart wakapi

Alternatively, you could pass --user 1000:1000 to your docker run command to keep running as the previous user ID.

Release 2.17.1

21 Jan 19:47

Choose a tag to compare

Improvements

Bug Fixes

Release 2.17.0

29 Dec 12:49

Choose a tag to compare

Features

Improvements

Bug Fixes

Release 2.16.1

03 Nov 19:44

Choose a tag to compare

Bug Fixes

Minor improvements

Release 2.16.0

12 Oct 08:15

Choose a tag to compare

Features

  • OpenID Connect login via external providers (#33)

Bug Fixes

⚠️ Breaking Changes

  • Drop MSSQL (SQL Server) support

Release 2.15.0

05 Sep 12:23

Choose a tag to compare

Improvements

  • Ability to set start of week (#831) (thanks @NazmusSayad)
  • WakaTime-compatible user agents endpoint (#833)

Bug Fixes

  • WSL2 considered as separate OS (#817)
  • Assume coding as the default category (8b8fe21)
  • Accept partially valid batches of heartbearts (#824)
  • Fix project labels with aliases (#836)

Miscellaneous / technical changes

  • Upgrade to Go 1.25 (feat. json/v2 and new GC)
  • Use WAL mode with SQLite (5f42c12)
  • Compressed MySQL connections (b4aa96a)
  • CSS color variables / better theming (#829) (thanks @k2on)

Release 2.14.1

18 Jul 12:47

Choose a tag to compare

Bug Fixes

  • #804 (fix Docker image for all non-Linux, non-x86 systems)
  • #801

Improvements

Release 2.14.0

13 Jun 08:00

Choose a tag to compare

Bug Fixes

Minor improvements

Release 2.13.4

30 Apr 15:04

Choose a tag to compare

Bug Fixes

Please note

Due to the schema changes introduced in the context of #777, the application might take a while (~ 10 minutes) to boot up once initially on very large instances.

Release 2.13.3

11 Apr 12:36

Choose a tag to compare

Bug Fixes