summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-25 15:18:27 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-18 23:21:11 +0100
commitd578333de76dc51f7a58bd84edee8ee93f5050e3 (patch)
tree09e3d2919ab428b5dbe023a795349eeb4ab24333
parent149ebda5e1649bb1cf77373486405f3d0bfc50c0 (diff)
downloadtotem-d578333de76dc51f7a58bd84edee8ee93f5050e3.tar.gz
42.042.0
-rw-r--r--NEWS6
-rw-r--r--data/appdata/org.gnome.Totem.appdata.xml.in.in17
-rw-r--r--meson.build2
3 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c99644d8..7e2e11720 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New features and significant updates in version...
+Major changes in 42.0:
+- Updated appdata screenshots
+- Fix screenshot functionality not working since the port to
+ the OpenGL video widget
+- Translations updates
+
Major changes in 42.beta:
- Port video widget from obsolete Clutter to OpenGL
- Move subtitles and audio track selection to its own menu
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in.in b/data/appdata/org.gnome.Totem.appdata.xml.in.in
index ffd32d354..2f0cb312f 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in.in
@@ -35,6 +35,23 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
+ <release version="42.0" date="2022-03-18">
+ <description>
+ <p>
+ We are proud to announce Videos 3.34.0 as the latest stable version.
+ </p>
+ <p>
+ This new version stops relying on clutter for its video output. The
+ old GNOME media-keys API was removed, and replaced by builtin MPRIS
+ support.
+ </p>
+ <p>
+ The subtitles and audio tracks selections are now made through a separate
+ menu. A number of new keyboard shortcuts were also added, which can
+ be found in the keyboard shortcuts dialog.
+ </p>
+ </description>
+ </release>
<release version="3.38.0" date="2020-09-10">
<description>
<p>
diff --git a/meson.build b/meson.build
index f8dd567c4..e0945335c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '42.beta',
+ version: '42.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'