]> git.sur5r.net Git - minitube/commitdiff
Get ready for 1.5
authorFlavio <flavio@odisseo.local>
Fri, 5 Aug 2011 18:55:11 +0000 (20:55 +0200)
committerFlavio <flavio@odisseo.local>
Fri, 5 Aug 2011 18:55:11 +0000 (20:55 +0200)
CHANGES
minitube.pro

diff --git a/CHANGES b/CHANGES
index 2abed00298f253301f66b8300149a554de341b13..f10705aa2c2a743fbc3122d154496667cfaf2443 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+1.5 - Aug 5, 2011
+- Works again after YouTube changes
+- Drag'n'drop YouTube URLs to Minitube window
+- When pasting YouTube URLs, Minitube now correctly plays videos
+- New and updated translations
+
 1.4.3 - May 15, 2011
 - Really fixed some videos not playing
 - Hide toolbar and playlist in fullscreen on mouseleave (multiscreen)  (Patch by Rob Halff)
index 3717fe63c0881d4ccb64ad8b628c81e4d1a90f7f..86ed9f31a90985e29b1102fbc062f7f3a86aea30 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += release
 TEMPLATE = app
-VERSION = 1.4.3
+VERSION = 1.5
 DEFINES += APP_VERSION="$$VERSION"
 INCLUDEPATH += /usr/include/phonon
 
@@ -152,3 +152,4 @@ unix:!mac {
     icon512.files += data/512x512/minitube.png
 }
 mac|win32:include(local/local.pri)
+include(local/meego/meego.pri)