From f9101b68a7f10dc339a1eec211b2584815271bb9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 18 Aug 2022 16:56:03 +0200 Subject: 43.beta --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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' -- cgit v1.2.1