Skip to content

Latest commit

 

History

History
127 lines (103 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

127 lines (103 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

2.3.1 - 2024-10-12

Reworked

  • http server create/stop

2.3.0 - 2024-10-12

Reworked

  • logging

2.2.1 - 2024-09-25

Added

  • json parsing error more verbose

2.2.0 - 2024-09-25

Added

  • default video height config setting
  • max video height setting
  • ability to restrict the app to specified sites

2.1.0 - 2024-09-25

Fixed

  • cache creating

Added

  • any video height setting possibility
  • force connections closing on stop/reload

2.0.0 - 2024-09-20

app refactored & reworked

Added

  • per site settings
  • direct/no extractor (returning same url)
  • json format logs
  • disabling logs
  • force https links to extractor options
  • host setting in config
  • stripping (bad) http(s) prefix in url
  • os signals catching
  • config reload (SIGHUP)

Changed

  • default config name from "config.json" to "config.jsonc"

1.6.0 - 2024-09-13

Added

  • ignoring comment strings in config file

1.5.0 - 2024-09-13

Added

  • streamer tls version configuring

Fixed

  • log file creating

1.4.0 - 2024-09-11

Added

  • streamer proxy support

1.3.0 - 2024-09-10

Added

  • set custom user agent to streamer from config
  • custom extractor options
  • more debug logs

1.2.0 - 2024-09-10

Added

  • cache tuning option
  • cache disabling option

Removed

  • youtube expire param reading

1.1.0 - 2022-04-29

Added

  • new config opt (streamer user-agent)
  • error msgs edited

1.0.0 - 2022-04-26 - big refactoring & breaking changes

Changed

  • almost all flags/cmd arguments moved to config file
  • build scripts

Added

  • config file
  • logging options (destination/verbosity)
  • url extractor settings moved entirely to config file

0.7.0 - 2021-08-14

Added

  • m4a audio support (vf=m4a option)

0.6.0 - 2020-08-23

Added

  • error-headers option
  • ignore-missing-headers option
  • ignore-ssl-errors option

0.5.0 - 2020-08-11

Added

  • Clearer debug
  • Flags (CLI options): debug, error video file, port, version, extractor select
  • Custom url extractor

Removed

  • Port passing as argument

0.4.0 - 2020-08-03

Technical update

0.3.0 - 2017-11-03

Added

  • max video height and video format request

0.2.0 - 2017-10-31

Added

  • Content-Range header (fixed some seek errors)
  • Show "corruped" video on errors

0.1.0 - 2017-09-31

Added

  • CHANGELOG
  • README

Removed

Changed