Skip to content

Commit 2bbdb3f

Browse files
committed
docs: v1.5.1
1 parent 2b654a1 commit 2bbdb3f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [1.5.1] - 2024-11-01
13+
1014
### Added
1115

1216
- Better logging when loading asset representation data
1317
- Check that pre-encrypted content has the same duration for all representations
1418
- Test that endNumber in SegmentTemplate will limit segments used
19+
- Automatic build of Docker Images
1520

1621
### Fixed
1722

1823
- Pre-encrypted content is not re-fragmented, but left as it
24+
- Dockerfile to insert version in binary (requires full repo or tag)
1925

2026
## [1.5.0] - 2024-10-02
2127

@@ -264,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264270
- features and URLs listed at livesim2 root page
265271
- configurable generated stpp subtitles with timing info
266272

267-
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.0...HEAD
273+
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.1...HEAD
274+
[1.5.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.0...v1.5.1
268275
[1.5.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.1...v1.5.0
269276
[1.4.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.0...v1.4.1
270277
[1.4.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...v1.4.0

internal/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
)
1313

1414
var (
15-
commitVersion string = "v1.5.0" // Should be updated during build
16-
commitDate string = "1727898045" // commitDate in Epoch seconds (can be filled/updated in during build)
15+
commitVersion string = "v1.5.1" // Should be updated during build
16+
commitDate string = "1730475277" // 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)