Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

117 lines (71 loc) · 12.2 KB

Changelog

All notable changes to this project are documented in this file.

1.8.4 - 2024-09-30

  • Removed image proxy (#392, 6acffeb)
  • Dockerfile: Updated composer from 2.7.7 to 2.7.8 (#373, b111c8f)
  • Dockerfile: Updated composer from 2.7.8 to 2.7.9 (#385, 10f1c4b)
  • Dockerfile: Updated alpine from 3.20.2 to 3.20.3 (#386, 1e010f8)

1.8.3 - 2024-07-24

  • Dropped support for php 8.1 (#355, b2911c3)
  • Dockerfile: Updated alpine from 3.20.0 to 3.20.1 (#343, 36d0409)
  • Dockerfile: Updated alpine from 3.20.1 to 3.20.2 (#356, 2dc232b)

1.8.2 - 2024-06-19

  • Dockerfile: Updated composer from 2.7.6 to 2.7.7 (#338, 215fc5c)
  • Dockerfile: Updated alpine from 3.19.1 to 3.20.0 (#328, fcda686)

1.8.1 - 2024-05-13

  • Fixed creating YouTube API URLs for channel and playlist searches. (#324, c512be1)
  • Dockerfile: Updated composer from 2.7.4 to 2.7.6 (#318, ad1d511)

1.8.0 - 2024-04-29

1.7.1 - 2024-03-18

  • Dockerfile: Updated composer from 2.7.1 to 2.7.2 (#274, ddfcd71)

1.7.0 - 2024-03-05

1.6.5 - 2024-02-19

  • Dockerfile: Updated composer from 2.6.6 to 2.7.1 (#253, 14ab856)

1.6.4 - 2024-01-29

  • Dockerfile: Updated alpine from 3.19.0 to 3.19.1 (#248, cf5145d)

1.6.3 - 2023-12-20

  • Dockerfile: Updated composer from 2.6.5 to 2.6.6 (#232, 6c4a04c)

1.6.2 - 2023-12-08

  • Dockerfile: Added health check for php-fpm. (#224, 1dd2728)
  • Dockerfile: Fixed entrypoint. (#222, 91186f8)
  • Dockerfile: Updated alpine from 3.18.5 to 3.19.0 (#226, 0b5bb03)

1.6.1 - 2023-12-08

  • FeedFormat: Fixed creating feed format URLs. (#218, 57be490)

1.6.0 - 2023-12-07

  • html: Updated checkbox text and layout on index page. (#215, b9f67cb)
  • dockerfile: Replaced supervisor with entrypoint script. (#213, 23ca57e)
  • cache: Added cache format version number. (#216, e0ff104)

1.5.3 - 2023-12-01

1.5.2 - 2023-11-28

1.5.1 - 2023-11-28

  • Cache: Invalidate data when cache and script version numbers do not match. (#192, d74e295)
  • Config: Removed method getCacheFileExtension(). (#194, 8c4c4d5)

1.5.0 - 2023-11-28

  • Added option to ignore upcoming video premieres. (#190, 646f876)

1.4.0 - 2023-11-24

1.3.1 - 2023-11-03

  • Fixed error details handling in Api class method handleError(). (#182, c70e58e)

1.3.0 - 2023-11-02

  • Added encoding setting in Curl class. (#166, 465fb58)
  • Refactored Fetch class. (#171, 9ea74a8)
  • Fixed HTTP 304 response handling in Api class (#173, 7679035)
  • Fixed updating video details in Data class method updateFeed(). (#174, 1453623)

1.2.0 - 2023-10-31

1.1.0 - 2023-10-24

  • Config: Added option to disable content security policy. (#153, 801aac0)

1.0.0 - 2023-10-23

Initial release