Skip to content

Commit

Permalink
doc: v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Nov 5, 2024
1 parent d8876b5 commit 14c16ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet

## [1.5.2] - 2024-11-05

### Fixed

- Segment size bug for ECCP encryption (introduced in v1.5.1)
- `--timeout` parameter not working. Changed to `--timeoutS`

## [1.5.1] - 2024-11-01

### Added
Expand Down Expand Up @@ -270,7 +277,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.5.1...HEAD
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.5.2...HEAD
[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
[1.5.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.4.0...v1.4.1
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.5.1" // Should be updated during build
commitDate string = "1730475277" // commitDate in Epoch seconds (can be filled/updated in during build)
commitVersion string = "v1.5.2" // Should be updated during build
commitDate string = "1730825548" // 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 14c16ae

Please sign in to comment.