summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-24 23:35:44 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-24 23:56:04 +0100
commit61b402816befd5d81aa2e2cbdb4b52e792281b51 (patch)
tree2cd1f285072362bebecc06273420cad77fa4b5c0
parentfa5e11adaa0e452f8c6ad6970b6a0d3712e0860c (diff)
downloadtotem-61b402816befd5d81aa2e2cbdb4b52e792281b51.tar.gz
42.beta42.beta
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9a5831414..3c99644d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
New features and significant updates in version...
-Major changes in 41.alpha.0:
-- ...
+Major changes in 42.beta:
+- Port video widget from obsolete Clutter to OpenGL
+- Move subtitles and audio track selection to its own menu
+- Add shortcuts for mute, cycling through subtitles, toggling
+ subtitles and seeking to specific places in the video
+- Implement a enabled-by-default native MPRIS plugin to replace
+ the Python MPRIS plugin
+- Remove media-player-keys plugin that supported the old GNOME
+ Settings Daemon API, now replaced by MPRIS
+- Show more precise elapsed time when stepping frame-by-frame
+- Implement "search by title" in OpenSubtitles plugin
Major changes in 3.38.0:
- Translation updates
diff --git a/meson.build b/meson.build
index 6ca0f875e..1a7e58740 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '41.alpha.0',
+ version: '42.beta',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'