Skip to content

Releases: lukevella/rallly

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

v2.9.0

06 Apr 15:07
Compare
Choose a tag to compare

What's Changed

This update fixes a few problems that caused transactional emails to significantly slow down requests. Now, the app should be faster and provide a better experience for users.

Changelog

Full Changelog: v2.8.3...v2.9.0

v2.8.3

31 Mar 11:22
Compare
Choose a tag to compare

Hotfix

Fixes an issue introduced in the previous patch where if a user deleted a date option, it would reset the votes for other date options as well.

Full Changelog: v2.8.2...v2.8.3

v2.8.2

31 Mar 11:00
Compare
Choose a tag to compare

Hotfix

This patch fixes an issue in the previous version where the wrong times were being stored in the database due to an automatic date conversion. We now make sure all times are stored in UTC and do the appropriate conversions on the client to show the correct times.

Full Changelog: v2.8.1...v2.8.2

v2.8.1

31 Mar 07:54
Compare
Choose a tag to compare

What's Changed

This patch changes how we store values for poll options in our database and fixes some cases where the wrong end time was being stored. It also includes a small update to the time picker component which now shows the duration of the event when choosing an end time.

CleanShot 2023-03-31 at 08 50 00

Changelog

New Contributors

Full Changelog: v2.8.0...v2.8.1