summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-08-31 18:22:48 +0200
committerBastien Nocera <hadess@hadess.net>2020-08-31 18:22:48 +0200
commit3e1d95332ab877bd43530818d7e4f0804a30280f (patch)
tree12e7b1ae13ec36635a6de8876d178077917cb256
parentd3a2ad79ece37a0369c5df1d77e7e77292047ae5 (diff)
downloadtotem-3e1d95332ab877bd43530818d7e4f0804a30280f.tar.gz
3.37.90
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
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'