From ff7d0cc42c996dba957f2594ae34137046e8b857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbjo=CC=88rn=20Einarsson?= Date: Fri, 17 Jan 2025 13:43:51 +0100 Subject: [PATCH] docs: v1.7.0 --- CHANGELOG.md | 9 ++++++++- internal/version.go | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e398d95..60fa9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- nothing yet + +## [1.7.0] - 2025-01-17 + ### Changed - CMAF ingest of full segments now send Content-Length header @@ -20,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - endNumber in live MPD (Issue #235) - urlgen page crashed when no DRM configuration +- mpd part of play URL in urlgen is now query escaped +- ContentProtect for DRMs in CPIX file with no configured LaURL ### Chore @@ -305,7 +311,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.6.0...HEAD +[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.0...v1.5.1 diff --git a/internal/version.go b/internal/version.go index fc851e9..230c4bd 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,8 +12,8 @@ import ( ) var ( - commitVersion string = "v1.6.0" // Should be updated during build - commitDate string = "1733237682" // commitDate in Epoch seconds (can be filled/updated in during build) + commitVersion string = "v1.7.0" // Should be updated during build + commitDate string = "1737105657" // commitDate in Epoch seconds (can be filled/updated in during build) ) // GetVersion - get version, commitHash and commitDate depending on what is inserted