This is a great minor release focused on improving user experience on existing features
- The view parameters are now kept as you navigate within the app
- You can now count down to a group in the countdown view
- Operator view UI exposes event groups
- Group data can now be used as values in automations
- Users can now chose between merge and override modes when importing spreadsheets
... and several other smaller bug fixes and UI tweaks including some further work on making the MCP server generate better rundowns
What's Changed
- Small cleanup by @alex-Arc in #2114
- upgrade TypeScript to 7.0.2 by @cpvalente in #2127
- feat(mcp): add rundown style guide, views guide and tidy_rundown prompt by @cpvalente in #2123
- refactor(timer): elapsed is active time from start by @cpvalente in #2118
- feat(countdown): allow counting down to a group by @cpvalente in #2117
- refactor(rundown): show locked duration group indicator by @cpvalente in #2132
- feat(client): persist view params per-view across menu navigation by @cpvalente in #2131
- fix(client): interpolate progress bars to improve animation by @cpvalente in #2133
- improve group handling in operator by @cpvalente in #2135
- improve shortcut handling in editor by @cpvalente in #2136
- chore: add codegraph to gitignore by @cpvalente in #2138
- feat(automation): expose group title and allow setting secondary text by @cpvalente in #2128
- refactor(navigation): clear params from editor drawer by @cpvalente in #2140
- fix(views): center timer digits with flexbox for embedded browser compatibility by @cpvalente in #2139
- feat(import): add merge strategy and new-rundown destination to spreadsheet import by @cpvalente in #2129
- bump version to 4.11.0 by @cpvalente in #2145
- improve UI in end time edge cases by @cpvalente in #2144
- fix issues related to day offset by @cpvalente in #2143
- feat(rundown): add shortcut to jump to current element by @cpvalente in #2147
- fix: timer-legacy view not served in desktop distributions by @panctronic in #2148
- refactor(rundown): new entries are appended to rundown by @cpvalente in #2150
- fix: fix issue where a countToEnd would lead to incorrect expected times by @alex-Arc in #2149
New Contributors
- @panctronic made their first contribution in #2148
Full Changelog: v4.10.0...v4.11.0