diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-05 13:11:57 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-05 13:11:57 +0000 |
commit | 6a41628f4628c7cc989ea5409f30fcbd80392c0a (patch) | |
tree | 9204703f7aa866cbf93f5701a8642ecadba5fcd4 | |
parent | 520054f413f83fe5f744aa902bc7c3625308526e (diff) | |
download | vdr-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-- | HISTORY | 3 | ||||
-rw-r--r-- | muggle.c | 2 | ||||
-rw-r--r-- | muggle.doxygen | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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, @@ -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. |