From db9b0747bd163c9b15b473a578c5cc48aa948030 Mon Sep 17 00:00:00 2001 From: Scrounger Date: Tue, 4 Jun 2019 21:49:06 +0200 Subject: [PATCH] Version 0.9.9 Beta released --- Builder.exe | Bin 8192 -> 8192 bytes MetrixReloaded.sln | 1 + README.md | 7 ++++++- skin/skin.xml | 23 +++++++++++++++++++++++ skin/version.info | 2 +- tools/Builder/IpkControlFile.cs | 4 ++-- version.released | 2 +- 7 files changed, 34 insertions(+), 5 deletions(-) diff --git a/Builder.exe b/Builder.exe index 48a6cd288eef2028488e6d1cdf6d3c78eed0f673..3745affde192174f36c59f2fbc2b92b4dffce7eb 100644 GIT binary patch delta 266 zcmZp0XmFU&!Q!UB^TNa)8AhdvE5jMjPiACPXLT@UV6d31$fPqll2M&eV{#*7JtOmE zMkZk%9RUUgW(Fn(Mg|79$%bMEn**3uGBLJH{>2g}$-u_Ipd1>^Ai&4K093}H>>ldr z0;Cl-7qXt_V$7awE1)#_ijctML;)+t^2u`qUI@A~_%VbsC@{D)1Tgq8lrb1@UM|?k zC~%=qBdtIx&~eF&Nij}WYRfiT2n#TYZc$Kr12hh3I|D;F5LWN8G#IUB>-0}>xho*?SX`yD6^1A>zuh)OduZ~h}H#5B=>Wiy||FIFZMlg)y1?-?f= Gumb>VRYWHM delta 281 zcmZp0XmFU&!LrEF<@>}Q8Ai22g}$->6Kpd1>^Ai~GM093}H>>ldr z0;E+o7qXt_VvL<^E1)zvSHOm`bMh*I7s`$d1q_J{$qX3`sSFAXJ`9;ab}B<2Lot|d z#GuDuuz9gyBcs5^0^_tF5!Q~avnTQf{1EckY$7bcB$^{pdJ$+i&@BuM;XqsibaTz* zNKs`0v4fpU1DUrw&F(&5aq6B_{p21|XQAIfX&4YS0kRY(DvB|(Z~h@F#I%`D;ukBE OhRJ3@x%Z3{4cGxrh(y-_ diff --git a/MetrixReloaded.sln b/MetrixReloaded.sln index 0057e6d..b6ee815 100644 --- a/MetrixReloaded.sln +++ b/MetrixReloaded.sln @@ -226,6 +226,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenFiles", "screenFiles" screenFiles\NumberZapWithName.xml = screenFiles\NumberZapWithName.xml screenFiles\NumericalTextInputHelpDialog.xml = screenFiles\NumericalTextInputHelpDialog.xml screenFiles\NumericalTextInputHelpDialogVKB.xml = screenFiles\NumericalTextInputHelpDialogVKB.xml + screenFiles\OpenConverter.xml = screenFiles\OpenConverter.xml screenFiles\OpenWebifConfig.xml = screenFiles\OpenWebifConfig.xml screenFiles\OscamButler.xml = screenFiles\OscamButler.xml screenFiles\output.xml = screenFiles\output.xml diff --git a/README.md b/README.md index cafeeab..71b8fa3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MetrixReloaded [![GitHub release](https://img.shields.io/github/release/Scrounger/MetrixReloaded.svg)](https://github.com/Scrounger/MetrixReloaded/releases) [![GitHub All Releases](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases) -[![GitHub Releases (by Release)](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/0.9.5/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases) +[![GitHub Releases (by Release)](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/0.9.6/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases) ![GitHub repo size](https://img.shields.io/github/repo-size/Scrounger/MetrixReloaded.svg) [![GitHub](https://img.shields.io/github/license/Scrounger/MetrixReloaded.svg)](https://github.com/Scrounger/MetrixReloaded/blob/master/LICENSE) @@ -109,6 +109,11 @@ Mit Hilfe der **Merger.exe** wird aus den screenFiles die [skin.xml](https://git ## Changelog +### 0.9.6 BETA (04.06.2019) +* Updater bug fixes +* Poster bug fixes +* ipk package bug fixes + ### 0.9.5 BETA (28.05.2019) * CutListeEditor skinned * TaskListScreen bug fix diff --git a/skin/skin.xml b/skin/skin.xml index aa4d913..2a3a0be 100644 --- a/skin/skin.xml +++ b/skin/skin.xml @@ -4420,6 +4420,29 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgheight / 2 - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skin/version.info b/skin/version.info index 0383441..9cf0386 100644 --- a/skin/version.info +++ b/skin/version.info @@ -1 +1 @@ -0.9.5 \ No newline at end of file +0.9.6 \ No newline at end of file diff --git a/tools/Builder/IpkControlFile.cs b/tools/Builder/IpkControlFile.cs index 8ef29e0..a4a4a91 100644 --- a/tools/Builder/IpkControlFile.cs +++ b/tools/Builder/IpkControlFile.cs @@ -21,14 +21,14 @@ public IpkControlFile(string folder, string version) public void Generate() { string content = - "Package: " + "enigma2-skin-metrixreloaded" + "\n" + + "Package: " + "enigma2-plugin-skin-metrixreloaded" + "\n" + "Version: " + version + "\n" + "Description: " + "Skin MetrixReloaded" + "\n" + "Section: " + "skin" + "\n" + "Priority: " + "optional" + "\n" + "Maintainer: " + "scrounger" + "\n" + "Architecture: " + "all" + "\n" + - "License: " + "Apache License 2.0" + "\n" + + "License: " + "GNU GPLv3" + "\n" + "Homepage: " + "https://github.com/Scrounger/MetrixReloaded" + "\n" + "Source: " + "https://github.com/Scrounger/MetrixReloaded" + "\n" + "Depends: " + "enigma2-python (>=vti-14)" + "," + "enigma2-plugin-systemplugins-exteventinfohandler"; diff --git a/version.released b/version.released index 0383441..9cf0386 100644 --- a/version.released +++ b/version.released @@ -1 +1 @@ -0.9.5 \ No newline at end of file +0.9.6 \ No newline at end of file