v0.12.0
sergeyzwezdin/hubav0.12.0Mar 24, 2026by Onatcer
AI Summary
A major feature release that introduces context menus across time entries and project views, alongside a refactoring of the Calendar View to remove external dependencies.
Key Highlights
- Context menus for time entries and table rows
- Refactored Calendar View (removed FullCalendar dependency)
- Fixed report overrides and human input duration bugs
- Design inconsistency fixes in the Time Entry Edit Modal
New Features
- Context menus
- Refactored Calendar View
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