Skip to content

Commit

Permalink
Merge pull request #192 from Dash-Industry-Forum/v1.4.0
Browse files Browse the repository at this point in the history
docs: v1.4.0
  • Loading branch information
tobbee authored May 25, 2024
2 parents f4b5a33 + 5ca5011 commit 585f740
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2024-05-25

### Added

- More error logging for segment generation.
- New endpoint /version responds with livesim2 version
- Some more links in the Welcome page

### Fixed

- fix patch response for multiperiod segment-timeline
- fix publishTime for multiperiod SegmentTemplate with Number

## [1.3.1] - 2024-05-08

### Fixed

- correct low-latency MPD update time for SegmentTimeline
- fix patch response for multiperiod segment-timeline
- fix publishTime for multiperiod SegmentTemplate with Number

## [1.3.0] - 2024-04-23

Expand Down Expand Up @@ -221,7 +226,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- features and URLs listed at livesim2 root page
- configurable generated stpp subtitles with timing info

[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
)

var (
commitVersion string = "v1.3.1" // Should be updated during build
commitDate string = "1715145165" // commitDate in Epoch seconds (can be filled/updated in during build)
commitVersion string = "v1.4.0" // Should be updated during build
commitDate string = "1716626969" // commitDate in Epoch seconds (can be filled/updated in during build)
)

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

0 comments on commit 585f740

Please sign in to comment.