summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'