]> git.sur5r.net Git - minitube/commitdiff
1.7.1 1.7.1
authorFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:35:15 +0000 (15:35 +0100)
committerFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:35:15 +0000 (15:35 +0100)
CHANGES
minitube.pro

diff --git a/CHANGES b/CHANGES
index 073e00bd111137dc8558378a01074c5f7baed87b..2064f91db33d7b03ea3de3601ca0a267f027afb5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,14 @@
-1.7 - Jan 5, 2011
+1.7.1 - March 3, 2012
+- Fixed searching YouTube videos ids containing the "-" sign
+- Fixed search auto-completion popup appearing when not needed
+- Fixed temporary files not being deleted on Windows
+- Fixed quitting from the Dock on the Mac
+- Fixed bug preventing system shutdown on the Mac
+- Fixed search box selecting text while typing and losing focus on ESC key on the Mac
+- On the Mac, "Quit" and other application menu items are now correctly localized
+- New and updated translations
+
+1.7 - Jan 5, 2012
 - Clickable usernames in the playlist
 - "Manually start playing" option
 - "Stop after this video" option
index 99ae3e3ffb3759e486b826cf91a4872cac693b8d..010aab31eafe022cdf0fc846247dc19429ef27e9 100644 (file)
@@ -1,8 +1,7 @@
 CONFIG += release
 TEMPLATE = app
-VERSION = 1.7
+VERSION = 1.7.1
 DEFINES += APP_VERSION="$$VERSION"
-INCLUDEPATH += /usr/include/phonon
 
 APP_NAME = Minitube
 DEFINES += APP_NAME="$$APP_NAME"
@@ -116,7 +115,8 @@ include(locale/locale.pri)
 # deploy
 DISTFILES += CHANGES \
     COPYING
-unix:!mac { 
+unix:!mac {
+    INCLUDEPATH += /usr/include/phonon
     QT += dbus
     HEADERS += src/gnomeglobalshortcutbackend.h
     SOURCES += src/gnomeglobalshortcutbackend.cpp