Release history
rallly releases
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
All releases
17 shown
- Rallly CLI installer with bundled stack (PostgreSQL, Garage, Traefik, Let's Encrypt)
- Version tile in control panel showing running version and update availability
- Poll response confirmation emails sent in respondent's locale
Full changelog
What's Changed
🚀 Introducing the Rallly CLI
This is the first version of Rallly that supports the new Rallly CLI, which installs and manages your instance as a fully bundled stack (app + PostgreSQL + Garage object storage + Traefik reverse proxy with automatic Let's Encrypt).
curl -fsSL https://get.rallly.co | bash
The installer walks you through configuration, generates secrets, and brings everything up. Day to day operations go through:
./rallly.sh start | stop | restart | status | logs | update | backup
📖 Installation guide · Management guide · Migration guide
[!IMPORTANT]
If you're already running a self-hosted instance and would like to migrate to the new Rallly CLI, follow the migration guide.
✨ New Features
- Version tile in the control panel showing the running version and whether an update is available (#2355, #2351, #2348)
🐛 Bug Fixes
- Send poll response confirmation email in the respondent's locale (#2356)
⚡ Performance
- Optimize invite page queries (#2350)
Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.2...v4.10.0
- Server-side upload proxy for self-hosted S3
Full changelog
What's Changed
- ✨ Add server-side upload proxy for self-hosted S3 (RAL-1150) by @lukevella in https://github.com/lukevella/rallly/pull/2345
Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.1...v4.9.2
Fixed file uploads failing on S3-compatible storage backends like Garage.
Full changelog
What's Changed
- 🐛 Fixed file uploads failing on self-hosted setups using Garage and some other S3-compatible storage backends.
If you're self-hosting with Garage, or another S3-compatible backend and were hitting upload failures on v4.9.0 or earlier, this release fixes it. No config changes needed.
Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.0...v4.9.1
- Custom primary color theming across the poll UI
- Logo displayed on event cards, invite pages, and confirmation emails
- Dark mode improvements
Full changelog
What's Changed
🎨 Custom Space Branding
Customize your space with your own brand identity. You can now set a custom primary color and upload a logo that appears across all polls in a space, including participant-facing pages and email notifications.
- Custom primary color theming across the poll UI
- Logo displayed on event cards, invite pages, and confirmation emails
💄 UI Improvements
- Updated event card design
- Dark mode improvements
- Simplified sidebar navigation
- Various styling refinements
🐛 Bug Fixes
- Store the current locale when submitting a response (#2340)
- Make initial admin check case insensitive
Full Changelog: https://github.com/lukevella/rallly/compare/v4.8.1...v4.9.0
- Global notification settings
- Per-poll muting
- User avatars
Fixed incorrect redirect to login when accessing poll admin page.
Removed corepack and pnpm from Docker runtime image to reduce size and runtime dependencies.
## Bug Fix Fixed corepack cache directory permissions in Docker image causing startup failures. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.7.1...v4.7.2
- Server-side calendar handling
- Iframe prevention
- Prisma v7 stricter TLS/SSL validation
- Account linking enabled
## What's Changed Added links to the [white labeling docs](https://support.rallly.co/self-hosting/white-labeling) on the License and Branding pages. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.6.2...v4.6.3
Fixed client-side crash when accessing profile and general settings pages.
## Bug Fix This patch fixes an issue where the edit link that is emailed to participants would expire, preventing them from making changes to their response. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.6.0...v4.6.1
- Dark mode support
- White-labeling customization
- Gravatar integration