Skip to content

Releases: maxchang3/srtkit

@srtkit/core@0.0.5

10 Oct 14:27
bbb07d9

Choose a tag to compare

Patch Changes

  • 9530413 Thanks @maxchang3! - Fix removeTrailingPeriod regex to handle trailing whitespace

    • Fix regex pattern from /[。.]$/ to /[。.]\s*$/ to correctly remove trailing periods followed by whitespace
  • 717d9db Thanks @maxchang3! - update cleanBetween function signature

  • b6409dc Thanks @maxchang3! - remove unused exports for cleaner

@srtkit/cli@0.2.0

10 Oct 17:59
92e72e6

Choose a tag to compare

Minor Changes

  • 4fdcd8b Thanks @maxchang3! - Make output option optional for clean command with smart defaults

    • The -o,--output option is now optional
    • By default, creates a new file with _cleaned suffix (e.g., input.srtinput_cleaned.srt)
    • Add --overwrite flag to replace the original file

@srtkit/cli@0.1.3

10 Oct 14:27
bbb07d9

Choose a tag to compare

Patch Changes

  • 0b51242 Thanks @maxchang3! - Add --remove-trailing-period flag to clean command

    • Add new CLI option --remove-trailing-period to remove trailing periods ( or .) at the end of cues
  • df4efc6 Thanks @maxchang3! - sync markdown content with code

  • Updated dependencies [9530413, 717d9db, b6409dc]:

    • @srtkit/core@0.0.5

@srtkit/core@0.0.4

09 Oct 20:24
82e9d52

Choose a tag to compare

Patch Changes

@srtkit/cli@0.1.2

09 Oct 20:24
82e9d52

Choose a tag to compare

Patch Changes

  • Updated dependencies [4f99494]:
    • @srtkit/core@0.0.4

@srtkit/cli@0.1.0

09 Oct 19:21
61f287f

Choose a tag to compare

Minor Changes