From 3e1d95332ab877bd43530818d7e4f0804a30280f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 31 Aug 2020 18:22:48 +0200 Subject: 3.37.90 --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3dbd25d31..d19661c2e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ New features and significant updates in version... +Major changes in 3.37.90: +- Add support for Tracker 3 indexer +- Support auto-loading VTT subtitles +- Fix some stutters on some systems when current state is being + saved to disk +- Better error messages when SSL/TLS support is missing +- Improve the search entry's behaviour +- Improve the way time is written in some places +- Remove association with audio files, as we really don't want + to be an audio player +- Fix YouTube search not working +- Fix a number of keyboard shortcuts not working +- Remove a number of deprecated calls + Major changes in 3.34.0: - Make introspection non-optional for the plugin system to work - Translation updates diff --git a/meson.build b/meson.build index af8aa7953..99f610000 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'totem', 'c', - version: '3.37.0', + version: '3.37.90', license: 'GPL2+ with exception', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.50.0' -- cgit v1.2.1