From 7467438650f18f0f864b2576a021c53765dc1329 Mon Sep 17 00:00:00 2001 From: Jens Stigaard Date: Fri, 21 Aug 2020 13:47:21 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93efc7d..713b77d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,12 @@ See the [Releases](../../releases) tab for a direct download of the app for Mac ## Feature summary - Read progress of current input in program - - HTML view: View progress as a HTML page - Light or dark mode + - HTML view: View progress as a HTML page + - Linear progress or circular + - Light or dark mode - vMix title mode: Send progress to a vMix title input of your choice + - Multiple types of data to send + - Ability to setup multiple "destinations" ## Project architecture The project consists of several components. The app is built with Electron, meaning that the app can be compiled for Windows, Mac or Linux. From a256521f4e31ddf0dd1e4de2d98cf0acc7ed5b95 Mon Sep 17 00:00:00 2001 From: Jens Stigaard Date: Fri, 21 Aug 2020 13:47:39 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 713b77d..d3312e2 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ See the [Releases](../../releases) tab for a direct download of the app for Mac - Linear progress or circular - Light or dark mode - vMix title mode: Send progress to a vMix title input of your choice - - Multiple types of data to send - - Ability to setup multiple "destinations" + - Multiple types of data to send + - Ability to setup multiple "destinations" ## Project architecture The project consists of several components. The app is built with Electron, meaning that the app can be compiled for Windows, Mac or Linux. From 195b6b58a8bc6e359cd58365eadcc1d39d39b34f Mon Sep 17 00:00:00 2001 From: Jens Stigaard Date: Fri, 21 Aug 2020 13:48:17 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3312e2..24ce81c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ See the [Releases](../../releases) tab for a direct download of the app for Mac - vMix title mode: Send progress to a vMix title input of your choice - Multiple types of data to send - Ability to setup multiple "destinations" + - Ability to enable Delay compensation ## Project architecture The project consists of several components. The app is built with Electron, meaning that the app can be compiled for Windows, Mac or Linux.