Releases: lukevella/rallly
v2.4.0
🚨 Suspending arm64 docker builds
As of this release we are suspending arm64 builds of the public docker image lukevella/rallly
. These builds were very time consuming and often times failed due to how slow they were. If you are not running Rallly on a machine with an ARM architecture this won't affect you. If you are running on an ARM machine I would recommend pinning your version to lukevella/rallly:latest-arm
to get the latest image that supports your architecture. Alternatively you can build the image yourself from the source code.
🔒 Added new security options for self-hosters
This version introduces the following environment variables you can use to secure your instance from unauthorized users.
Name | Default | Description |
---|---|---|
AUTH_REQUIRED |
false |
Set to true to require authentication for creating new polls and accessing admin pages |
ALLOWED_EMAILS |
"" |
Comma separated list of email addresses that are allowed to register and login. If not set, all emails are allowed. Wildcard characters are supported. Example: "[email protected], *@example.com, *@*.example.com" |
DISABLE_LANDING_PAGE |
false |
Set to true to take users straight to the app.As of this version, it will take you to the poll creation page but this will change once we have an app dashboard. |
🪵 Changelog
- 🔓 Add config to secure instance from unauth users by @lukevella in #559
- 👷♂️ Update build command by @lukevella in #560
- 💦 Temporarily disable arm64 builds by @lukevella in #561
- 🌐 Update translations by @lukevella in #558
- 💄 Hide comment dropdown menu when unavailable to user by @jonas-hoebenreich in #564
- ⚰️ Remove dead verification code by @lukevella in #566
- 💬 Update email templates by @lukevella in #562
- 🌐 Update translations by @lukevella in #565
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- 📈 Include pollId when capturing events by @lukevella in #555
- 🔓 Allow SMTP server to be configured without auth by @lukevella in #556
- 🌐 Update translations by @lukevella in #554
Full Changelog: v2.3.0...v2.3.1
v2.3.0
This update improves the onboarding experience for new users. Users will receive more information over email and there is less emphasis on verifying a user's email which is only required to enable notifications.
Added
- ✨ Allow users to log in with magic link (#553) [2cf9ad4]
- ✨ Update notification flow (#548) [39a0755]
Changed
- 💄 Add dropdown indicator to language selector (#552) [5b78093]
- 🔧 Remove custom Crowdin commit message [2ebda9f]
- 💬 Update email subject lines [611d04e]
- ⚡ Make submitting a participant a bit faster [e06c55c]
Fixed
Miscellaneous
v2.2.3
v2.2.2
v2.2.1
Added
- 👷♂️ Fix docker image build workflow [c31c5ab]
- ✨ Allow participant to enter email to receive edit link (#534) [0ac3c95]
- ✨ Updated workflow for adding and updating participants (#500) [5d7db84]
Changed
- ♻️ Refactor email templating code (#533) [309cb10]
- ♻️ Switch to turborepo (#532) [0a836ae]
- ♻️ Use built-in next/font instead of @next/font [6682c53]
- ♻️ Update trpcs routes (#531) [18eca7c]
- 🚸 Improve time slot start times (#519) [da895c1]
- 💬 Update submit button text (#522) [d66663a]
- 🎨 Get urlId during ssr (#521) [4ee3d7c]
- ⚡ Lazy load animation library to help reduce bundle size (#502) [696cd44]
- ⚡ Use nextjs layout feature [c2c000f]
- 💄 Fix margin on admin controls [02ef900]
- 🔧 Add `LANDING_PAGE` config option [a661630]
Removed
- 🔥 Remove page animations [ecd63ae]
Fixed
- 🐛 Fix framer motion missing layout animations [aab9995]
- 🐛 Prevent form submission when poll is locked [e96c31b]
Security
Miscellaneous
- 📝 Fix broken links in README [6636101]
- 📦 Bump prisma version [41ef81a]
- fix: upgrade posthog-js from 1.40.2 to 1.42.3 (#529) [d9f6a0d]
- fix: upgrade react-i18next from 12.0.0 to 12.1.4 (#513) [1816f92]
- fix: upgrade @svgr/webpack from 6.2.1 to 6.5.1 (#512) [584fc85]
- fix: upgrade superjson from 1.9.1 to 1.12.2 (#511) [057482b]
- fix: upgrade @next/font from 13.1.3 to 13.1.4 (#514) [f04bd65]
- 📦 Update next version (#524) [84fdde6]
- 🚧 Add more info about giving feedback in the open beta environment (#508) [ce3e554]
- 📦 Upgrade @tanstack/react-query from 4.16.1 to 4.22.0 (#504) [9586a07]
- 📦 Upgrade @headlessui/react from 1.6.6 to 1.7.7 (#505) [d33d05c]
- 📦 Upgrade nodemailer from 6.7.2 to 6.9.0 (#506) [a60d5bf]
- 📦 Upgrade iron-session from 6.1.3 to 6.3.1 (#507) [7f76a25]
- 🚩 Add badge when in beta environment [e0f4ae1]
- 📦 Update prisma (#501) [bac7db5]
v2.2.0
Added
- ✨ Allow participant to enter email to receive edit link (#534) [0ac3c95]
- ✨ Updated workflow for adding and updating participants (#500) [5d7db84]
Changed
- ♻️ Refactor email templating code (#533) [309cb10]
- ♻️ Switch to turborepo (#532) [0a836ae]
- ♻️ Use built-in next/font instead of @next/font [6682c53]
- ♻️ Update trpcs routes (#531) [18eca7c]
- 🚸 Improve time slot start times (#519) [da895c1]
- 💬 Update submit button text (#522) [d66663a]
- 🎨 Get urlId during ssr (#521) [4ee3d7c]
- ⚡ Lazy load animation library to help reduce bundle size (#502) [696cd44]
- ⚡ Use nextjs layout feature [c2c000f]
- 💄 Fix margin on admin controls [02ef900]
- 🔧 Add `LANDING_PAGE` config option [a661630]
Removed
- 🔥 Remove page animations [ecd63ae]
Fixed
- 🐛 Fix framer motion missing layout animations [aab9995]
- 🐛 Prevent form submission when poll is locked [e96c31b]
Security
Miscellaneous
- 📝 Fix broken links in README [6636101]
- 📦 Bump prisma version [41ef81a]
- fix: upgrade posthog-js from 1.40.2 to 1.42.3 (#529) [d9f6a0d]
- fix: upgrade react-i18next from 12.0.0 to 12.1.4 (#513) [1816f92]
- fix: upgrade @svgr/webpack from 6.2.1 to 6.5.1 (#512) [584fc85]
- fix: upgrade superjson from 1.9.1 to 1.12.2 (#511) [057482b]
- fix: upgrade @next/font from 13.1.3 to 13.1.4 (#514) [f04bd65]
- 📦 Update next version (#524) [84fdde6]
- 🚧 Add more info about giving feedback in the open beta environment (#508) [ce3e554]
- 📦 Upgrade @tanstack/react-query from 4.16.1 to 4.22.0 (#504) [9586a07]
- 📦 Upgrade @headlessui/react from 1.6.6 to 1.7.7 (#505) [d33d05c]
- 📦 Upgrade nodemailer from 6.7.2 to 6.9.0 (#506) [a60d5bf]
- 📦 Upgrade iron-session from 6.1.3 to 6.3.1 (#507) [7f76a25]
- 🚩 Add badge when in beta environment [e0f4ae1]
- 📦 Update prisma (#501) [bac7db5]