Skip to content

Commit

Permalink
add move action source visibility and filter enable
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Dec 10, 2022
1 parent d4f6173 commit 1e3bb19
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 71 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(move-transition VERSION 2.7.3)
project(move-transition VERSION 2.8.0)
set(PROJECT_FULL_NAME "Move Transition")

# Set new UUIDs when you start to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "move-transition",
"version": "2.7.3"
"version": "2.8.0"
}
7 changes: 7 additions & 0 deletions data/locale/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,15 @@ WhiteBalance="White Balance"
BacklightCompensation="Backlight Compensation"
Gain="Gain"
MoveActionFilter="Move Action"
Action="Action"
SourceHotkey="Source Hotkey"
Hotkey="Hotkey"
TriggerHotkey="Trigger Hotkey"
SourceVisibility="Source Visibility"
FilterEnable="Filter Enable"
Enable="Enable"
Disable="Disable"
Toggle="Toggle"
FrontendAction="Frontend Action"
FrontendAction.None="None"
FrontendAction.StreamingStart="Streaming Start"
Expand Down
Loading

0 comments on commit 1e3bb19

Please sign in to comment.