From e1392c77e3dd07f3a9a2f4a2ea1fa994fd37b5fe Mon Sep 17 00:00:00 2001 From: ted Date: Sat, 19 Oct 2019 22:26:17 +0900 Subject: [PATCH] [FIX] version bumped to 20191020 --- README.md | 4 ++-- frontend/client_control.js | 2 +- scripts/InstIntro.txt | 8 +++----- scripts/instScript.iss | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 90505bca..00f5c2a2 100644 --- a/README.md +++ b/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 diff --git a/frontend/client_control.js b/frontend/client_control.js index 002b0d0b..b0cd74d1 100644 --- a/frontend/client_control.js +++ b/frontend/client_control.js @@ -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 } diff --git a/scripts/InstIntro.txt b/scripts/InstIntro.txt index 03ea1645..f4e51a65 100644 --- a/scripts/InstIntro.txt +++ b/scripts/InstIntro.txt @@ -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 diff --git a/scripts/instScript.iss b/scripts/instScript.iss index 854bacd0..3eb0102c 100644 --- a/scripts/instScript.iss +++ b/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"