Skip to content

Commit

Permalink
[FIX] version bumped to 20191020
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhwong committed Oct 19, 2019
1 parent 0f63dfc commit e1392c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
# PPT NDI

## INTRODUCTION
PPT NDI transfers PowerPoint presentations via NDI technology released by NewTek. Can be also used as a character generator because it supports transparency.
PPT NDI transfers PowerPoint presentations via NDI technology released by NewTek. Thanks to the transparency support, it can be also used as a character generator.

The latest version is PPT NDI (20191019).
The latest version is PPT NDI (20191020).

## BASIC USAGE
1. Download PPT NDI from https://github.com/ykhwong/ppt-ndi/releases
Expand Down
2 changes: 1 addition & 1 deletion frontend/client_control.js
Expand Up @@ -729,7 +729,7 @@ $(document).ready(function() {
updateStat("READY", "In PowerPoint, open a presentation file.");
} else if (/^\s*0\s*$/.test(curSlideStat)) {
// Not found
updateStat("-", "");
// updateStat("-", "");
} else {
// ON
}
Expand Down
8 changes: 3 additions & 5 deletions scripts/InstIntro.txt
Expand Up @@ -2,12 +2,10 @@ PPT NDI

PPT NDI transfers PowerPoint presentations via NDI technology released by NewTek. Thanks to the transparency support, it can be also used as a character generator.

Release Note (20191019):
Release Note (20191020):

ADD: Edit button and Reload button (Classic Mode)
FIX: Automatically reload upon PowerPoint file changes (Classic Mode)
FIX: No automatic slide selection at startup (Classic Mode)
FIX: Improved performance
FIX: Hotkeys were not working when the window is not focused
FIX: The icon image was not displayed correctly

Please also download and open the sample.pptx file to see some examples of the lower thirds:
https://github.com/ykhwong/ppt-ndi/raw/master/resources/sample.pptx
Expand Down
2 changes: 1 addition & 1 deletion scripts/instScript.iss
@@ -1,6 +1,6 @@

#define MyAppName "PPT NDI"
#define MyAppVersion "20191019"
#define MyAppVersion "20191020"
#define MyAppPublisher "ykhwong"
#define MyAppURL "https://github.com/ykhwong/ppt-ndi"
#define MyAppExeName "ppt-ndi.exe"
Expand Down

0 comments on commit e1392c7

Please sign in to comment.