Changelog
---------

v0.2.1:
Date: 2020-01-31

New features:
* speaker's to comment option added
* re-import script button added
* rendering process can now be cancelled
* documentation added

fixes:
* Render progress in log was blocked by long-running threads
* line range limiter for script import was broken
* combine function did not work properly, when first scene not equal 0

v0.2.0:
Date: 2020-01-25

New features:
* content identifiers can now be modified (using regular expressions)

fixes:
* click on "Add Speaker" caused the program to crash - now fixed
* fixed a bug, where identical scene names caused missing scenes in render and project files

v0.1.4:
Date: 2020-01-23

fixes:
* bugs in scene selection fixed - scene selection did not have any effect (note: start scene now defaults to 0)
* default substitutions updated
* some file handling improvements and basic input checks in render methods - caused render threads to crash

New features:
* some unit tests for core-module added


v0.1.3:
Date: 2020-01-22

fixes:
* missing values in project export caused render to fail on imported projects


v0.1.2:
Date: 2020-01-22

fixes:
* check for valid voices configs added, when project is loaded/speaker is added, etc.


v0.1.1:
Date: 2020-01-22

fixes:
* documentation homepage fixed in setup.py (fixes pip package build error)
