| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-16 | 3.0 kB | |
| v0.11.1 source code.tar.gz | 2026-02-16 | 3.7 MB | |
| v0.11.1 source code.zip | 2026-02-16 | 4.4 MB | |
| Totals: 3 Items | 8.2 MB | 0 | |
solidtime v0.11 is out with a bunch of new features, improvements and bug fixes 🎉
New Command Palette
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
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