Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Aug 16, 2023
1 parent d3b3c67 commit 8e58326
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 609 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog


## v1.1.0 (2023-08-16)

* Document inaccurate read-duration.

* --read-length CLI option + some code suggestions (#11)

* Added --read-length CLI option

* Removed additional round for duration
- duration is rounded at calculation & when creating BitrateStatsSummary

* Edited logging in run_command function
- removed verbose input parameter
- added debug level log

* fix first packet's pts bug with --read-length
- calculates pts from next packet if value is missing

* minor code touchups

* Replaced read-length with read-start & read-end

* fix read-duration type and add to README

* fix first packet's duration bug
- occurs with --read-duration)

* edited for test case
- added check for 1st packet's duration type

---------

* Fix tests.


## v1.0.2 (2023-07-25)

* Do not output chunk size when aggregation is GOP-based.
Expand Down
Loading

0 comments on commit 8e58326

Please sign in to comment.