Skip to content

Releases: Fjara-h/foo_skipcount

1.5.0 - foo_countskip

17 Sep 18:55
Compare
Choose a tag to compare

Tested 2.0 x86/x64 and 1.6 on Win10.

Features added:

  • Log all skips with times in Javascript format and system formatting. Alternatively, it can just track the most recent skip only. Both are off by default, but can be enabled in preferences. Note that enabling logging all skips will also enable logging the most recent skip due to how it is internally processed. These are accessible with %last_skip%, %skip_times_raw%, and %skip_times_js%.
  • Context menus allow for clearing the most recently logged skip or all logged skips.
  • Track properties will display all 3 formats (human date, system time, and js time) if focused on one track. Multiple selections will list the most recent skip between them and their total skip counts along with the individual skip types.
  • Add previous-skip protection: Off by default, when enabled, pressing previous will allow a 1-second grace period so accidental skips are avoided. (This may be expanded to generic protection for all actions and a customizable grace period duration if either are requested)
    • This offsets the skip logging by 1 second, so if your preferences say 5 seconds, it will actually be 5 seconds after the 1-second grace period.

Technical notes:

  • foo_skip changed the field so there is no longer a clash between the two now.
  • Updated many types and functions to use explicit, more consistent, or better built-in types
  • More consistent naming formatting and ordering

1.1.0 - foo_countskip

11 Sep 20:53
Compare
Choose a tag to compare

Remove V2 specifics, enabling it to function on legacy foobar systems 1.5 and 1.6

1.0.0 - foo_countskip

11 Sep 16:14
8aa80d4
Compare
Choose a tag to compare