Releases: lukevella/rallly
v2.8.3
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
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
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.
Changelog
- 🩹 Make email placeholders RFC 2606 compliant by @peterlewis in #622
- 🩹 Fix malformed RFC 2606 tweak by @peterlewis in #629
- 🌐 Update translations by @lukevella in #631
New Contributors
- @peterlewis made their first contribution in #622
Full Changelog: v2.8.0...v2.8.1
v2.8.0
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
- 🐛 Remove transition-all to remove weird transition by @TheZoker in #614
- 🎨 Update color palette by @lukevella in #613
- 🔥 Drop authorName from polls table by @lukevella in #616
- 🌐 Update translations by @lukevella in #615
- 📝 Add Mintlify Docs Setup by @hanywang2 in #617
- 👷♂️ Add db seed script by @lukevella in #619
- 🌐 Update translations by @lukevella in #618
New Contributors
Full Changelog: v2.7.1...v2.8.0
v2.7.1
What's Changed
Fixes an issue where links entered by users are not styled correctly.
Changelog
- 🎨 Fix links not styled correctly by @lukevella in #612
Full Changelog: v2.7.0...v2.7.1
v2.7.0
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.
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.
Show poll status in list
The list of polls under a user's profile now shows whether a poll is locked or not.
Changelog
- 🐛 Fix error thrown in handler when changing name by @lukevella in #598
- ⚡️ Increase email send rate by @lukevella in #599
- Enable zooming and scaling by @jonas-hoebenreich in #600
- ✨ Skip user details step for logged in users by @lukevella in #602
- 🌐 Update translations by @lukevella in #603
- 🌐 Update translations by @lukevella in #604
- ✨ Show version number in app by @arcticFox-git in #601
- 🌐 Update translations by @lukevella in #609
- ✨ Show poll status in list by @lukevella in #610
New Contributors
- @arcticFox-git made their first contribution in #601
Full Changelog: v2.6.0...v2.7.0
v2.6.0
Highlight options with highest score
Options with highest score are now highlighted in green to make them stand out more.
Changelog
- 🌐 Update translations by @lukevella in #589
- 📢 Add a feedback form by @lukevella in #590
- 🌐 Update translations by @lukevella in #592
- 🌐 Update translations by @lukevella in #593
- ✨ Highlight option with highest score by @lukevella in #595
- 🌐 Update translations by @lukevella in #594
- 🌐 Update translations by @lukevella in #596
Full Changelog: v2.5.1...v2.6.0
v2.5.1
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
- 🌐 Update translations by @lukevella in #579
- 🌐 Update translations by @lukevella in #580
- 🇻🇳 Add Vietnamese Language by @lukevella in #581
- 🌐 Update translations by @lukevella in #582
- 🌐 Update translations by @lukevella in #585
- 📈 Conditionally initialize posthog by @lukevella in #586
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Change participant's name
The participant dropdown menu now has an option to change a participant's name.
The same dropdown menu is used on mobile as well.
Full Changelog: v2.4.1...v2.5.0
v2.4.1
This patch fixes DISABLE_LANDING_PAGE
not behaving as expected.
What's Changed
- 📈 Capture participant email in posthog by @lukevella in #569
- 🌐 Update translations by @lukevella in #567
- 🐛 Fix
DISABLE_LANDING_PAGE
not working by @lukevella in #572
Full Changelog: v2.4.0...v2.4.1