summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-04-30 11:41:11 +0200
committerBastien Nocera <hadess@hadess.net>2014-04-30 11:41:11 +0200
commitb255b72c3b65b9a759cf783869823a8ea6ba6b0b (patch)
tree34c4ef63948b7c2a79370be01404c1a1d173735f
parent460ebbc32a4159b886ed416a5708537bfa0d307c (diff)
downloadtotem-b255b72c3b65b9a759cf783869823a8ea6ba6b0b.tar.gz
3.12.1V_3_12_1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52e52a26f..d9ced8885 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
New features and significant updates in version...
+Major changes in 3.12.1:
+- Bump required versions of grilo and GStreamer
+- Fix delete button's initial state
+- Switch to the player view quicker
+- Add support for starting a playlist paused
+- Escape selection mode when pressing Esc
+- Fix shuffled items starting to play in random order
+- Hide popups when leaving the window, but not when a popover
+ (volume, menus) is visible
+- Don't toggle popups on touchpad clicks, just on touchscreens
+- Fix scroll-wheel going forward 2 minutes instead of 1
+- Save the downloaded subtitles in the video directory
+- Re-add drag'n'drop support for the video widget
+
Major changes in 3.12.0:
- Fix artifacts caused by GtkPopovers
- Don't add containers in the Recent view
diff --git a/configure.ac b/configure.ac
index 2b751f9d1..c705440c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ[(2.64)]
m4_define(totem_version_major, 3)
m4_define(totem_version_minor, 12)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)