Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkihlgren committed Jan 26, 2017
1 parent 395ab8e commit b37baee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,23 @@ Text transform support: compactify rows by removing every second line break, i.e
Active module in properies file config.properties

TEXT_TRANSLATOR_ACTIVE = true

## Preserve two lines
This setting will preserve two lines and not convert that into one line when text_translator_active is true

PRESERVE_TWO_LINES = 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

## Change margin below text
This setting sets the margin below the text

MARGIN_BOTTOM = 30


## Midi module
Midi module makes it possible to send midi commands from propresenter.
Expand All @@ -50,6 +61,15 @@ 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.4.0](https://github.com/danielkihlgren/stagedisplayviewer/releases/tag/v1.4.0) [download](https://github.com/danielkihlgren/stagedisplayviewer/releases/download/v1.4.0/StageDisplayViewer.zip)
Add feature #9 to make it possible to change margin below text

[v1.3.0](https://github.com/danielkihlgren/stagedisplayviewer/releases/tag/v1.3.0) [download](https://github.com/danielkihlgren/stagedisplayviewer/releases/download/v1.3.0/StageDisplayViewer.zip)
Add feature #8 to make it possible to preserve two rows
Bug fixes #1, #4

[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

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.3.0</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit b37baee

Please sign in to comment.