diff --git a/README.md b/README.md index acf815d2..4cdf9ef0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## INTRODUCTION PPT NDI transfers PowerPoint presentations via NDI technology released by NewTek. Can be also used as a character generator because it supports transparency. -The latest version is PPT NDI (20191003). +The latest version is PPT NDI (20191013). ## BASIC USAGE 1. Download PPT NDI from https://github.com/ykhwong/ppt-ndi/releases diff --git a/resources/ppt_ndi_slideshow_integration.png b/resources/ppt_ndi_slideshow_integration.png index e431f80b..21a50f7a 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 bcd52cdf..740f3fd0 100644 Binary files a/resources/ppt_ndi_sshot.png and b/resources/ppt_ndi_sshot.png differ diff --git a/resources/ppt_ndi_systray2.png b/resources/ppt_ndi_systray2.png index 8e348190..ba9191e2 100644 Binary files a/resources/ppt_ndi_systray2.png and b/resources/ppt_ndi_systray2.png differ diff --git a/resources/sample.pptx b/resources/sample.pptx index b1c47f57..8cf0331f 100644 Binary files a/resources/sample.pptx and b/resources/sample.pptx differ diff --git a/scripts/InstIntro.txt b/scripts/InstIntro.txt index 1930b34e..17ad3528 100644 --- a/scripts/InstIntro.txt +++ b/scripts/InstIntro.txt @@ -2,10 +2,11 @@ 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. -Release Note (20191003): +Release Note (20191013): -ADD: Support for NDI 4.0 -FIX: Transition effect not working properly with PowerPoint SlideShow mode +ADD: Custom resolution +FIX: Revamped user interface +FIX: Removed runtime dependency called by PPTNDI.dll 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 0f5a9113..dc14e482 100644 --- a/scripts/instScript.iss +++ b/scripts/instScript.iss @@ -1,6 +1,6 @@ #define MyAppName "PPT NDI" -#define MyAppVersion "20191003" +#define MyAppVersion "20191013" #define MyAppPublisher "ykhwong" #define MyAppURL "https://github.com/ykhwong/ppt-ndi" #define MyAppExeName "ppt-ndi.exe"