Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 23:44

What's new?

  • New parsing implementation for format string, this new implementation now allows us to configure leading zeros {disc} and {track}. (See #5)

    The syntax to use it is as follows: {disc:n} where n indicates the total length that's going to be achieved by adding zeros. For example, using {disc:2} will transform 2 to 02.

  • Better errors on wrong config file syntax or missing values.