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
- Add
Version
class. (#286,92c047b
) - Reworked
Config
class. (#293,2eafc04
) - Reworked
Helper\Url
class methodgetApi()
. (#294,b9c8446
) - Replaced
Curl
class withHttp\Request
&Http\Response
. (#290,313e225
) - Dockerfile: Updated composer from 2.7.2 to 2.7.4 (#305,
083e00d
)
1.7.1 - 2024-03-18
1.7.0 - 2024-03-05
1.6.5 - 2024-02-19
1.6.4 - 2024-01-29
1.6.3 - 2023-12-20
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
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
1.4.0 - 2023-11-24
1.3.1 - 2023-11-03
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 methodupdateFeed()
. (#174,1453623
)
1.2.0 - 2023-10-31
- Removed dependency
php-curl-class/php-curl-class
. - Added
Curl
class. (#153,8a1790c
) - Added
Json
class. (#161,0cbea78
) - Renamed feed format classes. (#162,
2e736d7
)
1.1.0 - 2023-10-24
1.0.0 - 2023-10-23
Initial release