From 5bcc171feaf6127dcd2c09289063adef662d33b2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 12 Oct 2021 10:07:09 +0200 Subject: 3.38.2 --- NEWS | 4 ++++ data/appdata/org.gnome.Totem.appdata.xml.in | 9 +++++++++ meson.build | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa884f016..8b8fb4755 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ New features and significant updates in version... +Major changes in 3.38.2: +- Add support for MPL subtitles +- Fix OpenUri method in MPRIS plugin + Major changes in 3.38.1: - Fix "Undetermined" appearing in language selection menus - Make XF86Back go back up a level in library diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in index f930bff54..0cedc9ed5 100644 --- a/data/appdata/org.gnome.Totem.appdata.xml.in +++ b/data/appdata/org.gnome.Totem.appdata.xml.in @@ -35,6 +35,15 @@ totem org.gnome.Totem.desktop + + +

+ This new version adds support for the MPL subtitle format, + fixes opening files using the MPRIS interface, and updates + translations. +

+
+

diff --git a/meson.build b/meson.build index 7061935a3..458be2609 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'totem', 'c', - version: '3.38.1', + version: '3.38.2', license: 'GPL2+ with exception', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.50.0' -- cgit v1.2.1