github solidtime-io/solidtime v0.11.1

9 hours ago

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

Other Changes

  • Added Tag Edit Modal
  • add filters and sorting to projects table by @Onatcer in #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 #967
  • bump api and ui package versions by @Onatcer in #962
  • move rangecalendar, popover and daterangepicker to ui package by @Onatcer in #982
  • restrict time entries create endpoints for employees to only projects… fixes #986 by @Onatcer in #988
  • make time entry calendar use seconds as a duration basis, fixes #996 by @Onatcer in #999
  • change rounding up on boundaries so it does not round up but keeps th… by @Onatcer in #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. #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: v0.10.0...v0.11.0

Don't miss a new solidtime release

NewReleases is sending notifications on new releases.