Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/add-cli-remove-trailing-period.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/add-remove-trailing-period.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/max-is-qaq.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/max-is-qwq.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/petite-friends-kick.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @srtkit/cli

## 0.1.3

### Patch Changes

- [`0b51242`](https://github.com/maxchang3/srtkit/commit/0b51242b19d36391feebe2fc2c14854f5ad62e86) Thanks [@maxchang3](https://github.com/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`](https://github.com/maxchang3/srtkit/commit/df4efc61eebbe6b76c87552b402594f50c93a0d8) Thanks [@maxchang3](https://github.com/maxchang3)! - sync markdown content with code

- Updated dependencies [[`9530413`](https://github.com/maxchang3/srtkit/commit/953041308d4fc4f615d65b69b4135d650cba9a58), [`717d9db`](https://github.com/maxchang3/srtkit/commit/717d9dbeda32d3700f839118fc4658e50084df91), [`b6409dc`](https://github.com/maxchang3/srtkit/commit/b6409dc87b75d9aae8be2c7ec95e4e661d72a509)]:
- @srtkit/core@0.0.5

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srtkit/cli",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "Command line interface for SRTKit - utilities for processing SRT subtitle files",
"author": "Max Chang",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @srtkit/core

## 0.0.5

### Patch Changes

- [`9530413`](https://github.com/maxchang3/srtkit/commit/953041308d4fc4f615d65b69b4135d650cba9a58) Thanks [@maxchang3](https://github.com/maxchang3)! - Fix `removeTrailingPeriod` regex to handle trailing whitespace

- Fix regex pattern from `/[。.]$/` to `/[。.]\s*$/` to correctly remove trailing periods followed by whitespace

- [`717d9db`](https://github.com/maxchang3/srtkit/commit/717d9dbeda32d3700f839118fc4658e50084df91) Thanks [@maxchang3](https://github.com/maxchang3)! - update `cleanBetween` function signature

- [`b6409dc`](https://github.com/maxchang3/srtkit/commit/b6409dc87b75d9aae8be2c7ec95e4e661d72a509) Thanks [@maxchang3](https://github.com/maxchang3)! - remove unused exports for cleaner

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srtkit/core",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "A set of utilities for processing and manipulating SRT (SubRip Text) subtitle files.",
"author": "Max Chang",
"license": "MIT",
Expand Down