summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-08-18 16:56:03 +0200
committerBastien Nocera <hadess@hadess.net>2022-08-18 16:56:03 +0200
commitf9101b68a7f10dc339a1eec211b2584815271bb9 (patch)
tree32669a8aac95daa146a7d31fcafaa5329a672e45
parent029e52e805a01f035321e70949ecddf1c3b8ed30 (diff)
downloadtotem-f9101b68a7f10dc339a1eec211b2584815271bb9.tar.gz
43.beta43.beta
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a654635ce..cd9b2a62d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+Major changes in 43.beta:
+- Throw a better error if OpenGL couldn't init
+- Translate DVD/VCD device errors
+- Save screenshots into ~/Pictures/Screenshots
+- Make search entry keyboard navigable
+- Add playlist page to GTK inspector (disabled by default)
+- Fix fullscreen header bar not showing up
+
Major changes in 43.alpha:
- Update thumbnailing code for gnome-desktop API changes
- Fix crashes and warnings when some plugins are missing
diff --git a/meson.build b/meson.build
index b9faf1abf..0c871dd10 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '43.alpha',
+ version: '43.beta',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'