Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
Add support for propresenter 6 for windows
Add multi language support
  • Loading branch information
danielkihlgren committed Dec 20, 2015
1 parent 249ab4f commit 02ee439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>se.pingstteknik</groupId>
<artifactId>propresenter.stagedisplayviewer</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 02ee439

Please sign in to comment.