-0.7
+0.7 - October 12, 2009
- Fixed "embedding disabled by request" message. All videos now play.
- Slighly faster playlist painting
- Fixed overflowing text in the playlist
- Mac: Phonon freezes the GUI when loading a video
- Phonon::MediaSource does not work with QIODevices
- Cannot seek beyond the buffered part of the video
-- Linux: Seek does not work at all
-- Phonon does not report the buffering percent correctly
+- Linux: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
+- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
#ifndef CONSTANTS_H
#define CONSTANTS_H
+#include <QString>
+
namespace Constants {
- static const char *VERSION = "0.6.1";
+ static const char *VERSION = "0.7";
static const char *APP_NAME = "Minitube";
static const char *ORG_NAME = "Flavio Tordini";
static const char *ORG_DOMAIN = "flavio.tordini.org";