diff --git a/resources/ppt_ndi_mode.png b/resources/ppt_ndi_mode.png index 3aba8e72..84780a27 100644 Binary files a/resources/ppt_ndi_mode.png and b/resources/ppt_ndi_mode.png differ diff --git a/resources/ppt_ndi_slideshow_integration.png b/resources/ppt_ndi_slideshow_integration.png index 21a50f7a..f3572592 100644 Binary files a/resources/ppt_ndi_slideshow_integration.png and b/resources/ppt_ndi_slideshow_integration.png differ diff --git a/resources/ppt_ndi_sshot.png b/resources/ppt_ndi_sshot.png index 740f3fd0..571d27b0 100644 Binary files a/resources/ppt_ndi_sshot.png and b/resources/ppt_ndi_sshot.png differ diff --git a/scripts/InstIntro.txt b/scripts/InstIntro.txt index 17ad3528..03ea1645 100644 --- a/scripts/InstIntro.txt +++ b/scripts/InstIntro.txt @@ -1,12 +1,13 @@ PPT NDI -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. -Release Note (20191013): +Release Note (20191019): -ADD: Custom resolution -FIX: Revamped user interface -FIX: Removed runtime dependency called by PPTNDI.dll +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 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 dc14e482..854bacd0 100644 --- a/scripts/instScript.iss +++ b/scripts/instScript.iss @@ -1,6 +1,6 @@ #define MyAppName "PPT NDI" -#define MyAppVersion "20191013" +#define MyAppVersion "20191019" #define MyAppPublisher "ykhwong" #define MyAppURL "https://github.com/ykhwong/ppt-ndi" #define MyAppExeName "ppt-ndi.exe"