Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.05 KB

ReleaseNotes.md

File metadata and controls

31 lines (22 loc) · 2.05 KB

0.0.9 (14 October 2021)

  • #13 - Use BigEndian for TimeCode [bug] contributed by StefH
  • #12 - Incorrect endianness of TimeCode property in (Simple)Block object [bug]

0.0.8 (14 September 2021)

  • #11 - Fix for multiple attachments [bug] contributed by StefH
  • #10 - Unable to correctly deserialize a Matroska file with multiple attachments [bug]

0.0.7 (11 March 2021)

  • #9 - Remove signing from Matroska and Matroska.Muxer projects [enhancement] contributed by StefH
  • #8 - A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) [bug]

0.0.6 (19 January 2021)

  • #7 - Use Ebml.xml to generate classes + use Span.ReaderWriter version 0.0.3 contributed by StefH

0.0.5 (12 January 2021)

  • #5 - Generate models based on Matroska specification contributed by StefH
  • #6 - Use SpanReader + SpanWriter contributed by StefH

0.0.4 (07 January 2021)

  • #4 - Add Tags element + improve OggCRC32 contributed by StefH

0.0.3 (06 January 2021)

  • #3 - Replace System.Runtime.Caching by a Dictionary [enhancement] contributed by StefH

0.0.2 (06 January 2021)

  • #2 - Add more properties [enhancement] contributed by StefH

0.0.1 (05 January 2021)

  • #1 - Add OggOpus Demuxer [enhancement] contributed by StefH