Rallly logo

Rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Alternative to: doodle, when2meet


About Versions (95)

v4.8.0

2026-04-01

What’s Changed

This release brings notification controls, UI improvements, and several bug fixes.

✨ New Features

  • πŸ”” Notification settings β€” Configure global notification preferences (new responses, new comments) from your account settings. (#2254)
  • πŸ”• Per-poll notification muting β€” Mute notifications for individual polls using the bell icon in the poll admin view, replacing the previous watcher-based system. (#2268)
  • πŸŽ‰ Success dialog after poll creation β€” After creating a poll, you’ll see a shareable invite link with copy-to-clipboard before being taken to the poll page. (#2281)
  • πŸ‘€ User avatars in participant list β€” Profile pictures now display alongside participants in poll views for better visual recognition. (#2284)
  • 🌍 Improved time zone selector β€” Replaced the modal-based selector with an inline searchable combobox showing city names and UTC offsets. (#2261)
  • 🚨 Improved error page β€” Errors now show a user-friendly page with localized messaging and quick navigation links (home, create poll, support, GitHub). (#2220)
  • πŸ“§ SMTP_TLS_SERVERNAME env var β€” Allows explicit SNI configuration for SMTP servers hosting multiple certificates. (#2298)

πŸ› Bug Fixes

  • πŸ“… Poll description missing from scheduled events β€” Poll descriptions are now correctly passed through when booking a poll as a calendar event. (#2202)
  • πŸ’₯ Crash on deleted poll β€” Accessing a poll that no longer exists now shows a proper 404 page instead of crashing. (#2218)
  • πŸ”‘ Password reset redirect β€” Authenticated users are no longer incorrectly redirected away from the password reset screen. (#2245)
  • πŸ—‘οΈ Soft-deleted participants in finalize query β€” Removed participants are now excluded from event creation and notification flows. (#2277)
  • πŸ—“οΈ Date grouping across years β€” Dates from different years (e.g. Apr 2026 vs Apr 2027) are now grouped correctly. (#2279)
  • 🏠 Crash when user has no spaces β€” Fixed an edge case where the app crashed for users with no spaces. (#2286)
  • πŸ• Timezone change broken for guests β€” Unauthenticated users can now change their timezone correctly. (#2289)

Full Changelog: https://github.com/lukevella/rallly/compare/v4.7.4…v4.8.0