Solidtime logo

Solidtime

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

Alternative to: toggl, clockify, harvest


About Versions (25)

v0.11.1

2026-02-16

solidtime v0.11 is out with a bunch of new features, improvements and bug fixes 🎉

New Command Palette

image

You can access many actions like starting/stopping time entries, navigating to pages, searching projects/clients etc. via the new command palette. It can be opened by pressing Cmd/Ctrl+K or the search icon in the sidebar.

No Project/Tag/Client/Task Filters

image

Reporting now supports filtering for time entries that do not have a Project/Tag/Client/Task. This is supported in the Reporting UI as well as in the API.

Employee Task Management Setting

We introduced a new organization setting that allows employees to manage tasks inside of project that they can access. It is false by default to keep the existing permission structure. https://github.com/solidtime-io/solidtime/pull/976

Other Changes

Code Quality Improvements

  • We upgraded to inertia v2, migrated most of the data fetching to tanstack query and added prefetching for queries. you should see improved real and percieved loading times with this release. https://github.com/solidtime-io/solidtime/pull/993
  • Many Fields and Multiselects across the application have been migrated to Reka UI/Shadcn Vue for better consistency
  • We expanded the E2E tests to have a much more extensive frontend test suite.

Full Changelog: https://github.com/solidtime-io/solidtime/compare/v0.10.0…v0.11.0