What's Changed
๐ Introducing the Rallly CLI
This is the first version of Rallly that supports the new Rallly CLI, which installs and manages your instance as a fully bundled stack (app + PostgreSQL + Garage object storage + Traefik reverse proxy with automatic Let's Encrypt).
curl -fsSL https://get.rallly.co | bashThe installer walks you through configuration, generates secrets, and brings everything up. Day to day operations go through:
./rallly.sh start | stop | restart | status | logs | update | backup๐ Installation guide ยท Management guide ยท Migration guide
Important
If you're already running a self-hosted instance and would like to migrate to the new Rallly CLI, follow the migration guide.
โจ New Features
- Version tile in the control panel showing the running version and whether an update is available (#2355, #2351, #2348)
๐ Bug Fixes
- Send poll response confirmation email in the respondent's locale (#2356)
โก Performance
- Optimize invite page queries (#2350)
Full Changelog: v4.9.2...v4.10.0