diff options
author | Bastien Nocera <hadess@hadess.net> | 2022-08-18 16:56:03 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-08-18 16:56:03 +0200 |
commit | f9101b68a7f10dc339a1eec211b2584815271bb9 (patch) | |
tree | 32669a8aac95daa146a7d31fcafaa5329a672e45 | |
parent | 029e52e805a01f035321e70949ecddf1c3b8ed30 (diff) | |
download | totem-43.beta.tar.gz |
43.beta43.beta
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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' |