Releases: lukevella/rallly
v4.7.4
What's Changed
- 🐛 Fix redirect to login when accessing poll admin by @lukevella in #2184
Full Changelog: v4.7.3...v4.7.4
v4.7.3
What's Changed
Removed corepack and pnpm from the runtime image. Reducing image size and runtime dependencies.
- 🚀 Remove corepack dependency from docker image by @lukevella in #2181
Full Changelog: v4.7.2...v4.7.3
v4.7.2
Bug Fix
Fixed corepack cache directory permissions in Docker image causing startup failures.
Full Changelog: v4.7.1...v4.7.2
v4.7.1
Warning
The Docker image for this release has a startup permission error with the corepack cache directory. Please upgrade to v4.7.2.
What's Changed
- ♻️ Handle calendar link and ics creation server side by @lukevella in #2171
- 🔒️ Prevent app from rendering in iframe by @lukevella in #2175
- 🐛 Use redirect rather than rewrite by @lukevella in #2177
- 🐛 Avoid using incoming request url when generating redirects by @lukevella in #2176
- ✨ Add dropdown menu with action in poll list by @lukevella in #2166
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- ♻️ Update poll status names by @lukevella in #2141
- ⬆️ Upgrade to prisma 7.3.0 by @lukevella in #2147
- 🚀 Enable account linking by @lukevella in #2156
‼️ Breaking Changes: Troubleshooting Database Issues
This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.
If you encounter SSL/TLS connection errors after upgrading:
- For secure connections: Add your CA certificate to the connection string inside
DATABASE_URL:?sslrootcert=inline:<base64-encoded-cert> - To restore v6 behavior: Add
?uselibpqcompat=trueto the connection string insideDATABASE_URL
Full Changelog: v4.6.3...v4.7.0
v4.6.3
What's Changed
Added links to the white labeling docs on the License and Branding pages.
Full Changelog: v4.6.2...v4.6.3
v4.6.2
Bug Fix
This patch fixes a client-side crash that occurred when accessing the profile and general settings pages.
Full Changelog: v4.6.1...v4.6.2
v4.6.1
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: v4.6.0...v4.6.1
v4.6.0
What's Changed
Dark Mode
Full dark mode support across the entire application. Users can switch between light, dark, or system themes from their preferences.
White-Labeling (Enterprise)
Customize your Rallly instance with your own branding. Available as an add-on for Enterprise license holders. Learn more.
- Custom application name
- Custom primary colors (light and dark mode)
- Custom logos
- Option to hide "Powered by Rallly" attribution
Gravatar Support
Participant avatars now automatically display Gravatar images when available.
Improvements & Bug Fixes
Various performance improvements, UI refinements, and bug fixes throughout the application.
Full Changelog: v4.5.14...v4.6.0
v4.5.14
Bug Fix
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.
Full Changelog: v4.5.13...v4.5.14
