From bee279246f081329f24d795f0be14140266c3009 Mon Sep 17 00:00:00 2001 From: vincentberry Date: Sat, 26 Apr 2025 22:25:09 +0200 Subject: [PATCH 1/2] Add v28 references to vMix API documentation links --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index d69c254..1a1f02a 100644 --- a/public/index.html +++ b/public/index.html @@ -108,6 +108,7 @@ v25 v26 v27 + v28
  • VB.NET scripting reference @@ -115,6 +116,7 @@ v25 v26 v27 + v28
  • Web scripting reference @@ -122,6 +124,7 @@ v25 v26 v27 + v28
  • TCP API reference @@ -129,6 +132,7 @@ v25 v26 v27 + v28
  • HTTP GET API reference @@ -136,6 +140,7 @@ v25 v26 v27 + v28
  • From 9c83bbae606aedb9f0521dd3ea3270ab008280f4 Mon Sep 17 00:00:00 2001 From: vincentberry Date: Sat, 26 Apr 2025 22:33:27 +0200 Subject: [PATCH 2/2] Add contribution guidelines to the index.html --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index 1a1f02a..7153809 100644 --- a/public/index.html +++ b/public/index.html @@ -159,6 +159,11 @@

    Questions? Comments? Found a mistake? Drop me an email.

    +

    + Want to contribute to the project? You can do so on + GitHub! + Feel free to fork the repository, make improvements, and submit a pull request. +

    Finally, there's no guarantee that anything on this site is relevant, correct or useful. Use at your own risk.