diff --git a/README.md b/README.md index 9d58aea..26df01d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Active module in properies file config.properties TEXT_TRANSLATOR_ACTIVE = true +## Multi language support +Removes lines after an empty line +This is useful if multiple languages are shown separated with a line break and only the first language are to be shown + + REMOVE_LINES_AFTER_EMPTY_LINE = true ## Midi module Midi module makes it possible to send midi commands from propresenter. @@ -45,6 +50,9 @@ Where The 0 indicates the channel, 60 indicates the note Middle C and the 92 is an arbitrary key-down velocity value # [Releases](https://github.com/danielkihlgren/stagedisplayviewer/releases) +[v1.2.0](https://github.com/danielkihlgren/stagedisplayviewer/releases/tag/v1.2.0) [download](https://github.com/danielkihlgren/stagedisplayviewer/releases/download/v1.2.0/StageDisplayViewer.zip) +Add support for propresenter 6 for windows + [v1.1.0](https://github.com/danielkihlgren/stagedisplayviewer/releases/tag/v1.1.0) [download](https://github.com/danielkihlgren/stagedisplayviewer/releases/download/v1.1.0/StageDisplayViewer.zip) Add midi module support. This makes it possible to send midi command from propresenter. diff --git a/pom.xml b/pom.xml index 2c16f76..5e79c68 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 se.pingstteknik propresenter.stagedisplayviewer - 1.2.0-SNAPSHOT + 1.2.0 jar