1.0.3 2019-06-27

Bugfix release for pretalx 1.0. See the release blog post.

Note

Users of pretalx.com are already on the latest version of pretalx and have access to all of the listed new features and bugfixes. Administrators of self-hosted pretalx instances can find upgrade instructions here.

Schedule

  • [Feature] Organisers can now also see unconfirmed talks in their preview of the public schedule page. The unconfirmed talks are clearly marked to avoid confusion.

  • [Fixed bug] The talk page of talks with multiple slots did not work and threw an error instead. (#730)

Call for Papers

  • [Feature] Users can now see (and potentially edit) their submission’s submission type. (#731)

Organiser backend

  • [Fixed bug] The “Invite reviewers” link on the main event dashboard led to an incorrect page. (#728)

  • [Fixed bug] Some custom domains could not be set via the frontend.

Organiser backend: E-Mails

  • [Feature] Organisers can now regenerate the accept/reject emails from the review dashboard context menu. (#475)

Organiser backend: Scheduling

  • [Fixed bug] The “unscheduled talks” column in the schedule editor could overlap with the room columns on events with many rooms. (#729)

API

  • [Feature] Speaker availability is now included in the API for organisers. (#732)

Administrators

  • [Announcement] To keep in line with our new database scoping, if you access the pretalx shell, you are now advised to use the shell_scoped command instead of the shell command, and call it with the flags for your event, like --event__slug=my-event (or an --override flag to access all events).