Rallly - Package Updates
-
[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
-
[2.1.1]
- Update rallly to 4.1.1
- Full Changelog
- This release includes updated translations, UI improvements and bug fixes.
-
[2.1.2]
- Update rallly to 4.1.2
- Full Changelog
- Fix broken link by @lukevella in https://github.com/lukevella/rallly/pull/1768
update microsoft entra id provider config by @aschaber1 in https://github.com/lukevella/rallly/pull/1769
- New Crowdin updates by @lukevella in https://github.com/lukevella/rallly/pull/1765
-
[2.2.0]
- Update rallly to 4.2.0
- Full Changelog
- Fix issue where wrong start time is shown on event page by @lukevella in https://github.com/lukevella/rallly/pull/1791
- Add option to cancel a scheduled event by @lukevella in https://github.com/lukevella/rallly/pull/1800
-
[2.3.0]
- Update rallly to 4.3.1
- Full Changelog
- Fix missing PORT environment variable that caused healthcheck failures in Docker containers
- Spaces allow you to organize your polls and events into different areas. You can also invite team members to share and collaborate within a space.
- This release reintroduces ARM support for the official docker image.
- Various stability improvements
-
[2.4.0]
- Update rallly to 4.4.0
- Full Changelog
- Improved the formatting of the email that gets sent out when finalizing a poll so that it is recognized as a calendar invite by email clients
- Added uid to the ICS file so that event details are synchronized across all attendees when changes are made
- Added sequence so to keep track of changes to the event such as cancellation
- Added
EMAIL_LOGIN_ENABLED
which can be set tofalse
to limit login to SSO - Added
REGISTRATION_ENABLED
which can be set tofalse
to disable the registration page - Improved the default configuration to reject unauthorized certifications when using TLS
- Deprecated
SMTP_TLS_ENABLED
and introducedSMTP_REJECT_UNAUTHORIZED
instead
-
[2.4.1]
- Update rallly to 4.4.1
- Full Changelog
- Fix participant count by @lukevella in #1944
- New Crowdin updates by @lukevella in #1943
- New Crowdin updates by @lukevella in #1946