File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet
11
+
12
+ ## [ 1.5.1] - 2024-11-01
13
+
10
14
### Added
11
15
12
16
- Better logging when loading asset representation data
13
17
- Check that pre-encrypted content has the same duration for all representations
14
18
- Test that endNumber in SegmentTemplate will limit segments used
19
+ - Automatic build of Docker Images
15
20
16
21
### Fixed
17
22
18
23
- Pre-encrypted content is not re-fragmented, but left as it
24
+ - Dockerfile to insert version in binary (requires full repo or tag)
19
25
20
26
## [ 1.5.0] - 2024-10-02
21
27
@@ -264,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264
270
- features and URLs listed at livesim2 root page
265
271
- configurable generated stpp subtitles with timing info
266
272
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
268
275
[ 1.5.0 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.1...v1.5.0
269
276
[ 1.4.1 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.0...v1.4.1
270
277
[ 1.4.0 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...v1.4.0
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
)
13
13
14
14
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)
17
17
)
18
18
19
19
// GetVersion - get version, commitHash and commitDate depending on what is inserted
You can’t perform that action at this time.
0 commit comments