v0.11.1

solidtime-io/solidtimev0.11.1Feb 16, 2026by Onatcer

AI Summary

Major release v0.11 introduces the Command Palette for quick actions, No Project/Tag/Client/Task filters in reporting, Employee Task Management setting, and significant code quality improvements including Inertia v2 and TanStack Query migration.

Key Highlights

  • New Command Palette (Cmd/Ctrl+K) for quick actions and navigation
  • No Project/Tag/Client/Task filters in Reporting UI and API
  • Employee Task Management organization setting
  • Upgraded to Inertia v2 with TanStack Query and prefetching
  • Dashboard ThisWeekReportingTable with grouping support

New Features

  • Command Palette for actions and navigation
  • No Project/Tag/Client/Task filters in reporting
  • Employee Task Management setting
  • ThisWeekReportingTable on Dashboard
  • Tag Edit Modal

Full Release Notes

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

## New Command Palette
<img width="798" height="393" alt="image" src="https://github.com/user-attachments/assets/eba62821-d669-4bb4-9047-b5b6ad9f9432" />

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
<img width="705" height="340" alt="image" src="https://github.com/user-attachments/assets/67b11f36-0ab1-4935-80a7-708094474e65" />

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
* Added Tag Edit Modal
* add filters and sorting to projects table by @Onatcer in https://github.com/solidtime-io/solidtime/pull/992
* the billable button in the time tracker and in time entry rows now shows a Euro (€) synbol instead of dollar ($) when Euro is selected as the organization currency
* fix archived_at timestamp of client in exporter, fixes #965 by @Onatcer in https://github.com/solidtime-io/solidtime/pull/967
* bump api and ui package versions by @Onatcer in https://github.com/solidtime-io/solidtime/pull/962
* move rangecalendar, popover and daterangepicker to ui package by @Onatcer in https://github.com/solidtime-io/solidtime/pull/982
* restrict time entries create endpoints for employees to only projects… fixes #986 by @Onatcer in https://github.com/solidtime-io/solidtime/pull/988
* make time entry calendar use seconds as a duration basis, fixes #996 by @Onatcer in https://github.com/solidtime-io/solidtime/pull/999
* change rounding up on boundaries so it does not round up but keeps th… by @Onatcer in https://github.com/solidtime-io/solidtime/pull/998
* The Dashboard now features a ThisWeekReportingTable which allows for a better overview of the current week and also supports grouping and sub_grouping just like the Reporting pages

## 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