Releases: maxchang3/srtkit
Releases · maxchang3/srtkit
@srtkit/core@0.0.5
Patch Changes
-
9530413Thanks @maxchang3! - FixremoveTrailingPeriodregex to handle trailing whitespace- Fix regex pattern from
/[。.]$/to/[。.]\s*$/to correctly remove trailing periods followed by whitespace
- Fix regex pattern from
-
717d9dbThanks @maxchang3! - updatecleanBetweenfunction signature -
b6409dcThanks @maxchang3! - remove unused exports for cleaner
@srtkit/cli@0.2.0
Minor Changes
-
4fdcd8bThanks @maxchang3! - Make output option optional for clean command with smart defaults- The
-o,--outputoption is now optional - By default, creates a new file with
_cleanedsuffix (e.g.,input.srt→input_cleaned.srt) - Add
--overwriteflag to replace the original file
- The
@srtkit/cli@0.1.3
Patch Changes
-
0b51242Thanks @maxchang3! - Add--remove-trailing-periodflag to clean command- Add new CLI option
--remove-trailing-periodto remove trailing periods (。or.) at the end of cues
- Add new CLI option
-
df4efc6Thanks @maxchang3! - sync markdown content with code -
Updated dependencies [
9530413,717d9db,b6409dc]:- @srtkit/core@0.0.5
@srtkit/core@0.0.4
Patch Changes
- #4
4f99494Thanks @maxchang3! - enable unbundled mode for improved tree-shaking
@srtkit/cli@0.1.2
Patch Changes
- Updated dependencies [
4f99494]:- @srtkit/core@0.0.4
@srtkit/cli@0.1.0
Minor Changes
95859ffThanks @maxchang3! - better colorized CLI output