Skip to content

Release v3.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 09:39
· 10 commits to master since this release
Immutable release. Only release title and notes can be modified.
0143bfb
  • Fix /seek and /fseek mis-reading durations that combine a unit with a trailing number (e.g. 1m30): such input was truncated to the leading number (1 second) instead of being parsed (90 seconds). Only a bare number is now treated as a seconds value; everything else is parsed as a duration.