@@ -5,23 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ v0.3.0 ] - 2025-07-19
8+ ## [ v0.3.1 ] - 2025-08-24
99
1010### Added
1111- BREAKING: Support for loading PO_TOKEN from environment variables.
1212- BREAKING: Enhanced .env file loading capabilities. PO_TOKEN is now loaded from that file.
1313- BREAKING: SMTP related variables are now loaded from environment variables or .env file
1414- BREAKING: PO_TOKEN value must be loaded from .env file or environment variable
15+ - Auto upgrade of yt-dlp on container start to use latest version from PyPI
1516
1617### Changed
1718- Updated pyproject.toml and dependencies for uv package manager
1819- Replaced obsolete Docker Compose examples
19- - Updated Dockerfile configuration
20- - Updated README documentation
20+ - Renamed Dockerfile to Containerfile (more generic container name)
21+ - Updated Docker/container configuration
22+ - Updated README documentation and template config file
23+ - Replaced stale example channels in configuration templates
24+ - Enhanced logger configuration for better debugging
2125
2226### Fixed
23- - Fixed .env file loading mechanism
27+ - Fixed .env file loading mechanism (only load variables not already present in environment)
2428- Minor bug fixes and improvements
29+ - Fixed log level reset issues after calling yt-dlp
2530
2631---
2732
0 commit comments