Skip to content

Commit 461d17f

Browse files
committed
chore(release): v1.13.0
Release v1.13.0 (timecc608 caption modes, paint-on by default). - internal/version.go: v1.12.0 -> v1.13.0, commitDate -> 2026-08-11 - CHANGELOG.md: move the Unreleased entries (timecc608 mode field, paint-on default, ISO 639-2 language requirement, pop-on timing fix) to [1.13.0] - 2026-08-11, reset Unreleased, and update the compare/tag links
1 parent 3cc7093 commit 461d17f

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [1.13.0] - 2026-08-11
13+
1014
### Added
1115

1216
- Optional mode field on `timecc608`, whose value is now `<channel>-<lang>[-<mode>[-<modifier>]]`, choosing
@@ -523,7 +527,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523527
- features and URLs listed at livesim2 root page
524528
- configurable generated stpp subtitles with timing info
525529

526-
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.12.0...HEAD
530+
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.13.0...HEAD
531+
[1.13.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.12.0...v1.13.0
527532
[1.12.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.11.0...v1.12.0
528533
[1.11.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.10.0...v1.11.0
529534
[1.10.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.9.0...v1.10.0

internal/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
)
1313

1414
var (
15-
commitVersion string = "v1.12.0" // Should be updated during build
16-
commitDate string = "1784757600" // commitDate in Epoch seconds (can be filled/updated in during build)
15+
commitVersion string = "v1.13.0" // Should be updated during build
16+
commitDate string = "1786399200" // commitDate in Epoch seconds (can be filled/updated in during build)
1717
)
1818

1919
// GetVersion - get version, commitHash and commitDate depending on what is inserted

0 commit comments

Comments
 (0)