Releases: freearhey/iptv-checker
Releases · freearhey/iptv-checker
v0.15.1
Notable Changes
- If no HTTP User-Agent is specified the tool description will be used:
IPTVChecker/<version> (<link-to-repo>)
v0.15.0
Fixes
- Returned the ability to set the maximum request time (via #14) (issue #8)
v0.14.0
Improvements
- Added ability to modify the HTTP User-Agent for each stream individually using the tag
#EXTVLCOPT:http-user-agent=<user-agent>
v0.13.1
Merge pull request #12 from detroitenglish/add-tests
Add Tests
v0.13.0
Features
- Added
--user-agent
option
v0.12.1
Notable Changes
- Disabled timeout validation in order to prevent duplicates in output (#8)
Fixes
- Removed unnecessary code from the error messages in log files
v0.12.0
New Features
- Users can now check downloaded playlists by providing a URL
- Users can now pipe in a playlist via 'stdin'
Minor Changes
- Disabled allowing insecure connections by default, but can be enabled via option
- Added color to output text based on message type
- Added code formatting/linting via eslint and prettier
- Simplified
check
function by leveraging Promise.race
All thanks to @detroitenglish