v0.12.0

solidtime-io/solidtimev0.12.0Mar 24, 2026by Onatcer

AI Summary

This release introduces context menus for time entries and list items, refactors the Calendar View to remove the FullCalendar dependency, and fixes bugs related to report overrides and human input duration.

Key Highlights

  • Context menus for time entries and table rows
  • Refactored Calendar View (removed FullCalendar)
  • Fixed unintentional report overrides and human input duration edge cases

New Features

  • Context menus for time entries and table rows
  • Refactored Calendar View
  • UI consistency fixes

Full Release Notes

## Context Menus

This release adds context menus to **time entries in the Time and Calendar View** as well as to the table rows in the Projects, Clients, Tags and members. Just right click them to perform actions like faster than before. 

## Refactored Calendar View

The Calendar View got a big overhaul, removing the dependence on the FullCalendar and eliminating hacks to work around the snapping mechanisms. 

## Smaller Changes

* Resolved unintentional report overrides when requested in parallel https://github.com/solidtime-io/solidtime/issues/1035
* Human Input Duration has been fixed for edge cases where it caused unintentional updates (https://github.com/solidtime-io/solidtime/commit/97df779d1ef160897b89ae76ea6e1ed57a7e2f52)
* Design Inconsistency Fixes in the Time Entry Edit Modal (https://github.com/solidtime-io/solidtime/commit/a58566d0023d35982ee791537a8a62b06188c974)

**Full Changelog**: https://github.com/solidtime-io/solidtime/compare/v0.11.6...v0.12.0