Rallly - Package Updates
-
[1.22.0]
- Update Rallly to 3.6.1
- Full changelog
- Updated layout by @lukevella in https://github.com/lukevella/rallly/pull/976
- Add form validation feedback by @lukevella in https://github.com/lukevella/rallly/pull/998
- Listen on all interfaces when running in docker by @kolaente in https://github.com/lukevella/rallly/pull/1015
- Add plain text version for each email by @lukevella in https://github.com/lukevella/rallly/pull/1005
- Update input and focus styles by @lukevella in https://github.com/lukevella/rallly/pull/1012
- Allow user to customize the sender name for mails by @bmaster001 in https://github.com/lukevella/rallly/pull/1023
- Fixed an issue that caused redirect to login to fail when accessing the polls page.
-
[1.23.0]
- Update Rallly to 3.7.0
- Full changelog
- Use only geographic time zones by @lukevella in https://github.com/lukevella/rallly/pull/1033
- Fix timezone form input by @lukevella in https://github.com/lukevella/rallly/pull/1043
- Quicker UI updates when adding participant by @lukevella in https://github.com/lukevella/rallly/pull/1045
- Fix check for missing token on initial render by @lukevella in https://github.com/lukevella/rallly/pull/1054
- Fix issue where verification links would automatically get consumed by link checkers by @lukevella in https://github.com/lukevella/rallly/pull/1060
-
[1.25.1]
- Update Rallly to 3.9.1
- Full changelog
- Use infinite query on polls page by @lukevella in https://github.com/lukevella/rallly/pull/1200
- Remove squircle by @lukevella in https://github.com/lukevella/rallly/pull/1209
- Fix comments not deleted when deleting user by @lukevella in https://github.com/lukevella/rallly/pull/1214
- Fix crash when options change mid voting by @lukevella in https://github.com/lukevella/rallly/pull/1239
- Better error handling for browser time zone support by @lukevella in https://github.com/lukevella/rallly/pull/1240
- Fix fallback behaviour for unrecognized timezones by @lukevella in https://github.com/lukevella/rallly/pull/1241
- Add to calendar button by @lukevella in https://github.com/lukevella/rallly/pull/1225
- Update ghost button styles by @lukevella in https://github.com/lukevella/rallly/pull/1247
- Show Pro badge in sidebar by @lukevella in https://github.com/lukevella/rallly/pull/1251
- Close expanded poll with esc key by @lukevella in https://github.com/lukevella/rallly/pull/1253
- Detect time zone change by @lukevella in https://github.com/lukevella/rallly/pull/1254
- Delete all comments when deleting account by @lukevella in https://github.com/lukevella/rallly/pull/1267
-
[1.26.0]
- Update Rallly to 3.10.0
- Full changelog
- This release has updated email templates and adds support for localized email notifications.
- Updated transactional email templates by @lukevella in #1285
- Translations for Email Notifications by @lukevella in #1278
- Fix not found page not rendering properly by @lukevella in #1308
- Stylize detected timezone by @lukevella in #1311
-
[1.26.1]
- Update Rallly to 3.10.1
- Full changelog
-
[1.27.0]
- Update Rallly to 3.11.0
- Full changelog
- Use profile image from oauth provider by @lukevella in #1330
- Use avatar on login page by @lukevella in #1336
- Fix empty session when logging out by @lukevella in #1345
- Use node:20-slim as runner by @xavier-calland in #1350
- Update avatar colors by @lukevella in #1351
- Fix escaped values in emails by @lukevella in #1368
- fix ics download button by @a-mnich in #1381
-
[1.27.1]
- Update Rallly to 3.11.1
- Full changelog
- Fix event ICS download button file content
-
[1.27.2]
- Update Rallly to 3.11.2
- Full changelog
- Add support for Japanese language by @lukevella in https://github.com/lukevella/rallly/pull/1401
- Fix issue with deleting user accounts with deleted polls by @lukevella in https://github.com/lukevella/rallly/pull/1405
-
[1.28.0]
- CLOUDRON_OIDC_PROVIDER_NAME implemented, tests updated
-
[1.29.0]
- Update base image to 5.0.0
-
[2.0.0]
- Update rallly to 4.0.2
- Major package release as rallly introduced paid selfhosting plans. The full discussion can be found here
- Full Changelog
- This release addresses a key issue that prevented S3-backed file storage (e.g. for profile pictures and other upcoming storage features) from functioning correctly on self-hosted Rallly instances.
- This is a patch release for Rallly v4 that addresses an issue with OpenID Connect (OIDC) authentication for self-hosted instances.
- OIDC_ISSUER_URL Environment Variable Now Required
- To support the continued development and sustainability of Rallly, we're introducing a licensing model for multi-user self-hosted instances.
-
[2.1.0]
- Update rallly to 4.1.0
- Full Changelog
- v4.1.0 introduces a new Settings page in the Control Panel. The first available option is Disable User Registration, enabling this setting will hide the registration page and prevents new users from registering on your instance. (Note: If SSO is enabled, users from your identity provider can still log in.)
- This marks the beginning of a more configurable Rallly, reducing reliance on environment variables and improving the admin experience. Expect additional settings in future releases.
- Handle enterprise license with unlimited seats by @lukevella in https://github.com/lukevella/rallly/pull/1753
- Fix issue where votes can be submitted even when paused by @lukevella in https://github.com/lukevella/rallly/pull/1757
- Update button styles by @lukevella in https://github.com/lukevella/rallly/pull/1758