File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ 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.3.1] - 2024-05-08
13
+
10
14
### Fixed
11
15
12
- - correct low-latency MPD availabilityTime for SegmentTimeline
16
+ - correct low-latency MPD update time for SegmentTimeline
13
17
14
18
## [ 1.3.0] - 2024-04-23
15
19
@@ -211,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211
215
- features and URLs listed at livesim2 root page
212
216
- configurable generated stpp subtitles with timing info
213
217
214
- [ Unreleased ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...HEAD
218
+ [ Unreleased ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...HEAD
219
+ [ 1.3.1 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...v1.3.1
215
220
[ 1.3.0 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.2...v1.3.0
216
221
[ 1.2.2 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...v1.2.2
217
222
[ 1.2.1 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.0...v1.2.1
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.3.0 " // Should be updated during build
16
- commitDate string = "1713872562 " // commitDate in Epoch seconds (can be filled/updated in during build)
15
+ commitVersion string = "v1.3.1 " // Should be updated during build
16
+ commitDate string = "1715145165 " // 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