Solidtime logo

Solidtime

Modern open-source time-tracking app for freelancers and agencies

Alternative to: toggl, clockify, harvest


About Versions (25)

v0.3.0

2024-10-16

What’s Changed

Detailed information

This release adds a telemetry features which sends information about your setup to our API. This information includes how many datasets you have in your tables (only counts) and which version you are running.

You can deactivate this feature by setting the env SCHEDULING_TASK_SELF_HOSTING_TELEMETRY to false.

After upgrade tasks

In addition to running the migrations, it is necessary to recalculate the computed attributes.

php artisan computed-attributes:generate

If you are using the docker setup provided by us, you can run:

docker compose exec scheduler php artisan computed-attributes:generate

This can take a while, depending on how many time entries are in the database.

Full Changelog: https://github.com/solidtime-io/solidtime/compare/v0.2.0…v0.3.0