Skip to content

Releases: cg2121/obs-advanced-timer

Advanced Timer 6.0.0

11 Apr 08:47
Compare
Choose a tag to compare

Changes

  • Added ability to count up from specific time
  • Added ability to use multiple lines with formatting
  • Added ability to switch to a scene when the timer is finished

paypal

OBS Advanced Timer 5.0.1

10 May 20:28
Compare
Choose a tag to compare
  • 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

28 Dec 15:46
Compare
Choose a tag to compare

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

09 May 08:32
Compare
Choose a tag to compare

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

09 May 05:29
Compare
Choose a tag to compare

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

26 Mar 21:09
Compare
Choose a tag to compare

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

26 Mar 15:59
Compare
Choose a tag to compare

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

14 Apr 20:35
Compare
Choose a tag to compare

Changes:

  1. Added countdown to specific time (ie: start timer that counts down to 8:00 pm)
  2. Added streaming timer (timer starts when streaming)
  3. Added recording timer (timer starts when recording)