diff --git a/README.md b/README.md index 627bd0c..aec0914 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ With this tool you can use a control panel to add and change your own lower thir For communication between control panel and browser layer it use BroadcastChannel API. 1. Download the Zip file, unzip it. -2. See how to install and how it works: https://youtu.be/DIpslG-u7k0 and https://youtu.be/cQ0_1GwpwB0 +2. See how to install and new features: https://youtu.be/tddMYWya7O0 +3. See previus features: https://youtu.be/cQ0_1GwpwB0 Unfortunately, OBS doesn't support browser panels on macOs. It only works on Windows. @@ -39,3 +40,12 @@ Update v1.3 new features: - Number icons. To easily identify each panel with the hotkey settings. - Themes. Acri, Dark, Rachni. - Visual Fixes + +Update v1.4 new features: +- New memory slots design and more compact panel. +- Customization options for the control panel. +- Autoload. Automatically load the next memory slot. +- Add custom Fonts from Google Fonts +- Tooltips with the memory slot content. +- More Hotkeys. Now you can load any memory slot. +- Some fixes. \ No newline at end of file diff --git a/lower thirds/lower-thirds_hotkeys.lua b/lower thirds/lower-thirds_hotkeys.lua index 7f1990b..5b67e0e 100644 --- a/lower thirds/lower-thirds_hotkeys.lua +++ b/lower thirds/lower-thirds_hotkeys.lua @@ -1,8 +1,8 @@ --[[ OBS Studio Lua script : Control the switches of the lower thirds with hotkeys Author: NoeAL - Version: 0.1 - Released: 2020-09-02 + Version: 0.2 + Released: 2020-09-28 --]]