Skip to content

πŸ”– v2.7.0

Choose a tag to compare

@boul2gom-app boul2gom-app released this 16 Mar 01:11
· 59 commits to develop since this release
v2.7.0
d0d3958

πŸš€ Release v2.7.0

πŸ› Bug Fixes

  • πŸ’„ Try to fix Cargo fmt issues β€” by @boul2gom (bceb9d8)
  • πŸ› Fix last-segment duration and byte_size bugs in media-seek parsers (TS, AVI, FLAC, FLV, OGG) β€” by @boul2gom (6fbb70c)

πŸ’„ Refactors

  • ♻️ Extract shared logging helpers to ExtractorBase and consolidate test helpers β€” by @boul2gom (655badf)
  • ♻️ Remove DownloadCache file wrapper and simplify cache, extractor, and live modules β€” by @boul2gom (8c28643)
  • ♻️ Reduce cognitive complexity in FLAC and FLV parsers β€” by @boul2gom (21c11ae)
  • ♻️ Reduce cognitive complexity across audio, video, and cache modules β€” by @boul2gom (8422105)
  • ♻️ Reduce cognitive complexity across download, live, and media-seek modules β€” by @boul2gom (ebcea27)
  • ♻️ Refactor cache layer with multi-backend PersistentBackendKind support β€” by @boul2gom (bc9cf1a)
  • ♻️ Enforce named-boolean guard convention and refactor media-seek constants β€” by @boul2gom (830916b)