Releases: GreenComfyTea/OBS-Stats-on-Stream
Releases · GreenComfyTea/OBS-Stats-on-Stream
v2.1
- Fixed the script not working on
OS X
(thanks to @jimlee2048); - Fixed Reset Formatting Button not working;
- Increased
Update Delay (ms)
max value to 10 seconds.
v2.0
- Massive Architectural Overhaul. Half of the script is rewritten. Should provide more stability and will be easier to maintain it for me;
- Release version is now precompiled and consists of just one file, so it's easier to add the script to OBS;
- ljsocket library is updated to latest commit acb3bc3 from Sep 1, 2022;
- Now uses dkjson library v2.6 for handling export to json;
- Fixed a bug when text source was updated twice in one tick;
- Added new minor formatting variables:
$date_time
,$date
,$date
,$date_time
,$cpu_physical_cores
,$cpu_logical_cores
,$streaming_total_seconds
,$streaming_total_minutes
,$streaming_hours
,$streaming_minutes
,$streaming_seconds
,$recording_total_seconds
,$recording_total_minutes
,$recording_hours
,$recording_minutes
,$recording_seconds
. - Added
$total_missed_frames
as an alias to$missed_total_frames
; - Added
$total_skipped_frames
as an alias to$skipped_total_frames
; - Added
$total_dropped_frames
as an alias to$dropped_total_frames
.