Version 0.4.8

This commit is contained in:
louis 2015-05-22 14:39:01 +02:00
parent 2f417e4470
commit c4619727c7
2 changed files with 3 additions and 1 deletions

View File

@ -334,9 +334,11 @@ Version 0.4.6
- added timeshift support in displayreplay
Version 0.4.7
- fixed crash when deleting menuitem
- fixed ecm time display
- provide 10 last recordings in <lastrecordings> viewelement
- fixed translation in currentelement loops
- fixed timeshifttotal in displayreplay timeshift mode
Version 0.4.8

View File

@ -19,7 +19,7 @@
#endif
static const char *VERSION = "0.4.7";
static const char *VERSION = "0.4.8";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {