A packed update covering child polls, integrations, translations, and plenty of quality-of-life improvements.
Task Lists During Poll Creation
Previously, task lists (to-do / sign-up lists) could only be added after creating a poll. Now you can add them directly in the creation wizard, right alongside follow-up surveys. Toggle it on, add tasks, done.
Child Poll Cascade
Surveys and task lists attached to a parent poll now inherit the parent’s lifecycle:
- Delete: Deleting the parent removes all child polls automatically
- Finalize: Finalizing the parent cascades to all open child polls
- Reopen: Reopening the parent reopens finalized child polls
- No independent finalize: Child polls can no longer be finalized separately (the button is hidden)
Finalization Emails Include Child Poll Results
When a poll is finalized, the confirmation email now includes a summary of all attached surveys and task lists with option labels and vote counts.
Calendar Self-Conflict Fix
After reopening a finalized poll, calendar events created during the previous finalization no longer show as false conflicts. The conflict detection now excludes all managed events regardless of deletion status.
Smarter Vote Pre-Fill
Votes are now pre-filled as “Yes” for all options immediately, then adjusted to “No” for calendar conflicts once the calendar loads. If the calendar is unreachable, a warning banner appears instead of leaving votes empty.
Number Inputs Work on iOS
All numeric fields (max participants, reminder days, durations, etc.) can now be cleared and retyped on iOS Safari. The old behavior forced the value back to 1 immediately, making it impossible to enter a new number.
Grid View Light Mode
The results grid table now uses theme-aware borders and colors instead of hardcoded dark-mode-only values. Borders, empty dots, and summary separators are visible in both light and dark mode.
Integrations: 21+ Tools Everywhere
All integration packages have been updated with 7 new operations:
| Tool | Description |
|---|---|
list_my_polls | List all your polls |
update_poll | Edit title, description, deadline, location |
delete_poll | Permanently delete a poll |
reopen_poll | Reopen a finalized poll |
create_webhook | Subscribe to poll events |
list_webhooks | List active subscriptions |
delete_webhook | Remove a subscription |
Updated packages:
- MCP:
@timergy/mcp@0.6.1(21 tools, npm + Smithery) - N8N:
n8n-nodes-timergy@0.4.1(21 operations) - Zapier: v1.1.0 (14 creates + 9 searches)
- ChatGPT Custom GPT: Schema + knowledge updated
- MCP HTTP endpoint:
api.timergy.com/mcp(22 tools)
40-Language Translations
The subscription feature comparison (Starter vs Pro) is now fully translated in all 40 supported languages. Hardcoded strings in the dashboard, child poll previews, and booking settings have been replaced with proper translations.
Consistent Header for Logged-In Users
Blog, legal pages (terms, privacy, impressum), support, features, and pricing now show the app header (avatar, Dashboard, New Poll) when you’re signed in, instead of the landing page header with “Login”.
Smaller Fixes
- Blog tables on mobile: auto-layout with word-break for long German words
- Service Worker cache auto-versioning via build timestamp
- Payment amount input: minimum 0.50 validation on blur
- Location dropdown: CSS positioning fix for iOS Safari
- Duplicate translation keys removed (no more build warnings)