Skip to content

20240523

Compare
Choose a tag to compare
@ku1ik ku1ik released this 23 May 13:10
· 70 commits to develop since this release

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 and SMTP_REPLY_TO_ADDRESS config options to MAIL_FROM_ADDRESS and MAIL_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 -> new public
  • previous secret -> new unlisted - 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.