mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-01-02 15:19:11 +00:00
release 2.2.0
This commit is contained in:
parent
cb60e02671
commit
77148e41f7
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 2.2.0
|
||||||
|
|
||||||
|
* add plugin category (#16)
|
||||||
|
* add placeholders `{TRACK_NAME}` and `{TRACK_NAME_COLOURED}`
|
||||||
|
|
||||||
# 2.1.0
|
# 2.1.0
|
||||||
|
|
||||||
* fixed installation procedure
|
* fixed installation procedure
|
||||||
|
|
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
||||||
"embedded into your broadcasting software"
|
"embedded into your broadcasting software"
|
||||||
)
|
)
|
||||||
visible = True
|
visible = True
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
category = "FEATURE"
|
category = "FEATURE"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "pretalx-broadcast-tools"
|
name = "pretalx-broadcast-tools"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
description = """
|
description = """
|
||||||
Some tools which can be used for supporting a broadcasting software.
|
Some tools which can be used for supporting a broadcasting software.
|
||||||
This currently includes a generator for PDF printouts, a 'lower thirds'
|
This currently includes a generator for PDF printouts, a 'lower thirds'
|
||||||
|
|
Loading…
Reference in a new issue