Releases: upgradeQ/libre-macros
Releases · upgradeQ/libre-macros
4.1.2
4.1.1
4.1.0
README
Add patches - code runs before sources registration, new property in settings
Add patch_bs_js() - new patch adds send_js " console.error('any code evaluation') "
Add websockets interaction support - settings interaction, and new file example
Add print_settings_new(source)
, set_settings52(source, opts)
Update Readme - fix erros, and add new examples of code
Update event loop
Fix hotkey 0;
Check updated https://www.github.com/upgradeQ/libre-macros/blob/master/README.md for details
4.0.0
Push-to-talk release delay, set hotkey for 1; of Audio Input source
Play media segments, get the current time (in milliseconds) of the media with get_timing(), length - get_duration()
Raw image ffi screenshot of any source as 512x288px, scaled
Permanent storage in private source settings
Save filter settings and restore them
click_property_filter_ffi(source, filter_name, prop_name)
Check updated https://www.github.com/upgradeQ/libre-macros/blob/master/README.md for details
3.3.0
3.2.0
3.1.0
3.0.0
README
Changes:
- Readme update
- Code clean-ups
- Add functionality to disable or enable sources
- Function environment changes see Readme
Additions:
- Add execute function to run command line on Windows without console window flashing
- Add Russian translation
Deletions:
- Remove volmeter functions which run via ffi
📦 2.1.0
Multi action pipes and Python code execution
README
Changes:
- Change how code loading works,
Console
namespace hassource
predefined obs
namespace now automatically loads
Additions:
- Add Python and Lua executors
- Add pipes for multi actions
- Add
register_on_*
(show, hide, activate, deactivate) functions,print_settings
-
which prints all settings of a source,print_settings2
prints settings of filter on source,
read_private_data
andwrite_private_data
which has access to private data. - Add version
Console (timer)
based ontimer_add
(tick = 16 ms)
Fixes:
- Hotkey
0
now does not restarts and waits for completion