Skip to content

Releases: Kunsi/pretalx-plugin-broadcast-tools

v2.4.0

05 Nov 06:41
929e41f
Compare
Choose a tag to compare

New Features

  • Add the option to export lower thirds as a .tar.gz containing 1920x1080px sized PNGs
  • Add the a 'room timer' page to show speakers how much time is left in their talk
  • pretalx-broadcast-tools now includes german translations

Solved Issues

  • PDF export now shows track name (#19)
  • all html outputs now resize according to viewport size instead of using hardcoded pixels (#18)
  • room detection now also works using room UUIDs.
    • Room names are guaranteed to work until atleast 3.0.0 as well

v2.3.0

31 Oct 19:38
73bd7f6
Compare
Choose a tag to compare

This release adds compatibility to pretalx 2024.3.x

  • Removed the dependency on jQuery (because upstream got rid of it)
  • Add support for adding "per speaker" questions to PDF export
  • Add german translation to orga area and PDF export
  • The 'room info' screen will now be in the colour of the next talks track if 'show next talk' is enabled

Please also note that starting from this release the generated PDF will contain the schedule version instead of the timestamp of the generated PDF file.

v2.2.1

20 Aug 10:27
1a5aaa9
Compare
Choose a tag to compare

This fixes compatibilty to pretalx v2024.2.x. See PR #22 for details.

v2.2.0

23 Oct 06:36
Compare
Choose a tag to compare
  • add plugin category (#16)
  • add placeholders {TRACK_NAME} and {TRACK_NAME_COLOURED}

v2.1.0

30 Sep 12:30
2b22f6a
Compare
Choose a tag to compare

v2.0.0

29 Mar 09:19
3bd7485
Compare
Choose a tag to compare
  • room info page can now show more content on the lower half of the view
    • BREAKING: The option to select which content should be shown
      is now a ChoiceField, the old setting will be ignored.
  • BREAKING: lower thirds now use css selectors using the same rules
    as the other css selectors
    • #l3box is now #broadcast_tools_lower_thirds_box
    • #l3info_line is now #broadcast_tools_lower_thirds_infoline
    • #l3speaker is now #broadcast_tools_lower_thirds_speaker
    • #l3title is now #broadcast_tools_lower_thirds_title
    • .lower3rd is now .broadcast_tools_lower_thirds

Release 1.1.0

28 Feb 18:21
498782a
Compare
Choose a tag to compare
release 1.1.0

Release 1.1.0-beta1

28 Feb 14:43
6bc110b
Compare
Choose a tag to compare
Release 1.1.0-beta1 Pre-release
Pre-release
version 1.1.0-beta1

Release 1.0.4

22 Nov 18:21
8dd9bec
Compare
Choose a tag to compare
fixed issues where room names where localized differently depending o…

Release 1.0.3

07 Nov 05:46
b5f1803
Compare
Choose a tag to compare
fixed questions sorting bug