20240523
Notable changes
- extended recording visibility to 3 options: public, unlisted, private (see below)
- added account deletion option, available from user settings page
- renamed
SMTP_FROM_ADDRESS
andSMTP_REPLY_TO_ADDRESS
config options toMAIL_FROM_ADDRESS
andMAIL_REPLY_TO_ADDRESS
(the old names are kept for backward compatibility) - improved reliability of mail delivery (upgraded SMTP client lib, surfaced send failures in the UI)
- UI tweaks
The old recording visibility options are mapped to the new ones as follows:
- previous
public
-> newpublic
- previous
secret
-> newunlisted
- same behavior, more appropriate name
The new private
visibility is now truly private, i.e. accessible only by the (logged-in) author of the recording. Note that private
recordings cannot be shared in any way; also they can't be embedded on external websites.
Upgrading
No manual changes needed other than bumping the container image version number as shown here.