summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-10-25 20:50:08 +0200
committerlouis <louis.braun@gmx.de>2013-10-25 20:50:08 +0200
commit1aa2f6ace2419406b305f9fe238d9d341f761c73 (patch)
treeb58da850e207efd038ac0b88cbdf9fa444667dfd /HISTORY
parent086588958f25fcf065a947bd908e65c4a4c345bd (diff)
downloadskin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.gz
skin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.bz2
Version 0.9.0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY25
1 files changed, 25 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c82f949..2e828a4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -300,3 +300,28 @@ Version 0.1.4
displayChannel
- Configurable Menu Item Scroll Mode: "Carriage Return" or "Forward and
Back again"
+- channel logo cache is built with channelID as key (not with channelNumber
+ anymore)
+- Removed RSS Feed support completely, maybe this will get a standalone
+ plugin in the future
+- Implemented theme dependend configuration. Each theme has now it's own
+ configuration. Default configurations for each theme can be set in the
+ appropriate conf/theme-themename.conf file. This file has to be placed
+ in <PLGCONFDIR>/themeconfigs. With that each theme can be shipped with
+ its individual settings and the plugin settings can be changed
+ individually for each theme without affecting other themes.
+- All skin background and button elements can now be individual PNGs. For
+ that the config value displayType has to be set to the value 2 in the
+ theme specific configuration.
+- Added new Theme "freestyle" with individual graphics for the different
+ skin elements.
+- Rewriting and cleanup of displayChannel:
+ - separated drawing code in dedicated class
+ - removed "simple" status icon bar, now only graphical icons are supported
+ - changed screen resolution icon to same height but 3 times larger width
+ as other status icons.
+ - status icons scale to size of footer height
+ - fixed bug that progress bar sometimes was not displayed when switching
+ - adapted the status icons for the different themes
+ the channel
+