1.6.0 (2022-10-19)
- add option to convert text/m3u file to playlist,fix #195, 69a3e59
- ignore some harmless ffmpeg errors 2ebb4c6
- only seek in when seek value is over 0.5 9d094d9
- use realtime video filter only 9d094d9
- update dependencies
- add at least anull filter dcc4616
- multi audio track support, fix #158 #198, c85e550
- add filter type enum 1d11d36
- switch most integers to i32 c3b5762
- fix wrong log message in HLS mode: Decoder -> Encoder 8a5889b
- wait for ffmpeg in validation process to be closed, fixed system zombies 8fe7b87
- add tests, mostly input and output parameter tests 87c508b
- add test files 87c508b
- add ProcessMode enum 61f57e2
- multi audio outputs 06b5d6a
- fix case when video has no audio, but separate audio is set a93440e
- allow loudnorm on ingest only 69b6207
- use named drawtext filter instead of getting its index 84addbc
- use filters struct for stream encoder 096c018f
- unify null output 31b72db
- build output filters from scratch, fix #210, 09dace9
- simplify prepare_output_cmd 4afba402
- validate config regex
- style scrollbar on chrome browser 8be260a
- add import example
- add new import cli parameter
- add doc for multiple audio outputs
- add info about experimental features
- use ffmpeg in action
- run tests only on Linux
1.5 (2022-09-02)
- validate file compression settings and filtering 9c51226
- fix length from filler clip in playlist generator 9c51226
- serialize values only when string is not empty 9c51226
- compare also audio and custom filter on playlist existing check 9c51226
- stop only when error comes not from hls segment deletion a62c1d0
- fix unwrap error on None output_cmd 7cd8789
- get UTC offset from system 6ff34e0
- get UTC offset from API, fix #182
- fix bugs related to time and playlist save 03aa2f3
- add edit button to playlist items 03aa2f3
- add custom filter to playlist item 03aa2f3
- better responsive control 46140b4
- remove perfect-scrollbar (use only browser scrollbar)
- fix logout button in menu
- remove escape character
- fix browser errors when engine is not running
- Fix spelling in Readme
- Add filtergraph/pipeline description
- Add complex custom filter example