Skip to content

Releases: ffplayout/ffplayout

v0.22.3

15 May 07:29
e35b512
Compare
Choose a tag to compare

What's Changed

  • correct save absolut path
  • improve infinit mode, fix #643

Full Changelog: v0.22.2...v0.22.3

v0.22.2

12 May 19:33
e691522
Compare
Choose a tag to compare

What's Changed

  • add ru
  • process items on delete
  • make item optional (maybe fix #643)

Full Changelog: v0.22.1...v0.22.2

v0.22.1

10 May 07:29
d2721f1
Compare
Choose a tag to compare

What's Changed

  • rename config extension, fix #647

Full Changelog: v0.22.0...v0.22.1

v0.22.0

07 May 07:49
c944b57
Compare
Choose a tag to compare

What's Changed

Warning! This version changes the config format from YAML to TOML and is not compatible with older versions. You have to migrate your settings manually! In the frontend settings you have to change the extension of config on the settings page.

Full Changelog: v0.21.4...v0.22.0

v0.21.4

26 Apr 12:27
Compare
Choose a tag to compare

Changes

  • fix playlist switch, #619
  • switch toolchain to cross-rs

Full Changelog: v0.21.3...v0.21.4

v0.21.3

22 Apr 13:38
5e388a3
Compare
Choose a tag to compare

What's Changed

  • fix #610 - wrong variable name
  • add advanced input settings to validation, ##558
  • catch remote playlist error and get empty playlist
  • fix: don't skip last clip from playlist
  • ignore advanced config in tests
  • support advanced config path as argument
  • support advanced config on null output

Full Changelog: v0.21.2...v0.21.3

v0.21.2

19 Apr 09:34
19f20df
Compare
Choose a tag to compare

What's Changed

Engine

  • reorder advanced settings object
  • simplify filter structure

Frontend

  • add missing translation
  • add zebra effect on media page, fix #604
  • correct div width on logging page, fix #605
  • add bigger drop area when list is empty. fix #606

Full Changelog: v0.21.1...v0.21.2

v0.21.1

17 Apr 11:07
24bfa10
Compare
Choose a tag to compare

What's Changed

frontend

  • get playlist from other days, fix #599
  • fix import
  • add Portuguese lang
  • ignore escape characters in regex
  • colorize over length
  • save playlists longer then 24 hours

Note

Because of deprecation of serde_yaml crate, all config formats will be changed to TOML in next major release.

Full Changelog: v0.21.0...v0.21.1

v0.21.0

16 Apr 12:55
29ca6ee
Compare
Choose a tag to compare

What's Changed

  • migrate frontend to tailwind/daisyui
  • advanced config
  • new behavior for infinit mode
  • update docker versions
  • update containers
  • correct decoder termination on ingest stream, fix #582
  • add missing filters
  • add multi language support
  • fix update playlist
  • support file move in browser

Currently there is only two languages, if your language is missing feel free to translate and create pull requests.
For more information check the readme

Note: this release contains a breaking change in the config. One parameter has renamed and the value differs from old one:

-    logo_filter: overlay=W-w-12:12
+    logo_position: W-w-12:12

Full Changelog: v0.20.5...v0.21.0

v0.21.0-beta3

11 Apr 12:00
e7ba7b2
Compare
Choose a tag to compare

What's Changed

  • fix responsive
  • update docker
  • correct decoder termination on ingest stream, fix #582
  • add docs for advanced settings (mostly for ffmpeg hardware processing)

Note: this release contains a breaking change in the config. One parameter has renamed and the value differs from old one:

-    logo_filter: overlay=W-w-12:12
+    logo_position: W-w-12:12

Full Changelog: v0.21.0-beta2...v0.21.0-beta3