Skip to content

Releases: lukevella/rallly

v3.2.0

30 Oct 16:57
Compare
Choose a tag to compare

What's Changed

This version includes updated session handling which should resolve issues with guest sessions expiring earlier than expected in some cases. It also adds an option for users to login from an invite page.

Full Changelog: v3.1.1...v3.2.0

v3.1.1

19 Oct 17:32
e85045a
Compare
Choose a tag to compare

What's Changed

This update contains important bug fixes and updated translations.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

20 Sep 08:42
Compare
Choose a tag to compare

What's Changed

Added a new option to make the email field required for participants.

CleanShot 2023-09-18 at 10 03 46

Participant emails are visible in the participant dropdown menu.

CleanShot 2023-09-17 at 12 20 36

Changelog

Full Changelog: v3.0.1...v3.1.0

v3.0.1

15 Sep 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

12 Sep 10:08
Compare
Choose a tag to compare

Rallly 3.0.0 has an updated UI and a host of new features including:

  • Poll finalization
  • Custom poll settings (hide participant list, hide scores, disable comments)
  • Poll duplication

Setup

Check out the self-hosting docs for instructions.

Upgrading from v2

The startup script will automatically perform a schema migration so that you can retain your existing data. It may not be possible to downgrade to v2 after upgrading due to the changes in the schema. Please take note of the following breaking changes before upgrading.

Breaking changes

1. Removed AUTH_REQUIRED

The AUTH_REQUIRED parameter has been removed. As of version 3, users must be logged in to create and manage polls. To further avoid use of your instance by unauthorized users, you are encouraged to use the ALLOWED_EMAILS parameter to limit who can register and login on your instance.

2. SMTP config is now required

Due to authentication being required, it's not longer possible to use the system without logging in. Since Rallly only supports passwordless login, you will need to configure SMTP so that you can receive your passwordless login email.

v2.11.1

09 Jun 10:06
Compare
Choose a tag to compare

Hotfix

This patch fixes an issue that caused the incorrect end time to be displayed when setting the time zone to UTC.

Full Changelog: v2.11.0...v2.11.1

v2.11.0

25 Apr 14:24
Compare
Choose a tag to compare

New config for setting a no-reply email

You can set the default sender of all transactional emails directly by setting NOREPLY_EMAIL. SUPPORT_EMAIL is still used as the contact email in the footer and is still required for sending out emails. If NOREPLY_EMAIL is not set we fallback to SUPPORT_EMAIL.

Updated email templates styling and content

CleanShot 2023-04-25 at 15 17 01

Full Changelog: v2.10.0...v2.11.0

v2.10.0

25 Apr 12:13
Compare
Choose a tag to compare

What's Changed

  • New support docs
  • Added SMTP_TLS_ENABLED environment variable
  • Fixed a bug that caused some requests to be serviced by our middleware unnecessarily

Changelog

Full Changelog: v2.9.2...v2.10.0

v2.9.2

14 Apr 14:44
Compare
Choose a tag to compare

What's Changed

Fixes the version number being formatted with an additional "v" at the beginning when running the docker image from docker hub.

Changelog

Full Changelog: v2.9.1...v2.9.2

v2.9.1

08 Apr 07:22
Compare
Choose a tag to compare

What's Changed

Fixes links being localized on homepage when they shouldn't be.

Changelog

Full Changelog: v2.9.0...v2.9.1