Skip to content

Releases: Myaamori/SubKt

0.1.19

08 May 20:31
Compare
Choose a tag to compare
  • Add TTC file support to the font validator
  • Various other bug fixes to the font validator
  • Add an info property to the Mux task, allowing you to access metadata about the output video (e.g. resolution and codec) from properties, for use in e.g. filenames
  • Add onNegativeTimestamp to the Merge task, allowing you to specify how to handle timestamps that end up negative after shifting
  • Make the tracks/audio/video/subtitles functions when configuring Mux.from return the matching tracks, so you can e.g. check the number of audio tracks with if (audio().size > 1) { /* ...*/ }
  • Remove empty elements from getList, allowing for patterns such as episode-specific additional font directories, with an empty default value:
extra_fonts=
{01,03}.extra_fonts=fonts/extra
  • Add fromIfPresent function to Merge task which ignores input files for undefined properties, and optionally files that don't exist on the file system

0.1.18

07 Feb 20:23
Compare
Choose a tag to compare
  • Ensure that Mux task is rerun if the output file is deleted
  • Fix bug where font validation wouldn't be run for non-English locales
  • Fix bug where not running font validation resulted in a crash

0.1.17

05 Feb 06:14
Compare
Choose a tag to compare
  • Close ASS files properly after reading (hopefully fixes files being locked unless you restart Gradle on Windows)
  • Verify the CRC of input files that have a CRC in the filename, e.g. show_premux [DEADBEEF].mkv, on muxing; disable with verifyCRC(false)
  • Experimental skipUnusedFonts property that, when enabled, removes unused fonts from the list of fonts to attach; defaults to false
  • Better error messages for recursive properties and when running item() on a task that doesn't have the corresponding episode defined

0.1.14

03 Jan 05:18
Compare
Choose a tag to compare
Bump to version 0.1.14

0.1.13

14 Nov 03:45
Compare
Choose a tag to compare
Bump to version 0.1.13

0.1.12

11 Nov 03:40
Compare
Choose a tag to compare
Bump to version 0.1.12

0.1.10

07 Oct 14:46
Compare
Choose a tag to compare
Bump version to 0.1.10

0.1.9

18 Sep 19:58
Compare
Choose a tag to compare
Bump to version 0.1.9

0.1.8

23 Aug 21:52
Compare
Choose a tag to compare
Bump version to 0.1.8

0.1.7

22 Aug 15:20
Compare
Choose a tag to compare
Bump version to 0.1.7