File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ 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.0] - 2024-04-23
13
+
10
14
### Added
11
15
12
16
- MPD Patch functionality with new ` /patch_ttl ` URL configuration
@@ -205,7 +209,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205
209
- features and URLs listed at livesim2 root page
206
210
- configurable generated stpp subtitles with timing info
207
211
208
- [ Unreleased ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...HEAD
212
+ [ Unreleased ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...HEAD
213
+ [ 1.3.0 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.2...v1.3.0
214
+ [ 1.2.2 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...v1.2.2
209
215
[ 1.2.1 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.0...v1.2.1
210
216
[ 1.2.0 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.1...v1.2.0
211
217
[ 1.1.1 ] : https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.0...v1.1.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.2.2 " // Should be updated during build
16
- commitDate string = "1709624124 " // commitDate in Epoch seconds (can be filled/updated in during build)
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)
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