v0.12.0

niklasvh/html2canvasv0.12.0Mar 24, 2026by Onatcer

AI Summary

A UI-focused update for solidtime introducing context menus and a major refactoring of the Calendar View.

Key Highlights

  • New context menus for time entries and project table rows
  • Refactored Calendar View removing FullCalendar dependency
  • Fixed unintended report overrides in parallel requests
  • Fixed edge cases in Human Input Duration

New Features

  • Context menu functionality
  • Refactored calendar view architecture
  • 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