[totem/wip/hadess/42: 2/2] 42.0




commit d578333de76dc51f7a58bd84edee8ee93f5050e3
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 25 15:18:27 2022 +0100

    42.0

 NEWS                                           |  6 ++++++
 data/appdata/org.gnome.Totem.appdata.xml.in.in | 17 +++++++++++++++++
 meson.build                                    |  2 +-
 3 files changed, 24 insertions(+), 1 deletion(-)
---
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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]