20240203
Notable changes
- added configuration option for upload size limit - see doc
- changed automatic deletion of unclaimed recordings to a 2-step process - see doc
- added new speed setting to the recording settings page
- removed support for legacy uploads (pre-version 1)
- improved email sending reliability
- implemented honeypot fields in the login form to reduce signup spam
- updated the "welcome" recording
- added forum link to the navbar
- performed internal code maintenance and dependency upgrades
- removed example docker-compose.yml (see details below)
The example docker-compose.yml has been removed because there isn't one which fits all setups. Refer to the self-hosting quick-start guide and server configuration docs for example snippets to use in your own docker-compose.yml. Example Nginx config file has been removed as well. The docs now suggest use of Caddy, which is easier to configure and provides automatic HTTPS. You're free to continue using Nginx if that's what you prefer.
Upgrading
No manual changes needed other than bumping the container image version number as shown here.