Skip to content

Latest commit

 

History

History
227 lines (185 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

227 lines (185 loc) · 14.5 KB

Changelog

1.1.0 (2024-11-12)

Features

1.0.2 (2024-11-11)

Bug Fixes

1.0.1 (2024-11-06)

Bug Fixes

  • binaries: Bring PyPi package size under the limit (#192) (3de6706)

1.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • Bump minimum Python version to 3.9 (#171)

Features

  • Add OPUS mp4 support (#143) (2f38022)
  • Add support for FLAC codec (#187) (2edfefe)
  • Always use HLS session keys to improve player startup performance (#181) (dc56dee)
  • Bump minimum Python version to 3.9 (#171) (6b4b761)
  • cloud: Add cloud delete support (#164) (aa1f4e7)
  • cloud: Upload through HTTP proxy node (#103) (20c2704), closes #47
  • Expand binary platforms and hardware encoding (#161) (0c4b529)
  • Use modern Dolby signaling instead of duplicate representations (#182) (db55cc6)

Bug Fixes

Documentation

0.5.1 (2021-10-14)

0.5.0 (2021-10-01)

0.4.0 (2021-08-26)

0.3.0 (2019-10-18)

  • Added autodetection of frame rate, resolution, interlacing, track numbers
  • Added support for custom resolutions and bitrates (shaka-project#5)
  • Added hardware encoding on macOS (shaka-project#23)
  • Added support for NVENC-backed hardware encoding on Linux
  • Fixed several issues in the docs, including installation instructions
  • Complain if ffprobe is missing (shaka-project#35)
  • Fix PyYAML deprecation warning and YAML loading vulnerability (shaka-project#35)
  • Fixed resolution name (1440p vs 2k)
  • Updated default bitrates
  • Added definition of 8k resolution
  • Now rejects unsupported features in text inputs (shaka-project#34)
  • Fixed cloud upload for VOD (shaka-project#30)
  • Added webcam support on macOS (shaka-project#29)
  • Make common errors easier to read
  • Fixed early shutdown and missing files (shaka-project#32)
  • Added a check for gsutil and for cloud destination write access
  • Speed up VP9 software encoding
  • Fixed rounding errors in width in HLS playlist (shaka-project#36)

0.2.0 (2019-10-14)

0.1.0 (2019-08-30)

The first public release of Shaka Streamer! 🎉

This initial release was the work of @vickymin13 and @prestontai. Many thanks to both of them for their hard work and dedication! It has been wonderful having them on the team.