Skip to content

Releases: lukevella/rallly

v4.7.4

14 Feb 11:23
1063feb

Choose a tag to compare

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

12 Feb 11:40
c3f030a

Choose a tag to compare

What's Changed

Removed corepack and pnpm from the runtime image. Reducing image size and runtime dependencies.

Full Changelog: v4.7.2...v4.7.3

v4.7.2

11 Feb 19:26
e4f5953

Choose a tag to compare

Bug Fix

Fixed corepack cache directory permissions in Docker image causing startup failures.

Full Changelog: v4.7.1...v4.7.2

v4.7.1

11 Feb 17:14
277f8e3

Choose a tag to compare

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

Full Changelog: v4.7.0...v4.7.1

v4.7.0

04 Feb 07:52
52ddf4c

Choose a tag to compare

What's Changed

‼️ 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=true to the connection string inside DATABASE_URL

Full Changelog: v4.6.3...v4.7.0

v4.6.3

17 Jan 12:48
de22027

Choose a tag to compare

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

14 Jan 12:14
99d433f

Choose a tag to compare

Bug Fix

This patch fixes a client-side crash that occurred when accessing the profile and general settings pages.

#2129

Full Changelog: v4.6.1...v4.6.2

v4.6.1

13 Jan 12:24
5d52a62

Choose a tag to compare

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

13 Jan 12:20
c598b94

Choose a tag to compare

What's Changed

Dark Mode

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

31 Dec 21:05
d372717

Choose a tag to compare

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