Releases: cg2121/obs-advanced-timer
Releases · cg2121/obs-advanced-timer
Advanced Timer 6.0.0
OBS Advanced Timer 5.0.1
- Fixes issues with formatting not working sometimes
- Fixes issue where timer would start, if reset when paused
Note:
The formatting has changed for leading zeros.
- %hh is now %0h and so on for hours, minutes and seconds
OBS Advanced Timer 5.0
Requires OBS 26.0.0 or newer
- Added the ability for hundredths and thousandths accuracy
- Added an option to countup when countdown is done
- Fixed bug where text sources wouldn't show up properly
OBS Advanced Timer 0.4.1
Changes
- Now works with both preview and program in studio mode
Changes in 0.4
- Added the ability to count down to specific year, month, day and time (chri11g6)
- Added seconds to specific time mode (chri11g6)
- Fixed text sources not being listed
- Fixed all settings showing up when first loaded
OBS Advanced Timer 0.4
Changes
- Added the ability to count down to specific year, month, day and time (chri11g6)
- Added seconds to specific time mode (chri11g6)
- Fixed text sources not being listed
- Fixed all settings showing up when first loaded
OBS Advanced Timer 0.3.1
0.3.1
-Changed the default format to %HH:%mm:%ss
0.3
-Added the ability to format the timer
The default format is: %HH:%mm:%ss (00:00:00)
%d - days
%hh - hours with leading zero (00..23)
%h - hours (0..23)
%HH - hours with leading zero (00..infinity)
%H - hours (0..infinity)
%mm - minutes with leading zero (00..59)
%m - minutes (0..59)
%MM - minutes with leading zero (00..infinity)
%M - minutes (0..infinity)
%ss - seconds with leading zero (00..59)
%s - seconds (0..59)
%SS - seconds with leading zero (00..infinity)
%S - seconds (0..infinity)
%t - tenths
OBS Advanced Timer 0.3
Added ability to set time format.
The default format is: %hh:%mm:%ss (00:00:00)
Other formatting options:
%d - days
%hh - hours with leading zero (00..23)
%h - hours (0..23)
%HH - hours with leading zero (00..infinity)
%H - hours (0..infinity)
%mm - minutes with leading zero (00..59)
%m - minutes (0..59)
%MM - minutes with leading zero (00..infinity)
%M - minutes (0..infinity)
%ss - seconds with leading zero (00..59)
%s - seconds (0..59)
%SS - seconds with leading zero (00..infinity)
%S - seconds (0..infinity)
%t - tenths
OBS Advanced Timer 0.2
Changes:
- Added countdown to specific time (ie: start timer that counts down to 8:00 pm)
- Added streaming timer (timer starts when streaming)
- Added recording timer (timer starts when recording)