Releases: NebularNerd/subtotxt
2025-02-08: Line duplication bug and Pytest added
A quick fix to handle Issue #9, implement better linting and get an initial pytest check to run.
What's Changed
- Testing by @NebularNerd in #7
- Adding Flake8 linting by @NebularNerd in #8
- Added PyTest, Fixes a line duplication bug with YT live translation .vtt by @NebularNerd in #10
Full Changelog: 2025-02-03...2025-02-08
2025-02-03: SubStation Alpha and Multifile support
What's Changed
- Adds .ssa/.ass support and Multifile batch processing by @NebularNerd in #6
Full Changelog: 2025-31-01...2025-02-03
2025-01-31: Major Refactor
See PR #5 for full notes. This is a major rework of the code bringing proper structure to the scripts and allowing for expandability in the future.
New versions will use YYYY-MM-DD numbering as it's an easier format to follow for this style of project.
What's Changed
- improves conversion of YT VTTs by @eMPee584 in #4
- Major refactor by @NebularNerd in #5
New Contributors
- @eMPee584 made their first contribution in #4
- @NebularNerd made their first contribution in #5
Full Changelog: v2.1...2025-31-01
2.1 One Liner update
New feature:
One-liner mode by @adam-sierakowski #2, creates longer text blocks joining multiple lines together within the same time stamp.
What's Changed
- Feature/oneliners by @adam-sierakowski in #2
New Contributors
- @adam-sierakowski made their first contribution in #2
Full Changelog: v2.0...v2.1
v2.0
Updates to fix Python 3.10.x issues. Now uses charset_normalizer in place of cchardet which appears to no longer be updated and breaks under Python 3.10.x versions.
See readme.md for more information.
v1.0
First release