diff --git a/meson.build b/meson.build index c5e7a9dc..230ac765 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('clapper', 'c', - version: '0.7.0', + version: '0.8.0', meson_version: '>= 0.64.0', license: 'LGPL-2.1-or-later AND GPL-3.0-or-later', # LGPL-2.1+ for libs and gst-plugin, GPL-3.0+ for app default_options: [ diff --git a/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml b/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml index 55239df2..be59c382 100644 --- a/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml +++ b/src/bin/clapper-app/data/metainfo/com.github.rafostar.Clapper.metainfo.xml @@ -59,6 +59,22 @@ Video + + + Changes: + + Now uses playbin3 by default + Added more command line options - including ability to set custom GStreamer filter and sink elements + Support for creating multiple application windows + Added menu option to clear playback queue + Auto resize window to match aspect ratio with middle click or keyboard shortcut + Added unfullscreen with Escape key + Brand new libpeas based plugin system + Remember and restore optimal bitrate (video quality) when starting adaptive streaming + Other various improvements and bug fixes + + + Bug fixes and translation updates
Changes:
Bug fixes and translation updates