From d402b55de0e3a25220f707d52c9fd834cef58390 Mon Sep 17 00:00:00 2001 From: Flavio Date: Fri, 5 Aug 2011 20:55:11 +0200 Subject: [PATCH] Get ready for 1.5 --- CHANGES | 6 ++++++ minitube.pro | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2abed00..f10705a 100644 --- 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) diff --git a/minitube.pro b/minitube.pro index 3717fe6..86ed9f3 100644 --- a/minitube.pro +++ b/minitube.pro @@ -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) -- 2.39.5