Skip to content

Releases: muety/wakapi

Release 2.17.4

Choose a tag to compare

@muety muety released this 26 May 08:30

Improvements

Bug Fixes

Release 2.17.3

Choose a tag to compare

@muety muety released this 03 Apr 08:34

Security

Bug Fixes

Misc

👀 Additional notes

  • @moritz-grimm unveiled a bug related to custom language mappings. You might have to regenerate your summaries to retroactively fix existing data (go to Settings -> Danger Zone -> Regenerate summaries).
  • On large instances, the database migration running as a consequence of #928 might take a while (couple of minutes) - be patient.

Release 2.17.2

Choose a tag to compare

@muety muety released this 01 Mar 08:35

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

Choose a tag to compare

@muety muety released this 21 Jan 19:47

Improvements

Bug Fixes

Release 2.17.0

Choose a tag to compare

@muety muety released this 29 Dec 12:49

Features

Improvements

Bug Fixes

Release 2.16.1

Choose a tag to compare

@muety muety released this 03 Nov 19:44

Bug Fixes

Minor improvements

Release 2.16.0

Choose a tag to compare

@muety muety released this 12 Oct 08:15

Features

  • OpenID Connect login via external providers (#33)

Bug Fixes

⚠️ Breaking Changes

  • Drop MSSQL (SQL Server) support

Release 2.15.0

Choose a tag to compare

@muety muety released this 05 Sep 12:23

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

Choose a tag to compare

@muety muety released this 18 Jul 12:47

Bug Fixes

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

Improvements

Release 2.14.0

Choose a tag to compare

@muety muety released this 13 Jun 08:00

Bug Fixes

Minor improvements