Skip to content

Releases: lukevella/rallly

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

v2.8.0

29 Mar 08:21
Compare
Choose a tag to compare

What's Changed

There aren't any new features in this update but you may notice that the color palette of the app is a bit more saturated to help increase contrast and improve readability.

Changlog

New Contributors

  • @TheZoker made their first contribution in #614
  • @hanywang2 made their first contribution in #617

Full Changelog: v2.7.1...v2.8.0

v2.7.1

24 Mar 18:05
Compare
Choose a tag to compare

What's Changed

Fixes an issue where links entered by users are not styled correctly.

Changelog

Full Changelog: v2.7.0...v2.7.1

v2.7.0

24 Mar 16:27
Compare
Choose a tag to compare

What's changed

This update has some significant changes under the hood that will be the foundation for many new features in the future.

Quicker poll creation for logged in users

If you're logged in, you no longer need to enter a name and email when creating the poll.

CleanShot 2023-03-24 at 16 12 53

Notifications

Previously, only the creator of a poll was able to receive notifications. With this update, any logged in user can turn on notifications for themselves from the admin page.

CleanShot 2023-03-24 at 16 22 03

Show poll status in list

The list of polls under a user's profile now shows whether a poll is locked or not.

CleanShot 2023-03-24 at 16 01 52

Changelog

New Contributors

  • @arcticFox-git made their first contribution in #601

Full Changelog: v2.6.0...v2.7.0

v2.6.0

22 Mar 16:48
Compare
Choose a tag to compare

Highlight options with highest score

Options with highest score are now highlighted in green to make them stand out more.

Poll option highlight

Changelog

Full Changelog: v2.5.1...v2.6.0

v2.5.1

21 Mar 09:33
Compare
Choose a tag to compare

This patch enables Vietnamese language support and prevents posthog from trying to initialize itself in environments where it is not configured to run.

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

18 Mar 13:55
Compare
Choose a tag to compare

Change participant's name

The participant dropdown menu now has an option to change a participant's name.

CleanShot 2023-03-18 at 13 48 04

The same dropdown menu is used on mobile as well.

CleanShot 2023-03-18 at 13 51 34

Full Changelog: v2.4.1...v2.5.0

v2.4.1

16 Mar 11:16
Compare
Choose a tag to compare

This patch fixes DISABLE_LANDING_PAGE not behaving as expected.

What's Changed

Full Changelog: v2.4.0...v2.4.1