summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-05 13:11:57 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-05 13:11:57 +0000
commit6a41628f4628c7cc989ea5409f30fcbd80392c0a (patch)
tree9204703f7aa866cbf93f5701a8642ecadba5fcd4
parent520054f413f83fe5f744aa902bc7c3625308526e (diff)
downloadvdr-plugin-muggle-6a41628f4628c7cc989ea5409f30fcbd80392c0a.tar.gz
vdr-plugin-muggle-6a41628f4628c7cc989ea5409f30fcbd80392c0a.tar.bz2
up version to 0.1.4
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.3-wr@539 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--HISTORY3
-rw-r--r--muggle.c2
-rw-r--r--muggle.doxygen2
3 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 7819162..e153f01 100644
--- a/HISTORY
+++ b/HISTORY
@@ -151,6 +151,9 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
thing
- orders can now be displayed in the default order or descending by their
counts
+- orders can now be a combination of order by collection and other key
+ fields. Known bug: If the collection is not the first key field like
+ in Genre:Collection:Album:Track, the counts are wrong in the top list
- make additions to playlists multi user safe
- rename Search to Browse/Navigieren
- when creating the data base, all ISO 639-2/B codes will be imported,
diff --git a/muggle.c b/muggle.c
index 702810b..519adfa 100644
--- a/muggle.c
+++ b/muggle.c
@@ -20,7 +20,7 @@
#include <getopt.h>
#include <config.h>
-static const char *VERSION = "0.1.3";
+static const char *VERSION = "0.1.4";
static const char *DESCRIPTION = "Media juggle plugin for VDR";
static const char *MAINMENUENTRY = "Muggle";
diff --git a/muggle.doxygen b/muggle.doxygen
index 3a1ee60..8c917e2 100644
--- a/muggle.doxygen
+++ b/muggle.doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = Muggle media plugin
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.1.3
+PROJECT_NUMBER = 0.1.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.