v0.18.0
solidtime-io/solidtimev0.18.0Jul 28, 2026by Onatcer
AI Summary
A new 'Breaks' feature is introduced to allow users to track non-working time without it counting towards their total work hours. It includes tools to quickly resume work and supports breaks in the Timesheet and Calendar views.
Key Highlights
- New 'Breaks' type for time entries (disabled by default).
- Quick 'Resume' button in the Time Tracker component.
- Full support for breaks in Timesheet and Calendar views with drag-and-drop functionality.
- Warning system if breaks are not placed within a 30-minute tolerance of time entries.
- Enable 'Allow tracking breaks' in organization settings to activate the feature.
New Features
- Breaks tracking with resume functionality
- Timesheet and Calendar view support for breaks
- Break placement tolerance warnings
- Email case sensitivity fix for invitations
Full Release Notes
## Breaks With this release we are adding **Breaks** to solidtime! <img width="2736" height="260" alt="image" src="https://github.com/user-attachments/assets/cf4d64d5-aac6-46c8-99a9-daa424bbf872" /> Breaks are time entries with a special type, which will not count towards your work time and can be filtered separately. When breaks are enabled, you can start a break directly from the Time Tracker component and **resume your work with just one click when you get back**. <img width="3056" height="700" alt="image" src="https://github.com/user-attachments/assets/c55e7556-6283-434b-8211-956e777ef3d1" /> Breaks are also fully supported Timesheet view. Adding a break there will always try to put it in a valid time frame within your day. If any other time entries have to move or split to make the break fit, it will prompt you with a modal where you can confirm or customize the break position. To make sure breaks are properly aligned with your work, the application will show **warnings if breaks are not placed within a 30-minute tolerance of two time entries.** However storing breaks is not restricted. <img width="2736" height="1800" alt="image" src="https://github.com/user-attachments/assets/b719c528-2df8-42be-86b5-be59b8997c94" /> The easiest way to see and adjust breaks is the calendar view, where breaks are also fully supported. Just like regular time entries, they can be drag, dropped and resized. Breaks are disabled by default to avoid UI clutter for users who do not need them. If **you want to use breaks you have to enable the "Allow tracking breaks" option in your organization settings.** To learn more about how breaks work, check out the in-depth docs [here](https://docs.solidtime.io/user-guide/breaks) ## Other Fixes * fix invitations not being respected during signup when email case differs by @Onatcer in https://github.com/solidtime-io/solidtime/pull/1172 Special thanks to [NLNet](https://nlnet.nl/) for supporting features in this release <img width="340" alt="image" src="https://github.com/user-attachments/assets/1d239e41-fd78-41ff-aaad-86248e78885a" /> **Full Changelog**: https://github.com/solidtime-io/solidtime/compare/v0.17.0...v0.18.0